This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Https address adds incorrectly to preload addreses #2333
Comments
Just found the problem: Line 89 in f596b01
There is no check for slash at the end of Without slash at the end all working fine: |
lidel
added a commit
that referenced
this issue
Aug 14, 2019
- moves path utils to upstream utils - closes #2333 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
lidel
added a commit
that referenced
this issue
Aug 21, 2019
Switches to latest multiaddr-to-uri and removes code that is no longer needed (the lib assumes http by default now: multiformats/js-multiaddr-to-uri#7) Closes #2333 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
alanshaw
pushed a commit
that referenced
this issue
Aug 21, 2019
Switches to latest multiaddr-to-uri and removes code that is no longer needed (the lib assumes http by default now: multiformats/js-multiaddr-to-uri#7) Closes #2333 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type: Bug
Severity: High
Description:
I'm trying to add https preload address with specific port as described in multiaddr tests:
https://github.com/multiformats/js-mafmt/blob/master/test/index.spec.js#L79
by following code:
But when i'm requesting for ipld:
I see in Network tab of developer console that ipfs trying to fetch:
With incorrect
http://https//
protocol.The text was updated successfully, but these errors were encountered: