You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when using the startFromWorker API I get the following error:
In most cases this issue doesn't happen in a deterministic manner, but somehow I managed to create a reproduction where the issue does happen deterministically.
The text was updated successfully, but these errors were encountered:
josepot
added a commit
to josepot/smoldot
that referenced
this issue
Nov 23, 2024
Your repro doesn't run on my system as I only have NodeJS v18, and I don't want to spend hours figuring out the clusterfuck that is installing a custom NodeJS version.
However, looking at the code, #2047 should fix this.
Your repro doesn't run on my system as I only have NodeJS v18, and I don't want to spend hours figuring out the clusterfuck that is installing a custom NodeJS version.
Simplest and most reliable way to manage different node versions is using nvm, eg:
Sometimes, when using the
startFromWorker
API I get the following error:In most cases this issue doesn't happen in a deterministic manner, but somehow I managed to create a reproduction where the issue does happen deterministically.
The text was updated successfully, but these errors were encountered: