All the extra web files are being updated except dayfile.txt
I have many to upload at realtime and at the 5-minute interval, and 3 at End of Day. Two of the EoD upload ok at midnight but dayfile.txt has failed the last 3 days:
Code: Select all
2023-03-14 00:00:01.770 PHP[Int]: Uploading dayfile.txtCode: Select all
2023-03-14 00:00:12.565 PHP[Int]: dayfile.txt: Response code = 422: 422
2023-03-14 00:00:12.565 PHP[Int]: dayfile.txt: Response text follows:
Error: TimeStamp is out of date
Data TS = 1678766401
Server TS = 1678766413
2023-03-14 00:00:12.565 PHP[Int]: Upload process completeThe next largest file is alldailytempdata.json at 1,311,550 and this is uploading.
Could the size affect the TimeStamp discrepancy?
Enjoy,
Paul