-
|
Running Klipper v0.12.0-469-g52617455, Moonraker v0.9.3-70-gb90c9652, moonraker-telegram-bot v2.1.0-0-g96a7fb91 on Debian 12, I have the bot connected to a group chat and I can request status which in turn sends the picture but always says printer stand by even if it's printing. I was trying to figure out how to customize the status message and when looking in the logs I found some errors, one that repeats every 2 seconds. This snippet of the log contains my current config (no keys etc.) still the message I get from the bot in telegram when requesting status is the picture and Printer standby. I did restart the service after the changes, I have a print running, after it finishes I'm going to restart the entire system to see if that changes anything.
Current Moonraker telegram bot config [camera] [status_message_content] [progress_notification] 2025-04-02 08:08:41,115 - websocket_helper - WARNING - websocket_helper.py:317 - Error received from websocket: {'code': -32601, 'message': 'Method not found'} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Still no additional info in the status request, can't figure out what I have done wrong here. After rebooting I did get a printer online message and
new log immediately after reboot: Current Moonraker telegram bot config [camera] [status_message_content] [progress_notification] 2025-04-02 15:48:56,813 - websocket_helper - WARNING - websocket_helper.py:317 - Error received from websocket: {'code': -32601, 'message': 'Method not found'} I commented out all options except Server, bot_token, chat_id then camera host and type, I still get the repeating error |
Beta Was this translation helpful? Give feedback.
-
|
Sure, here is what I changed at the top of the config: [bot] I don't remember what tipped me off on this, but it dawned on me, I have 3 printers running from my Klipper host, each one has a port so telegram needs to know which one to listen for. If you can't remember the ports you can find them in Fluidd where you switch printers under the three dots in the top right. Hope that helps! |
Beta Was this translation helpful? Give feedback.
I apologize, I'm an idiot, I have multiple instances on this Klipper machine I needed to add the port to the printer url in the telegram config. I'll leave this up here in case someone else runs into this.