Can't access to http://ratos.local/configure
Greetings everyone!
I have experienced an issue with an extremely bad wifi connection of my Raspberry Pi 3 B+. Previously everything was fine and the location of the printer remains the same as before. So I was trying to change the wifi network, which resulted in a disconnection from my network. Now I can only connect via RatOS wifi. When trying to run a configurator to update the wifi setting I receive a "502 Bad Gateway" error.
Was trying to follow some guidance in this channel but unsuccessfully. For example, trying to run "pi@ratos:~/ratos-configurator$ pnpm start" resulted in an error. Since I consider re-flashing my Pi as the last resort, I would like to know your thoughts.
Thank you in advance!
10 Replies
What error did you get when you ran pnpm start?
This is what I get
Do you have any ideas? Or i need to re-install Ratos?
I don't, but maybe @miklschmidt would know better
First of all, did you install the most recent 2.0 release? Because this looks like you updated and old alpha release which wouldn't work.
If yes, do
pnpm install
in ratos-configurator
and try again.
though i'd say if this is borked, it's prolly not the only thing that's borked, so i'd just reinstall.Yes, i have a complete clean install of 2.0 release. I will do pnpm install and revert with result.
Can you please check below screenshot:
I tried to run update as well but as you see also some error
Yeah this is a network problem
there's no need for pnpm add -g pnpm
it can't install packages because none of the addresses resolve
Whatever DNS server your router tells the pi to use is not working
I will then just reinstall the whole thing. Thank you for trying 🙂