Page 1 of 1

zmeventnotification tokens.txt

Posted: Fri Dec 04, 2020 6:34 pm
by Henri
I dont use mobil push notifications and i see in the logfile every 5 minutes the following message
ERR [PARENT: Could not parse token file for token counts: ]
How can i disable this message ?
Thanks in advance for your support.

Re: zmeventnotification tokens.txt

Posted: Fri Dec 04, 2020 8:16 pm
by asker
For now, just do

Code: Select all

sudo echo {} > /var/lib/zmeventnotification/push/tokens.txt 
sudo chown www-data:www-data /var/lib/zmeventnotification/push/tokens.txt 
I've fixed the next version not to update tokens if use_fcm is disabled.

Re: zmeventnotification tokens.txt

Posted: Fri Dec 04, 2020 9:55 pm
by Henri
Thank you for the quick answer