openthc / ccrs

Tracking for the WSLCB CCRS
https://lcb.wa.gov/ccrs
MIT License
4 stars 0 forks source link

Improve Has Not Been Processed Error #59

Closed djbusby closed 1 year ago

djbusby commented 1 year ago

In some cases CCRS will not process a file at all, which gives the response

The file $YOUR_FILE_WITH_DIFFERNT_TIMESTAMP you submitted has not been processed.

And in in this response the file name never matches the uploaded filename; it has the two timestamps appended to it (as well, the LCB servers time seem to be off from NIST).

Suggest improving this email to either a) include the orignal unmodified filename or b) include the full original contents as an attachment.

This would allow users and integrators to better track errors across 100s of files.

djbusby commented 1 year ago

Related to #33

djbusby commented 1 year ago

IR69057

djbusby commented 1 year ago

May be related: https://github.com/openthc/bong/blob/master/bin/cre-ccrs-push.php#L48

djbusby commented 1 year ago

Confirmed a) is on the table; w/no ETA.

djbusby commented 1 year ago

Appears fixed; Line 48 was removed; but the CCRS was not doing stuff for a few days and now it's back working and one of the errors came back with the OG filename.