Telegram notification error message in log window
Posted: Monday 04 January 2021 21:31
I get the following error message in the Domoticz error log:
The message does arrive on the Telegram. Why do I get this error? And how can I resolve this?
The DZVents code I use to send the Telegram notification:
Code: Select all
2021-01-04 18:11:31.208 Error: HTTP: <!DOCTYPE html>
2021-01-04 18:11:31.208 <html lang="en">
2021-01-04 18:11:31.208 <head>
2021-01-04 18:11:31.208 <meta charset="utf-8">
2021-01-04 18:11:31.208 <title>Error</title>
2021-01-04 18:11:31.208 </head>
2021-01-04 18:11:31.208 <body>
2021-01-04 18:11:31.208 <pre>Cannot GET /hGei7GkeifHifbr/HoekHuis%20Deurbel/Doorbell%20was%20pressed%20at%2018:11:30%2004/01/2021.</pre>
2021-01-04 18:11:31.208 </body>
2021-01-04 18:11:31.208 </html>
The DZVents code I use to send the Telegram notification:
Code: Select all
domoticz.notify(USAGE_DEVICES[device.name], NotificatonMessage, domoticz.PRIORITY_HIGH)