Skip to content
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

Unable to set pinning at local: Timeout #1991

Closed
hendriksteinhorst opened this issue Jul 18, 2022 · 2 comments · Fixed by #1919
Closed

Unable to set pinning at local: Timeout #1991

hendriksteinhorst opened this issue Jul 18, 2022 · 2 comments · Fixed by #1919
Labels
need/analysis Needs further analysis before proceeding P2 Medium: Good to have, but can wait until someone steps up released

Comments

@hendriksteinhorst
Copy link

hendriksteinhorst commented Jul 18, 2022

Hi, I'm pretty new to this topic so please forgive me if the solution to this is obvious. I have downloaded the latest version of the desktop ui for windows (0.21.0) and wanted to download and share the wikipedia en snapshot. From my understanding I have to open the cid bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze in the explorer and pin it. I did this and the download starts, but after a while (about 20 minutes) I get an error message "Unable to set pinning at local: TimeoutError: Request timed out". What can I do about this? Restarting the pinning helps, but I can't do this every 20 minutes for the next week or so. Any ideas?

edit: using the cli seems to work, so the timeout must somehow come from the UI app

@hacdias
Copy link
Member

hacdias commented Jul 22, 2022

I think the Web UI has a timeout in case it takes too long, which doesn't necessarily mean that it does not work. For such a large dataset, I think the best way would be to use the CLI for now. You can run:

ipfs pin add -r --progress /ipfs/bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze

If you want to be able to see it in your Files page after, you can run:

ipfs files cp /ipfs/bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze /MyWikipedia

Or use the Files page directly. There is a button on the right top side "Import" -> "From IPFS".

image

I think may be addressed by #1919.

@hacdias hacdias transferred this issue from ipfs/ipfs-desktop Jul 22, 2022
@hacdias hacdias added P2 Medium: Good to have, but can wait until someone steps up need/analysis Needs further analysis before proceeding labels Jul 22, 2022
@ipfs ipfs deleted a comment from welcome bot Jul 22, 2022
@hacdias hacdias changed the title Unable to set pinning at local: TimeoutError: Request timed out Unable to set pinning at local: Timeout Jul 22, 2022
@ipfs ipfs deleted a comment from welcome bot Jul 22, 2022
@ipfs-gui-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 2.20.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/analysis Needs further analysis before proceeding P2 Medium: Good to have, but can wait until someone steps up released
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants