ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Acralyzer reports shows 46 year old #123

Open mpraki opened 8 years ago

mpraki commented 8 years ago

Some of the reports are dated as '46 years ago' and they are unable to purge.

mcastillof commented 8 years ago

I see some bugs that are dated as '46 years ago', but they don't have any report inside. I think that '46 years ago' is related to Unix Epoch (1/1/1970).

mpraki commented 8 years ago

@mcastillof , correct, the '46 years ago' reports don't have anything inside.

kiall commented 7 years ago

I've got a few of these hanging around too, it happened as I purged reports for versions less than N

kiall commented 7 years ago

FYI - I removed them using:

root@arca:~# curl -u xxx -X DELETE http://127.0.0.1:5984/acra-tvheadend/1e604dc9218504a61a70205881e5d5af
Enter host password for user 'xxx':
{"error":"conflict","reason":"Document update conflict."}

root@arca:~# curl -u xxx -X DELETE http://127.0.0.1:5984/acra-tvheadend/1e604dc9218504a61a70205881e5d5af?rev=3-07da95bbdb7b88e87f6a51cd1437efe4
Enter host password for user 'xxx':
{"ok":true,"id":"1e604dc9218504a61a70205881e5d5af","rev":"4-4cb10a64d0af345fe32cdab93e974c64"}