Realtime Analysis - SciChart too old.. error

I'm getting this screen when trying to access the Analysis Tool.. Sorry! This version of SciChart is too old to be used for the community edition. Please update to the latest version. RatOS fully updated..
No description
Solution:
Fixed. Update ready in 5 minutes.
Jump to solution
29 Replies
Chrizzar
ChrizzarOPā€¢2mo ago
No description
Chrizzar
ChrizzarOPā€¢2mo ago
@miklschmidt
rubino25
rubino25ā€¢2mo ago
Same!
miklschmidt
miklschmidtā€¢2mo ago
updating, gimme a sec šŸ™‚
Solution
miklschmidt
miklschmidtā€¢2mo ago
Fixed. Update ready in 5 minutes.
miklschmidt
miklschmidtā€¢2mo ago
It introduced a weird graphical error in the live signal graphs that we'll have to live with for now. It seems to be missing a piece of the end, not sure why. @Chrizzar @rubino25 Can you guys check if it works for you after the update?
rubino25
rubino25ā€¢2mo ago
No Sorry.. the error is on customer printer. Not mine. Sorry
miklschmidt
miklschmidtā€¢2mo ago
Gotcha, as far as i can tell it works now, but always nice to have it confirmed šŸ™‚
brewweasel
brewweaselā€¢2mo ago
I was having the same error, updated and its working again
denis
denisā€¢5w ago
Happy new year! I'm still getting this error. Everything up to date except the RatOS Configurator repository as it keeps breaking my system (Bad Gateway) even if I stick to the recommended order of updates
blacksmithforlife
blacksmithforlifeā€¢5w ago
Rat-OS configurator is what needs to be updated...
denis
denisā€¢5w ago
Thanks. I've just commisioned my V-Core 4. I had re-installed RatOS 4 times. First time it was my mistake as I just hit "Update All". Second and third time I followed the procedure, still got the infamous BAD GATEWAY error. I'm not gonna update it for now šŸ˜‰
miklschmidt
miklschmidtā€¢5w ago
ssh pi@ratos.local
ratos doctor
ssh pi@ratos.local
ratos doctor
denis
denisā€¢5w ago
pi@ratos02:~ $ ratos doctor error: unknown command 'doctor' "pi@ratos02:~ $ ratos --version" returns nothing pi@ratos02:~ $ ratos info Machine IP 192.168.3.42 RatOS Version v2.1.0-RC2 (bullseye) Configurator Version v2.1.0-RC3-83-g3a6a8b0 Klipper Version v0.12.0-316-g96cceed23
miklschmidt
miklschmidtā€¢5w ago
You haven't updated
denis
denisā€¢5w ago
True. Because I tried three times and it always broke my system (Nginx: 502 BAD GATEWAY). First time was my fault, because I just hit update all. The other two times I followed the given update order. Still same issue. I did reflash ratos between each attempt
miklschmidt
miklschmidtā€¢5w ago
It's not just an order thing, you need to restart moonraker and refresh mainsail etc before doing the final update. see this: https://discord.com/channels/582187371529764864/1324058506193797131/1324138855162581046 (this is temporary btw) it's just until RC4 is out
denis
denisā€¢5w ago
Gotcha. I have a print running for the next 90 minutes. Will try afterwards. Thank you!
miklschmidt
miklschmidtā€¢5w ago
I think what's tripping everyone up is that the new deployment action forced push (apparently that was default behavior) and killed a bunch of the history.
denis
denisā€¢5w ago
At least that wasn't hitting. I've just finished comissioning on the new years eve
miklschmidt
miklschmidtā€¢5w ago
You might be able to update your current installation by doing the following:
ssh pi@ratos.local
cd ~
rm -rf ratos-configurator
git clone https://github.com/Rat-OS/RatOS-configurator.git ratos-configurator
cd ratos-configurator
git checkout v2.1.x-deployment
ratos doctor
ssh pi@ratos.local
cd ~
rm -rf ratos-configurator
git clone https://github.com/Rat-OS/RatOS-configurator.git ratos-configurator
cd ratos-configurator
git checkout v2.1.x-deployment
ratos doctor
denis
denisā€¢5w ago
during the print?
miklschmidt
miklschmidtā€¢5w ago
never do stuff to your system during a print šŸ˜…
denis
denisā€¢4w ago
Ok, here's what I did: 1. Restarted moonraker (I did id anyways even though I had rebooted earlier.) 2. Everything else was up to date and I did update ratos first 3. Tried updating ratos-configurator through the GUI (cloning from github should be possible anyways) 4. Waited for 20 minutes but the process wouldn't finish. No timeout. Last message "updating npm and pnmp...". Don't know where to find the logs, just have a screenshot. 5. ssh ratos02.local -l pi 6. mv ratos-configurator/ ratos-configurator.bak 7. git clone https://github.com/Rat-OS/RatOS-configurator.git ratos-configurator 8. cd ratos-configurator 9. git checkout v2.1.x-deployment 10. ratos doctor This has fixed the missing dependencies. After restarting moonraker I got a fresh klipper update.
GitHub
GitHub - Rat-OS/RatOS-configurator: The RatOS Configurator
The RatOS Configurator. Contribute to Rat-OS/RatOS-configurator development by creating an account on GitHub.
denis
denisā€¢4w ago
Does it make sense to mark this as solution or will it be contra-productive once RC4 is out? Oh, and thank you!
miklschmidt
miklschmidtā€¢4w ago
4. Waited for 20 minutes but the process wouldn't finish. No timeout. Last message "updating npm and pnmp...". Don't know where to find the logs, just have a screenshot.
This is normal and is mentioned in the announcement. Mainsail isn't fast enough to keep up with the output of everything (the state management is very unfortunate), just refreshing your browser should help. The rest of the steps probably weren't necessary (but depends if you've done "hard recovery" on the configurator, in which case all the scripting has been deleted and the update scripts won't run, and thus you need ratos doctor afterwards). regardless, no harm no foul, cloning the configurator and running ratos doctor will fix most issues. Mark it as the solution for now, hopefully i'll remember to update here once RC4 is out šŸ˜‚
denis
denisā€¢4w ago
Don't have the permission to mark it as solution here.
miklschmidt
miklschmidtā€¢4w ago
Ah, not the author, i'll do it šŸ™‚ i set it back again, it's not related to the thread topic
Chrizzar
ChrizzarOPā€¢4w ago
Thank you Mikkel. I will check tomorrow if I have time. It has been a hard and busy last week..

Did you find this page helpful?