Output update missing or ignoring data

Occassionally when I upload data to the addoutput API, export and import data is ignored without error.

This is an example from this morning:

This is my log for the update:

Oct 03 09:45:28 INFO  service:123 PVOutputOutputService Uploading payload={'d': '20251003', 'g': 3620, 'e': 20, 'ip': 20, 'pp': 6411, 'pt': '09:38'}
Oct 03 09:45:28 DEBUG service:132 PVOutputOutputService Attempt #1 to url='https://pvoutput.org/service/r2/addoutput.jsp'...
Oct 03 09:45:29 DEBUG service:140 PVOutputOutputService Attempt #1 OKAY status_code=200 limit=60 remaining=43 reset=2025-10-03 10:00:00 (871s)

The peak power was recorded, but not the exports or imports, and yet the update appeared to succeed.

Any advice?

Thanks.

Try sending the data manually via browser -

e.g.

addoutput.jsp?sid=*&key=*&d=20251003&g=3620&ip=20&pp=6411&pt=09:38&e=20

The above adds the exported amount 20Wh

Thank you.

I should have been clearer. This is an intermittent problem. Sometimes the update succeeds, and other times it fails without error, as in the example I provided above.

Here is an example that did succeed:

Oct 11 08:45:28 INFO  service:113 PVOutputOutputService Uploading payload={'d': '20251011', 'e': 10, 'pp': 1857, 'pt': '08:36', 'ip': 10}
Oct 11 08:45:28 DEBUG service:122 PVOutputOutputService Attempt #1 to url='https://pvoutput.org/service/r2/addoutput.jsp'...
Oct 11 08:45:28 DEBUG service:127 PVOutputOutputService Attempt #1 OKAY status_code=200 limit=60 remaining=48 reset=2025-10-11 09:00:00 (871s)

The previous upload to this one did not update as in the first example provided.