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
Just before the panic in the visor logging, from another terminal I ran skywire-cli visor info
it obviously was not ready for that to happen after ~15 seconds of running
$ skywire-cli visor info
[2023-05-31T08:15:36.841681801-05:00] FATAL [skywire-cli]: Failed to connect to visor RPC or RPC method not found; is skywire running?: unexpected EOF
The text was updated successfully, but these errors were encountered:
0pcom
changed the title
Panic on rpc queries during startup with visor using dmsghttp config
RPC queries cause panic during startup with no dmsg connection
Jun 2, 2023
Note that the issue still exists but the cause for the lack of connectivity to dmsg was solved with an update to the dmsghttp-config.json on the v1.3.10 release
This is a duplicate of #1492 ; however the issue is much more noticeable when using a dmsghttp config in the instance that it takes a long time for the visor to connect to dmsg.
Whereas with non dmsghttp-config, the window of time during startup when this issue may manifest is only seconds, a visor may run for a prolonged time without a connection to dmsg because of a misconfigured or outdated dmsghttp-config.json
Using dmsghttp config
Just before the panic in the visor logging, from another terminal I ran
skywire-cli visor info
it obviously was not ready for that to happen after ~15 seconds of running
The text was updated successfully, but these errors were encountered: