WiiLink24 / food-server

A server designed to run the Demae channel.
MIT License
28 stars 12 forks source link

Determine proper response for receipt #17

Closed spotlightishere closed 2 years ago

spotlightishere commented 2 years ago

Whenever an order finalizes, the user is sent a receipt to the Wii Message Board describing the purchase, and a similar receipt is present under the Orders menu.

However, due to something server-side, the channel rejects our current handling - likely related to the timestamp (presumed to be in HH:MM:SS format). As of e62e4e89ca3d330be7168e4219ad8c6a97f91097, this looks something like the following: https://github.com/WiiLink24/food-server/blob/e62e4e89ca3d330be7168e4219ad8c6a97f91097/responses.py#L279-L292

We'll need to investigate if data is missing in one area, or what's going on. Per previous debugging, the time is correctly parsed, and then discarded shortly after for unknown reasons.

spotlightishere commented 2 years ago

Resolved in 92435ddca6d92058723195ec5bbf9193dbef8067 and ad7a944312e7fda63498a5ee7c1e14b2a3677bd4.