You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Task ID doesn't belong to configured workspace but exist in another workspace, the following error appears
Putting data to toggl
Traceback (most recent call last):
File "./toggl_youtrack.py", line 96, in <module>
get_magic_done()
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "./toggl_youtrack.py", line 72, in get_magic_done
toggl_data_manager.format_time_entries(toggle_time_entries, youtrack_tasks)
File "/app/toggl.py", line 128, in format_time_entries
result.raise_for_status()
File "/usr/local/lib/python3.5/dist-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.toggl.com/api/v8/time_entries/717278254
The text was updated successfully, but these errors were encountered:
When Task ID doesn't belong to configured workspace but exist in another workspace, the following error appears
The text was updated successfully, but these errors were encountered: