-
Notifications
You must be signed in to change notification settings - Fork 873
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
Potential hang on "IPFS is Starting" #1749
Comments
This should mitigate problem described in #1723 (comment) and help with first point of #1749 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
(1)It should be mitigated by fix from #1750 where I added 3s timeout for POST request used for port testing.
(2)Still unclear to me:
|
Regarding (1), Regarding (2), |
This should mitigate problem described in #1723 (comment) and help with the first point of #1749
I believe that would work, as long the script implements heuristic described in ipfs-shipyard/go-ipfs-desktop#3 (comment). |
Per @UnKnoWn-Consortium, two conditions exist that can result in Desktop hanging on "IPFS is Starting" - original issue is #1723 for background:
checkIfAddrIsDaemon
function atconfig.js
does not resolve when the target address is occupied by another service that may or may not be responding to the test POST request; andapi
file inside the.ipfs
folderThe text was updated successfully, but these errors were encountered: