-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Bug] Impossible to finish a setup wizard when PSUControl is installed #162
Comments
Interesting. Could you also provide js console logs? The gcode scripts are pre-processed on the js side and should always be submitted whether empty or not. I suspect something is breaking there. |
Here are the logs from Chrome |
Hello. I hawe one issue. |
@Renaud11232 can you try with this? https://github.com/kantlivelong/OctoPrint-PSUControl/archive/fix_162.zip |
Hello, I just tried, the same thing happens with the exact same error in the logs. |
Hmm.. Will have to look further. |
This issue was PSU Control all along? It only happened with 1.5.0+, and mitigation was added for 1.6.0 to make sure it is not none, since I wasn't able to find the issue. We had multiple reports on the forums, other plugins etc. and I never spotted if this was the common factor... |
This is a great find! I'm the developer of OctoEverywhere and I also had users having trouble with this. I would be happy to help out however I can, just let me know. :) |
Fixed in 0.1.11. Thanks for the help. PS: This also affects OctoPrint-SmartPreheat which will be getting a fix shortly. |
Omg, I've been working on making RGB-Status plugin Python 3.7 compatible and getting the wizard to finish was the last part of the puzzle that I couldn't get, I never would have suspected it was another plugin. |
Welcome! 😄 |
Hello,
I'm working on another plugin and have had mutliple issues opened regarding a problem that makes it impossible to finish the setup wizard of my plugin. (Renaud11232/OctoPrint-Marlin-Flasher#64, Renaud11232/OctoPrint-Marlin-Flasher#63 and Renaud11232/OctoPrint-Marlin-Flasher#32)
After a bit of digging around, I think that the issue might be linked to this plugin.
I tried to reproduce the issue and the same thing happens with any plugin which has a setup wizard.
What were you doing?
To reproduce the issue
What did you expect to happen?
The settings to be saved and the wizard to close.
What happened instead?
The wizard is still open and the request to
/api/settings
failed with HTTP 500This shows up in the logs
This is the body of the
POST
request made when trying to finish the wizard.Version of OctoPrint-PSUControl
0.1.10 (Installed using the Plugin Manager)
Operating System running OctoPrint
I tested on Ubuntu Server 20.04, Windows 10 20H2.
People who reported the issue used OctoPi (Raspbian)
Printer model & used firmware incl. version
No printer connected
Link to octoprint.log with octoprnt.plugins.psucontrol set to DEBUG
octoprint.log
Wiring diagram
N/A
Thanks
The text was updated successfully, but these errors were encountered: