Insecure script command - perl XMPP script
Posted: Monday 10 October 2022 22:39
I am trying to add an XMPP notification - it is described here:
https://www.domoticz.com/wiki/Installin ... ion_System
I get a message in my logs:
I agree with that - wrong solution.
However, I am writing a perl script using the excellent library
It's the same!
Script call in domoticz:
How to solve the problem? Of course, running the script outside of domoticz works fine.
XMPP is very important to me. This is not related to the file permissions, I have tried to restrict them.
Has anyone encountered such a problem?
https://www.domoticz.com/wiki/Installin ... ion_System
I get a message in my logs:
Code: Select all
Error: HTTP: Insecure script command!
I agree with that - wrong solution.
However, I am writing a perl script using the excellent library
Code: Select all
Net :: XMPP
It's the same!
Script call in domoticz:
Code: Select all
script://home/myuser/domoticz/scripts/xmpp.pl #FIELD1 #FIELD2 #TO "#MESSAGE"
XMPP is very important to me. This is not related to the file permissions, I have tried to restrict them.
Has anyone encountered such a problem?