clockify-cli icon indicating copy to clipboard operation
clockify-cli copied to clipboard

When starting a new time entry the CLI will fail with "TIMEENTRY with ID x not found"

Open lucassabreu opened this issue 2 years ago • 0 comments

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)

lucassabreu avatar Jun 15 '22 13:06 lucassabreu