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
If the command slic init is run prior to slic start, endless errors will be generated until the process is stopped with Ctrl + C.
[composer:common]
[npm:common]
[npm:target]
[composer:target]
[composer:target] service "slic221" is not running
[composer:common] service "slic240" is not running
[npm:common] service "slic251" is not running
[composer:target]
[composer:common]
[npm:common]
[npm:target] service "slic244" is not running
[npm:target]
Error response from daemon: network slic240_slic not found
Error response from daemon: network slic251_slic not found
Error response from daemon: network slic244_slic not found
Error response from daemon: network slic221_slic not found
Error response from daemon: network slic221_default not found
Error response from daemon: network slic240_default not found
Error response from daemon: network slic251_default not found
Error response from daemon: network slic244_default not found
Error response from daemon: network slic251_slic not found
Error response from daemon: network slic221_slic not found
Error response from daemon: network slic244_slic not found
Error response from daemon: network slic240_slic not found
Error response from daemon: network slic221_default not found
Error response from daemon: network slic251_default not found
Error response from daemon: network slic244_default not found
Error response from daemon: network slic240_default not found
Error response from daemon: network slic240_slic not found
Error response from daemon: network slic221_slic not found
Error response from daemon: network slic244_slic not found
Error response from daemon: network slic251_slic not found
Error response from daemon: network slic240_default not found
Error response from daemon: network slic244_default not found
Error response from daemon: network slic221_default not found
Error response from daemon: network slic251_default not found
Error response from daemon: network slic251_slic not found
Error response from daemon: network slic240_slic not found
Error response from daemon: network slic221_slic not found
Error response from daemon: network slic244_slic not found
Error response from daemon: network slic221_default not found
Error response from daemon: network slic251_default not found
Error response from daemon: network slic240_default not found
Error response from daemon: network slic244_default not found
Error response from daemon: network slic251_slic not found
Error response from daemon: network slic244_slic not found
Error response from daemon: network slic221_slic not found
Error response from daemon: network slic240_slic not found
Error response from daemon: network slic221_default not found
Error response from daemon: network slic251_default not found
Error response from daemon: network slic244_default not found
Error response from daemon: network slic240_default not found
The numbers will keep changing and the errors will continue until forced to quit.
If slic start has not been run, slic init should instead fail gracefully and prompt the start command to be run first. Or even better, interactively to run the start command, and then execute it before finishing the init process.
The text was updated successfully, but these errors were encountered:
If the command
slic init
is run prior toslic start
, endless errors will be generated until the process is stopped with Ctrl + C.The numbers will keep changing and the errors will continue until forced to quit.
If
slic start
has not been run,slic init
should instead fail gracefully and prompt thestart
command to be run first. Or even better, interactively to run thestart
command, and then execute it before finishing theinit
process.The text was updated successfully, but these errors were encountered: