clockify-cli
clockify-cli copied to clipboard
When starting a new time entry the CLI will fail with "TIMEENTRY with ID x not found"
Sometimes the API will return the message TIMEENTRY with ID 'XX' not found
when it is creating a new time entry.
The ID that is not found is the one being created, looks like after creating the time entry it can't find the entity and fails.
The CLI may fix it by trying to get the time entry manually when it receives this error.
create time entry: TIMEENTRY with ID 'xx' not found (code: 501)