Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lucassabreu opened this issue Jun 15, 2022 · 0 comments
Labels
good first issue Hacktoberfest level: medium type: enhancement Feature requests and improvements planned or suggested

Comments

@lucassabreu
Copy link
Owner

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 lucassabreu added level: medium type: enhancement Feature requests and improvements planned or suggested labels Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Hacktoberfest level: medium type: enhancement Feature requests and improvements planned or suggested
Projects
None yet
Development

No branches or pull requests

1 participant