Error after update // dev branch???

As per my previous post in #general , I ran a full update and after the completion, all files I send to the printer trigger an error as per image attached.
Solution:
``` ssh pi@ratos.local cd printer_data/config/RatOS git fetch origin git checkout -b v2.1.x origin/v2.1.x...
Jump to solution
13 Replies
miklschmidt
miklschmidt3mo ago
Which image did you install on this thing?
No description
miklschmidt
miklschmidt3mo ago
This is not 2.1, this is a development image.
MDFPereira
MDFPereira3mo ago
@miklschmidt I will be going there soon’ish and will change everything to 2.1. But for now it needs to be on main branch
miklschmidt
miklschmidt3mo ago
Did you set this up with a development image?
MDFPereira
MDFPereira3mo ago
Not that I recall… But can’t say for sure
miklschmidt
miklschmidt3mo ago
You must have, this should never have been in customer hands
MDFPereira
MDFPereira3mo ago
I’ve been there loooong time ago If so, I’m sorry… Maybe I installed the same image I had on the PC… that explains it :/
miklschmidt
miklschmidt3mo ago
There's only 1 good fix here, and that's installing a fresh 2.1 image. I'll write instructions on how to get onto the right branches, but there's no gaurantee this won't have other bugs.
MDFPereira
MDFPereira3mo ago
I will help Nuno
NMGMarques
NMGMarquesOP3mo ago
If there is anything I can do to help... My knowledge is limited, but I am very willing. :/
Solution
miklschmidt
miklschmidt3mo ago
ssh pi@ratos.local
cd printer_data/config/RatOS
git fetch origin
git checkout -b v2.1.x origin/v2.1.x
sudo ./scripts/ratos-update.sh
cd ~/ratos-configurator
git fetch origin
git checkout -b v2.1.x-deployment origin/v2.1.x-deployment
sudo ./scripts/update.sh
sudo systemctl restart ratos-configurator
sudo systemctl restart klipper
sudo systemctl restart moonraker
ssh pi@ratos.local
cd printer_data/config/RatOS
git fetch origin
git checkout -b v2.1.x origin/v2.1.x
sudo ./scripts/ratos-update.sh
cd ~/ratos-configurator
git fetch origin
git checkout -b v2.1.x-deployment origin/v2.1.x-deployment
sudo ./scripts/update.sh
sudo systemctl restart ratos-configurator
sudo systemctl restart klipper
sudo systemctl restart moonraker
MDFPereira
MDFPereira3mo ago
I will take care of you… Tomorrow I call
NMGMarques
NMGMarquesOP3mo ago
Best on Thursday. I have a team of German coleagues here still tomorrow as well. I'll ping you when I am free again. @MDFPereira @miklschmidt seems to be working! Thanks! I'll report back if there are any problems.

Did you find this page helpful?