Open SenH opened 3 years ago
I can confirm SenH's statement. it's exactly the same for me.
I can also confirm. No message when the print starts.
Same here
I will look into this as soon as I find the time for it. And that is first thing next week, Sorry
Aha, the printstarted event is deprecated, did not know that. So have too fix that
https://docs.octoprint.org/en/master/events/index.html#printing
PrintStarted
A print has started.
Payload:
name: the file’s name
path: the file’s path within its storage location
origin: the origin storage location of the file, either local or sdcard
size: the file’s size in bytes (if available)
owner: the user who started the print job (if available)
user: the user who started the print job (if available)
Deprecated since version 1.3.0:
file: the file’s full path on disk (local) or within its storage (sdcard). To be removed in 1.4.0.
filename: the file’s name. To be removed in 1.4.0.
Changed in version 1.4.0.
Hello. Any update on the 2 fixes?
Hello. Any update on the 2 fixes?
I can't say, I switched to a completely different notification system all-together.
I've just fixed the issue with the "PrintStarted" not sending SMS. Added the file to my FORK. https://github.com/AlexVercammen/OctoPrint-Pushover
I switched back to this plugin for notifying through Pushover and the Print Started notification is not send, so it is not fixed.
I've just fixed the issue with the "PrintStarted" not sending SMS. Added the file to my FORK. https://github.com/AlexVercammen/OctoPrint-Pushover
Thanks for this fix. Hopefully it gets integrated into this repo and pushed so that the original plugin in Plugin Manager works.
I am not receiving a Pushover message upon the "Print Started" event. When activating debug logging it appears this event triggers an 'invalid user' error?
Pushover messages do arrive for all other activated events (Startup, Shutdown, Print Done, Percent schedule notifications).