When starting a new time entry the CLI will fail with "TIMEENTRY with ID x not found" #195
Labels
good first issue
Hacktoberfest
level: medium
type: enhancement
Feature requests and improvements planned or suggested
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.
The text was updated successfully, but these errors were encountered: