-
Notifications
You must be signed in to change notification settings - Fork 14
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
no message when print done #26
Comments
I've never received finished print job notifications, and progress notifications started failing every once in a while.
My guess is that it's looking for the name of the file via a key "file" in a duct, and bombs (I use "file" in my status message config). The call to getattr() should probably be wrapped in an exception handler. If I get a chance I might submit a fix. The workaround would be to omit the {file} in the status message, at least. There may be others that error out too. |
Hey there! I actually just recently took over maintaining this plugin because I ran into this specific issue. The key in octoprint changed, so instead of I'm going to get this merged into this repo and get it tagged and bumped. |
Fixed in 0.1.10 |
i don't receive the messago when print done but test and update function work correctly.
The text was updated successfully, but these errors were encountered: