toggl/toggl_api_docs

time_entry_id is out of range for ID. Max allowed value is 1800000000.

Closed this issue · 2 comments

twpol commented

I am receiving the following error when attempting to use the Toggl API in my client:

time_entry_id is out of range for ID. Max allowed value is 1800000000.

It looks like this is from the API server, and is validation that's no longer correct. Developer Tools on the website reveal my last couple of timer entries are above the 1800000000 value:

image

Any chance we could get this fixed ASAP? I would guess that all third-party clients which attempt to write to Toggl will be affected.

Thanks!

hi @twpol , thanks for reaching out... fix it's already rolled!

twpol commented

Beautiful, thanks!