Hello Anton,
Facing same error on previously working event configuration. Can you please help for the resolution?
Thanks in advance.
You have probably misconfigured something.
Hello Anton,
Below is the configuration I have in my traccar.xml and it is working as expected on traccar 4.2 version.
Config:
<entry key='event.forward.enable'>true</entry>
<entry key='event.forward.url'>http://localhost/event.php</entry>
<entry key='event.forward.header'>
content-type: application/json
cache-control: no-cache
</entry>
Can you please review the missing thing i have to add to let it work with traccar 4.5?
Regards.
Most likely headers format is incorrect. Also, it doesn't really many any sense to include those headers anyway.
Thank you, I've removed the header entry and it seems to work correctly.
Marco
Hi,
after upgrading to 4.5 version (with mysql support), I get this error when the remote device gets connected:
Downgraded to 4.3 and it works without problems.
Any hint?
Marco