alexandre-abrioux / golem-node

Dockerized Golem Network Provider Node
https://hub.docker.com/r/aabrioux/golem-node
MIT License
17 stars 15 forks source link

Error: Bad request: No service registered under given address #10

Closed jnew00 closed 3 years ago

jnew00 commented 3 years ago

I've forked your repo and am using this on 3 servers. Thank you! I was wondering if you have seen this error. It is occurring for me on all three servers (all different architectures) at least one a day and it kills the whole thing. I asked in the golem discord, but I guess since this is non-standard, I got no help.

[2021-03-29T12:39:03Z ERROR golemsp] `running: Command { std: "/usr/bin/yagna" "--json" "version" "show", kill_on_drop: false }` failed: [2021-03-29T12:38:59Z INFO  ya_service_bus::remote_router] trying to connect to: /tmp/yagna.sock
    [2021-03-29T12:38:59Z INFO  ya_service_bus::connection] started connection to gsb
    [2021-03-29T12:39:03Z INFO  ya_service_bus::connection] stopped connection to gsb
    Error: Bad request: No service registered under given address '/local/version/check'.
alexandre-abrioux commented 3 years ago

Hi! Thanks for the kind word.

I haven't encountered this issue myself and I couldn't really give you more info about it since I am not part of the Golem team and I have no knowledge in how the program is built in itself.

As I understand it is still in beta and I'm sure the devs would love your feedback. I would advise you to open an issue on the Yagna repository: https://github.com/golemfactory/yagna

Good luck!