toggl / toggl_api_docs

Documentation for the Toggl API
1.39k stars 235 forks source link

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

Closed twpol closed 3 years ago

twpol commented 3 years ago

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!

gilberthdez commented 3 years ago

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

twpol commented 3 years ago

Beautiful, thanks!