excommands.xml interpreter error
Repetier Version 1.2.0
Working:
<execute>curl 'http://10.8.10.127/' -H 'Referer: http://10.8.10.127/login.html' -H 'Connection: keep-alive' --data 'cte4=1'</execute>
Not working:
<execute>curl 'http://10.8.10.127/' -H 'Referer: http://10.8.10.127/login.html' -H 'Connection: keep-alive' --data 'cte1=&cte2=&cte3=&cte4=1'</execute>
Error in Startup-Log:
[22.11.2021 19:24:10] : error reading extcommands.xml:SAXParseException:
Invalid token in '/var/lib/Repetier-Server/database/extcommands.xml',
line 83 column 131
(Col. 131 is the blank after --data)
Comments
--data 'cte1=&cte2=&cte3=&cte4=1