-
Notifications
You must be signed in to change notification settings - Fork 495
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
Bug: missing protocol breaks the peers page #878
Comments
I think webui has handled this as gracefully as it can, the call to
|
Issue for how to handle unvalidatable peers in the js-ipfs-api client ipfs-inactive/js-ipfs-http-client#885 |
Quick update for drive-by visitors:
|
There is a PR to make js-ipfs-api robust to peer validation errors ipfs-inactive/js-ipfs-http-client#887 and also of note there is an open issue to get multiaddr to support unverifiable addresses multiformats/multiaddr#70 |
This was fixed in ipfs-inactive/js-ipfs-http-client#887 and #884 |
Missing protocol (quic) breaks execution in the peers page, and causes it all to fail.
may want to:
The text was updated successfully, but these errors were encountered: