-
Notifications
You must be signed in to change notification settings - Fork 1.3k
WebSocket connection failed, Error 403 #941
Comments
I'm getting the same error here. Seems like there's no error handling on a failed wss reconnect so it tries a bunch and then eventually IPFS crashes which crashes my browser. |
Are you getting the same 403 error with other bootstrap.libp2p.io nodes too, and is this only on reconnect? I'm seeing a couple dozen peers connected to these nodes so from my point of view all is good. |
@lgierth some nodes seems to work, but others not... For example, nodes I can connect to (get status code
Nodes that don't work (get status code
|
Great, these are the ones running go-ipfs master using the new websocket lib :/ |
We have now rolled back the bootstrap nodes with the new websocket library so things should work correctly now. Sorry for the temporary hiccup with this. |
Still getting a similar issue as I got before Only sfo-1 and sfo-2. |
@milankragujevic confirm if this makes the node unusable. If I understand correctly, the browser itself will log an error if a connection fails, which doesn't mean that all the other connections won't work. |
I get exactly what @joeltg gets so won't repost unless requested. I am also unable to |
@joeltg check these issues on the browser crashing. I think we solved our IPFS browser crashing issue by disabling webRTC by here: #942 (comment) before the # of listeners continually increased, but now they stay at a reasonable state without webRTC (which is default enabled) |
What kind of solution is that? I just can't disable webRTC because my dapp needs it. |
Yes - same for us, disabling WebRTC seems to disable IIIF (both PubSub and retrieving annotation lists) which means without WebRTC our demos are non-functional |
Here is the solution for me, I removed those 2 nodes that were emmiting the error:
AFTER (note that those nodes are gone):
|
This is no longer an issue in js-ipfs 0.25.3. Fixed with 5ec27a3 |
it's still the issue |
This is still an ongoing issue. |
Any Update? |
same issue here with ipfs 0.33.1 |
Rt |
use this solve the problem
|
thank for problem |
I am getting that localhost error too, on version 0.48.1. |
again this problem... how I can fix this? |
We are having the same problem. Any updates? |
we cancel this lib and use "ipfs-core": "^0.2.0", next,
|
@zhgromov thanks a ton, let me try this |
Type: Bug
Severity: Medium
Description: I receive a websocket error.
VM44:161 WebSocket connection to 'wss://ams-1.bootstrap.libp2p.io/' failed: Error during WebSocket handshake: Unexpected response code: 403
Steps to reproduce the error: https://milankragujevic.com/temp/ipfs/test.html
The text was updated successfully, but these errors were encountered: