-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Intermittent "ipfs-pubsub-room/v1" not supported #944
Comments
Thank you for reporting this issue, @mitra42 :) This sounds like a race condition on the @pgte can you check what is going on on ipfs-pubsub-room? |
Should be fixed in version 0.1.4 of |
Updated dep on y-ipfs-connector, so if you're using it directly please update that to v1.2.1. @mitra42 thanks for the report! |
Looks like there are some issues with the dependency chain ...
Is ipfs-pubsub-room pushed to wherever npm gets it from, or is that just a matter of time (because at the moment it breaks installation of anything in node that depends on y-ipfs-connector. For the browser version, I'm using <script src="https://unpkg.com/ipfs-iiif-db/dist/browser.js"> Will that get auto-updated ? The bug is intermittent, so waiting is an option, though i'm concerned that ipfs-iiif-db is requesting an old version of y-ipfs-connector either directly or indirectly ? |
P.S. I don't know how to reopen this bug, either that or I don't have sufficient permissions to do so. So I'm not sure if you'll see the comment above ? |
Update: |
confirmed. same issue. |
Confirmed that fixes npm install y-ipfs-connector etc |
Updates deps and fixes example code! License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Type: Bug
Severity: Medium
Description:
After starting IPFS it crashed - intermittent, doesn't happen every time.
"ipfs-pubsub-room/v1" not supported
Steps to reproduce the error:
I'm running my code in github.com/internetarchive/dweb-transport, following README.md instructions, and then running "npm js/test.js" , have seen intermittent crashes, and now that the core code is more stable I'm trying to track them down.
Note the string "room" or "v1" does not appear in my code at all.
The text was updated successfully, but these errors were encountered: