-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RC Feedback] Feedback on the 1.3.10rc1 Release Candidate #2871
Comments
Hi @foosel, seems like there's a problem with the gcode viewer in this version: |
Raspberry Pi 3 + MKS sBase: Connecting over serial didn't work, reported as issue 2872 |
@hashashin thanks, can confirm. Weird, I could still it was working last week and I didn't change the authentication stuff since then, at least not that I can remember. Will take a look. @zeroflow will get back to you in the ticket. |
@ctgreybeard what does the Terminal tab say? Also check your powering, I see an undervoltage indicator up there. edit Also please check the JS error console and provide its contents. Might be that there's some JS error causing mayhem there. I cannot reproduce it locally, but maybe some plugin is causing trouble. |
The terminal tab is blank and not allowing input. The power indicator isn't there now. I have it powered via a 2.4A adapter and although I haven't checked it in a while I was watching for power problems after upgrading the adapter and I currently get "throttled=0x0" for vcgencmd. |
@ctgreybeard Anything in the JS console? |
Nothing that I can see. Some view models that don't bind. |
Could you please open a ticket on that and provide all the information that is requested (and check safe mode)? I cannot reproduce anything that sounds what you subscribe here, so I fear I need some logs, screenshots and all that, and that should go into its own ticket. Thanks! |
Here's the JS console (I think) ... (You might need to guide me, I'm not a JS kind of guy ...)
|
OK, I'll open a separate ticket a bit later today. |
I tried it on my Taz 6 about 4 hours ago and it would not connect to the printer, but the 3 Lulzbot Minis and a Taz 5 worked fine. So I reverted back for now on the Taz 6. Setting the Baudrate to AUTO instead of 25000 fixed Connection timeout issue I had this morning. |
@kmanley57 might be #2876, fixed for 1.3.10rc2 |
Please blacklist MQTT Publish Plugin version 0.6.0 on this release, it crashed hard. I think I have others but my pi died during testing and can't double-check until I get home to re-build. My suspicion is that the Tasmota-MQTT plugin may also be one causing problems. |
As requested by @jneilliii in OctoPrint/OctoPrint#2871
@jneilliii done (well, as soon as the github pages build goes through) |
Besides #2876 everything is working fine for me. |
Other than #2876 and the GCode Viewer issue mentioned above, rc1 seems to be working well with my Prusa i3 MK3 with firmware 3.4.0. Tested Print History Plugin, OctoSlack Plugin, Timelapse, file uploading, and one 23 minute print. |
So I got a new virtual environment up with all my plugins and there actually isn't an issue at all. I guess the errors I was running into were related to sd card corruption after all and not the plugins. Please remove from blacklist if you don't mind. |
Upon reboot I get hit with an anonymous usage enable / disable wizardy thingy. Clicking either enable or disable does.... something? nothing? There's no feedback as to whether or not my clicks are working. I'm not sure if that's intended behaviour but it'd be nice to see a little "tracking disabled" or "tracking enabled" text box or something, anything. edit: scratch that, doesn't seem like my clicks are doing anything, can't get passed that wizard, watch this space... edit2: never mind, seems i had something in config.yaml that was making octoprint fubar
|
I installed this version, I have Klipper installed raspberri pi3b+, once installed it couldn't connect anymore to mcu, timeout after timeout, even swapping port or changing port to tmp and usb001, never worked, I had to rollback to .09 |
Just in case there's some odd data in `config.yaml` as reported in #2871 (comment)
@ramsesiden probably #2872 - but just to confirm could you provide the terminal output or a @ntoff hm... the question now is how that got there though... In any case, added a sanity check on that field for 1.3.10rc2. @jneilliii done! |
@foosel probably when I manually deleted the custombackground plugin after it broke. You know how I love to manually break stuff to see what happens. Just so we're clear, this also broke 1.3.9 (and probably every other version), it wasn't unique to 1.3.10. I only just discovered it after updating to 1.3.10rc1. I'd say it's probably 90% chance it was all my own doing. |
@foosel |
Rollback done!
|
@arminth thanks! That confirms it then that it's #2872 and already fixed for rc2. Thanks! The only thing that confuses me that I've definitely seen successful connects to Klipper in the new tracking stats... Only 3 instances, but that's around 3 more than I would expect if Klipper never sends a |
Cool! I have been waiting for the new version :) Thanks!! The first update attempt did not work. The second try finished without errors. After a full reboot, the webpage loads and it seems to be connected, but all controls are disabled. The connection dialogue stays visible, the button reads "Trennen" (disconnect), but I cannot click it. The terminal tab shows no messages. Could this be related to those messages? |
The log appears to be incomplete 🤔
Already covered in the list of "known issues" right in the initial post ;) See #2876 |
Since upgrading, I cannot connect to octoprint any more. I get the message: The OctoPrint server is currently not running If you just started up your Raspberry Pi, please wait a couple of seconds, then try to refresh this page. If the issue persists, please log into your Raspberry Pi via SSH and check the following: Verify that the process is running: ps -ef | grep -i octoprint | grep -i python should show a python process: |
I copied everything I thought relevant out of my terminal window.
Ups, I indeed missed that. But I think my problem is different: I was able to connect with the OctoClient iPhone App. Its status said "detecting baudrate" for a long time and then changed to "Operational". I see the temperatures and I can home. Serial.log shows communications. But at the same time, the octoprint webinterface still shows the connection dialog and it appears to be offline. When I click on "Trennen", it disconnects but again nothing changes on the webinterface. |
@duncanlovett sorry, but I need more than that. E.g. the results of the steps suggested on that very page you quoted. And the logs. "Doesn't work anymore" isn't going to solve this, especially considering that I'm currently seeing around 380 instances online that enabled the new tracking plugin and where the update apparently worked fine. @hamster65 Please don't copy-paste a log from the output in your SSH client, download the full log file from the server ;) You can do that also through the UI of OctoPrint itself, when it's running, otherwise use an SCP client (e.g. WinSCP under Windows).
Doesn't sound like a different issue at all since the problem lies with the web interface, not the backend. Any API clients like e.g. such an app won't be affected. |
That explains it, I guess. Logs attached. |
@hamster65 Thanks. So... funny thing... this error there on the first attempt, I have code in OctoPrint to detect it. However:
I did not expect German locale in that error message, so the mechanism in place to detect this error and work around it doesn't take hold ;) That's not a new issue in 1.3.10 though, and I usually keep the fixes in newer RCs to regressions. I'll have to think a) how to detect this kind of error reliably without relying on localized language and b) whether I dare to put a potential fix into rc2 or not. In any case, funny bug. |
Gina, maybe it's because we are using an MKS GEN 1.4 running Klipper? |
Couldn't wait and quickly wired it up on the desktop! |
I am getting this for some reason.
T0 exists in my firmware and i only have one |
Anyone running into any kind of issues, I can't look into them if you don't open a proper bug report for them. That means logs ( |
|
Then it's one of your installed third party plugins - if an issue can't be reproduced in safe mode but can when not in safe mode, in 99% of cases a third party plugin is to blame (that's btw also why the bug template asks whether an issue reproduces in safe mode - if it doesn't I usually can't fix it since it's caused by a third party plugin and the author of THAT needs to fix it ;)) |
Looks like I need to update the firmware updater plugin due to the Sarge change. Seems simple enough, but I guess the best thing for compatibility is to use |
@benlye oh, thanks for the heads-up, that lack of documentation should be fixed. In the meantime take a look at the software update plugin (search for It has the advantage that a lot of the boilerplate needed to not only run commands but actually do something with their output (e.g. forwarding it to the frontend) is already taken care of. Downside is that if you need to run something non-blocking, you'll have to wrap it in your own thread (I might add another parameter to work around that though). Otherwise it just forwards any additional keyword args to sarge which in turn forwards stuff to the internally used Popen. |
@ThaliaFromPrussia: I had that issue too and found out that in my case it is this: https://github.com/fabianonline/OctoPrint-Telegram |
@EddyMI3d Thank you. I thought about it as well because it's no longer working every time. |
It's ok I just flashed the sd card back to the previous version and all works fine again. I'll try the newer version next week when I have more time/ Cheers d> @duncanlovett sorry, but I need more than that. E.g. the results of the steps suggested on that very page you quoted. And the logs. "Doesn't work anymore" isn't going to solve this, especially considering that I'm currently seeing around 380 instances online that enabled the new tracking plugin and where the update apparently worked fine. |
Has anyone been able to reproduce the "can't get past the 'enable or disable anonymous usage' page" issue? I don't see a ticket, so I assume not. |
Upgrade smooth on Raspberry Pi 3 and Prusa MK3 Thanks |
That doesn't sound like anything that core OctoPrint does, sounds more like Octolapse. |
RC has been working fine except for gcode viewer, this does not affect me as most of my prints exceed the max size for the viewer. |
Yes, sorry Octolapse. I can activate it and when I click print it gives the error I mentioned. Tech-Rat |
@tech-rat, can you post an issue here please? Be sure to include your gcode file, the octolapse version, and your settings.json file. Thanks! |
@EddyMI3d @ThaliaFromPrussia so can I consider "Reload prompt on backup download" to be a side effect of the Telegram plugin? At everyone, I want to second the question from @tedder here:
I have had four "reports" on this - and I'm using quotation marks here since three of those reports where more or less drive-by "it doesn't work"s so far without any kind of reproduction steps, logs and sometimes even basic human decency, and the fourth got fixed accidentally because it was thought to be caused by a broken install that was then solved before information could be collected. So right now I'm in the dark about this and would be grateful for any reproduction steps, JS console output and just collaboration really from anyone running into this ;) |
It works fine for me. Using Safari 12.0.1 on MacOS High Sierra (10.14.1) if that matters. I enabled anonymous user tracking and continued with the rest of my OctoPrint setup. |
1.3.10rc2 just got pushed out, new feedback ticket is here. |
Please provide general feedback on your experience with the 1.3.10rc1 Release Candidate here. An "All is working fine" is valuable feedback as well, because it tells me that people in fact are testing the RC and just not finding any problems. Thanks :)
If you run into any obvious bugs not yet listed below the following line, please open a new ticket and follow "How to file a bug report".
Currently known bugs
Unreproduced issues
The text was updated successfully, but these errors were encountered: