azicemachine
n3wb
I don't know how to fix it from our side. This seems to be an internal Rekor server issue. It also appears to be affected by the INT issue I mentioned above. If you look at entries online from yesterday the preview images stop at the same time that the downloader started having the issue.
Before the max INT value for pk was exceeded:
View attachment 132805
After the max INT value for pk was exceeded:
View attachment 132806
Those entries match up with my mySQL database entries from before and after the max INT value for pk was exceeded:
Code:[LPR]>select pk, best_plate, epoch_time_start from Plates where pk >= '2147478437' order by pk limit 2; +------------+------------+---------------------+ | pk | best_plate | epoch_time_start | +------------+------------+---------------------+ | 2147478437 | APYD00 | 2022-07-06 11:15:50 | | 2147492777 | 178OLQ | 2022-07-06 11:20:23 | +------------+------------+---------------------+
Can you see the thumbnails of plate captures when you hover over the Plate Number links in Advanced Search? All of my current and older plate thumbnails appear there, but none of the capture thumbnails appear from the Dashboard for the last 36 hours.
Dashboard -
Advanced Search - Same Capture.
I've looked thru the configuration items and don't see any that we control that would fix this.