It is possible that the time where the agent is running does not correspond with the server time “in the future” so the server discards the agent data when it arrives in an hour that “does not exist”. To do this, you will only have to go to the server configuration (in case it is local in /etc/pandora/pandora_server.conf
) and modify the token:
use_xml_timestamp 0
Then restart the server ( /etc/init.d/pandora_server restart
) and the problem should be solved