-
Notifications
You must be signed in to change notification settings - Fork 324
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
localhost ipv6 address parsing adds extra brackets #668
Comments
Thank you for reporting this. |
The origin of the problem is in
Upstream fix: PS. Noticed something odd during the URI debug: for some reason "browserified" version of
|
Removing square brackets from hostname until the problem is fixed upstream in `stream-http`. Details in #668 (comment) Closes #668
Removing square brackets from hostname until the problem is fixed upstream in `stream-http`. Details in #668 (comment) Closes #668
Adding extra brackets around the local ipv6 address when passed to the browser resulting in:
Failed to parse URL from http://[[::1]]:5001/api/v0/
Chromium on Fedora 29
the following error is on Firefox:
Error while ipfs.swarm.peers: SyntaxError: The URI is malformed
The text was updated successfully, but these errors were encountered: