zenhack / ttrss-sandstorm

Sandstorm port of Tiny Tiny RSS
GNU General Public License v3.0
6 stars 2 forks source link

E_USER_NOTICE (1024) #18

Open ocdtrekkie opened 3 years ago

ocdtrekkie commented 3 years ago

This isn't based on the latest update pushed to experimental, so I'll see if it continues one I test that update. But I wanted to document it as a persistent error message in the System Log on my TTRSS:

Error: E_USER_NOTICE (1024)
Filename: /opt/app/classes/rssutils.php:912
Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '{"ver":2,"uid":"1","hash":"SHA1:58e6f077f0b0457bf063e80e0179ef31' for key 'guid'

The hash changes every time this recurs. It happens a few times a day, about 50 minutes past the hour. (I actually wonder if I am triggering this with my service that has historically poked this grain, or if this is when the Cron API ends up waking this grain.)

zenhack commented 3 years ago

I don't see this in my own logs. The cron job should be running once an hour, so if that's what's triggering it then the error only occurs sometimes.