-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Make network throttle wait if IPFS node is in the process of being installed #13177
Comments
@spylogsster or @bbondy could one of you help with a test plan for this one since it's marked |
@LaurenWags please try this way:
|
I've gotten thus far:
In the browser, they are accessed using And although I'm able to see traffic to the API endpoint, it also returns Presumable, figuring out that latter part should be all that's required to see -- and then, block/step-through easily -- the actual API calls we want to cc:ing @brave/legacy_qa for both visibility into my status, as well as in the hopes one of you has a suggestion; thanks! |
I use older version of Fiddler and it works well out of the box for me: |
I am able to verify the issue on Windows with Fiddler However on macOS, I run into the same issue as @stephendonner as mentioned in #13177 (comment) Unable to get 200 for swam peers or for status Peers show up when using I gives unable to resolve method. Even when I try to manually change the config path to use Tried with Charles proxy as well but ran into the same issue. Maybe we are missing a specific setting for macOS which is causing the issue. |
Verified
Steps used to verify were:
The DNS-lookup failures seen in two of the tabs in my animated-gif screencast are unrelated "failures," which is just a timing issue - the real verification is after the DNS-lookup happens, when we connect to peers, which I conferred and verified with @spylogsster 👍 Thanks again to Sergey, @LaurenWags and @srirambv for help and verification attempts! Verification passed on
Verification passed on
|
Currently it's possible to install and get an interstitial page or page not load error after you install IPFS local node. During that period we should use the network throttle to continue loading .
The text was updated successfully, but these errors were encountered: