Error "failed to parse close reason"

Trying to run locally I got next errors. If I open http://127.0.0.1:6420, then it redirects me to http://127.0.0.1:6420/ui (which is correct, but can't understand why it can't connect to engine properly) self-host engine, hono example MacBook M4 Node v25.2.0 Could you help pls Thanks!
No description
No description
No description
2 Replies
Nathan
Nathan3w ago
hey! i'm able to reproduce this when using an older engine version with the newer rivetkit version. can you try 2 things:
# this *should* log 2.0.23, but you may have an older version
docker run rivetkit/engine:latest --version
# this *should* log 2.0.23, but you may have an older version
docker run rivetkit/engine:latest --version
to upgrade:
docker pull rivetkit/enigne:latest
docker run # ...etc...
docker pull rivetkit/enigne:latest
docker run # ...etc...
PizzaLover
PizzaLoverOP3w ago
Oh man, it really was an old version. Thanks a lot! Sorry for that

Did you find this page helpful?