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
Environment (please complete the following information):
Linux linux-9y35.localhost 6.11.2-1-default #1 SMP PREEMPT_DYNAMIC Fri Oct 4 17:37:58 UTC 2024 (38c846e) x86_64 x86_64 x86_64 GNU/Linux
go version go1.24rc1 linux/amd64
The text was updated successfully, but these errors were encountered:
the only problem I see here is an incomplete supervision tree... ergo -path /tmp/ -init go_erl -with-app GoErl -with-actor GoErl:HestiaActor -with-sup GoErl:HestiaSup -with-web "HestiaWeb{port:8888,tls}" -with-msg get_cfg -with-logger colored -with-logger rotate -with-observer
try to move your actor under the supervisor ergo -init go_erl -with-app GoErl -with-sup GoErl:HestiaSup -with-actor HestiaSup:HestiaActor -with-web "HestiaWeb{port:8888,tls}" -with-msg get_cfg -with-logger colored -with-logger rotate -with-observer
Describe the bug
error: open /home/oper/programs/go_erl/apps/goerl/hestiaactor.go: no such file or directory
To Reproduce
ergo -path /home/oper/Programs/ -init go_erl -with-app GoErl -with-actor GoErl:HestiaActor -with-sup GoErl:HestiaSup -with-web "HestiaWeb{port:8888,tls}" -with-msg get_cfg -with-logger colored -with-logger rotate -with-observer
Generating project "/home/oper/Programs/go_erl"...
Environment (please complete the following information):
Linux linux-9y35.localhost 6.11.2-1-default #1 SMP PREEMPT_DYNAMIC Fri Oct 4 17:37:58 UTC 2024 (38c846e) x86_64 x86_64 x86_64 GNU/Linux
go version go1.24rc1 linux/amd64
The text was updated successfully, but these errors were encountered: