-
Notifications
You must be signed in to change notification settings - Fork 1.3k
0.29.2 Uncaught Error: BlockStream: write after end #1379
Comments
@ya7ya this error was introduced with libp2p/js-libp2p-webrtc-star#145. Mind checking what's up? |
@diasdavid I'll check it out 👍 |
Turns out it's the lack of |
@ya7ya good diagnosis skills. Are you working on a fix too :)? |
@diasdavid Yeah. I'm looking into fixing |
The change was reverted in libp2p-webrtc-star to mitigate this error. @ya7ya let's make sure to do an integration test when libp2p/js-libp2p-webrtc-star#146 gets back. @Artod thank you for reporting. a fresh npm install should get you golden :) |
@diasdavid thx! |
@diasdavid I just upgraded to 0.29.3 and got the same errors |
@Artod did you |
I load it using a <script> with src from here https://unpkg.com/[email protected]/dist/index.min.js My app is built with the create-react-app. As far as I remember there is an issue with building an app importing ipfs. |
@Artod can you point me at some code I can run that exhibits this error? Also, we're now on 0.31.x so this might have been resolved! |
@Artod try with latest 0.31.2, it should be allll goood . Closing this one now, reopen this issue if needed |
Type: Bug
Severity: Critical
Description:
after upgrade to 0.29.2 got repeating error
and
Steps to reproduce the error:
my configs
The text was updated successfully, but these errors were encountered: