-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin status
stuck on queued
#29
Comments
@LowEntropyBody @ziboilihua @mmyyrroonn is there a better support channel for this? |
Looks like the network connection failed |
Can I debug that somehow? Container has internet readily available (and fast enough). |
I'm having a similar issue with the IPFS pinning interface against the public endpoint. Pins stay in status "queued" and sometime "pinning" but then requests for status fail with a HTTP 502 and file is not pinned:
Same thing happens in code when I use the nodeJS ipfs-http client. |
Looks like "CRUST_SEED" you config in envs not match crust wallet key(Maybe contains space code at the end of seed string). you can command |
I'm also having the same issue, just a year later. My seed phrase wasn't incorrect as I just used the got library and used the key provided on crust files on the public one |
I am trying to use this service but
ipfs pin remote add ...
does not terminate, respectively pins are stuck on statusqueued
.My envs:
My compose:
Adding remote pinning service via ipfs is successful:
ipfs pin remote service add crustpinner http://ipfs-pinning-crust:3000/psa <base64(sub-PubKey:SignedMsg)>
However,
ipfs pin remote add --service crustpinner --name test bafkreigppg5u55luhghpaumhjfvczr2c5pveuwp4t5nzhtww7vnuftls5e
does not terminate.The log shows:
and then:
My goal is to pin about 3 TB (3 million CIDs / pins), but the example used here is a very small text file.
Your help is very much appreciated!
The text was updated successfully, but these errors were encountered: