HTML error in domoticz.log
Posted: Saturday 11 April 2020 13:24
Hi all,
I'm using in my lua script a [SendNotification] command to inform me by e-mail for activities that are started (i.e. send an email with inside and outside temperature when the Fan is activated)
Code:
commandArray['SendNotification']='Fan activity...activated # '..dag..' '..mnd..' Hier de temperaturen: temp binnen = '..temp_binnen.. ' en temp buiten = '..temp_buiten..''
I'm receiving the e-mail:
Subject: Fan activity ...activated
Text : Saturday 04/11/20 Hier de temperaturen: temp binnen = 24.5 en temp buiten = 12.6
but have for all my [SendNotification] messages a 'CANNOT GET ' error in the domoticz.log file. I really don't know where to look.
Log file output:
2020-04-11 09:42:02.858 Error: HTTP: <!DOCTYPE html>
2020-04-11 09:42:02.858 <html lang="en">
2020-04-11 09:42:02.858 <head>
2020-04-11 09:42:02.858 <meta charset="utf-8">
2020-04-11 09:42:02.858 <title>Error</title>
2020-04-11 09:42:02.858 </head>
2020-04-11 09:42:02.858 <body>
2020-04-11 09:42:02.858 <pre>Cannot GET /Tw6AM3tcNf/Fan%20activity...activated%20/%20Saturday%2004/11/20%20Hier%20de%20temperaturen:%20temp%20binnen%20=%2024.5%20en%20temp%20buiten%20=%2012.6</pre>
2020-04-11 09:42:02.858 </body>
2020-04-11 09:42:02.858 </html>
Unfortunately due to the extra Covid-19 quarantine time I'm looking to implement dzEvents, if I enable dzEvents in the dashboard setup, my Pi is crashing and restarting unexpected a lot. Where can i found crashing info? I only found in several log files 'Domoticz is starting up' (syslog, daemon.log, messages etc) but no reason for going down, unless the OS is rebooting without any message.
Hope someone can put me in the right direction.
Keep save and llok after each other!
Leo
I'm using a Raspberry Pi Model B Rev 2, Raspbian GNU/Linux 10 (buster) with the new Domoticz 2020.1 build 11875
AEOTEC ZStick and a home made RFLink / Arduino Gateway
I'm using in my lua script a [SendNotification] command to inform me by e-mail for activities that are started (i.e. send an email with inside and outside temperature when the Fan is activated)
Code:
commandArray['SendNotification']='Fan activity...activated # '..dag..' '..mnd..' Hier de temperaturen: temp binnen = '..temp_binnen.. ' en temp buiten = '..temp_buiten..''
I'm receiving the e-mail:
Subject: Fan activity ...activated
Text : Saturday 04/11/20 Hier de temperaturen: temp binnen = 24.5 en temp buiten = 12.6
but have for all my [SendNotification] messages a 'CANNOT GET ' error in the domoticz.log file. I really don't know where to look.
Log file output:
2020-04-11 09:42:02.858 Error: HTTP: <!DOCTYPE html>
2020-04-11 09:42:02.858 <html lang="en">
2020-04-11 09:42:02.858 <head>
2020-04-11 09:42:02.858 <meta charset="utf-8">
2020-04-11 09:42:02.858 <title>Error</title>
2020-04-11 09:42:02.858 </head>
2020-04-11 09:42:02.858 <body>
2020-04-11 09:42:02.858 <pre>Cannot GET /Tw6AM3tcNf/Fan%20activity...activated%20/%20Saturday%2004/11/20%20Hier%20de%20temperaturen:%20temp%20binnen%20=%2024.5%20en%20temp%20buiten%20=%2012.6</pre>
2020-04-11 09:42:02.858 </body>
2020-04-11 09:42:02.858 </html>
Unfortunately due to the extra Covid-19 quarantine time I'm looking to implement dzEvents, if I enable dzEvents in the dashboard setup, my Pi is crashing and restarting unexpected a lot. Where can i found crashing info? I only found in several log files 'Domoticz is starting up' (syslog, daemon.log, messages etc) but no reason for going down, unless the OS is rebooting without any message.
Hope someone can put me in the right direction.
Keep save and llok after each other!
Leo
I'm using a Raspberry Pi Model B Rev 2, Raspbian GNU/Linux 10 (buster) with the new Domoticz 2020.1 build 11875
AEOTEC ZStick and a home made RFLink / Arduino Gateway