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 I start Autodoist, it will work for several hours until finally crashing (it shows the error and quits) with this output:
...
2024-11-12 00:54:48 INFO No changes in queue, skipping sync.
2024-11-12 00:54:53 INFO No changes in queue, skipping sync.
2024-11-12 00:54:57 INFO No changes in queue, skipping sync.
2024-11-12 00:55:03 ERROR 503 Server Error: Service Unavailable for url: https://api.todoist.com/rest/v2/sections
2024-11-12 00:55:03 WARNING local variable 'all_tasks' referenced before assignment
Traceback (most recent call last):
File "C:\Prog\autodoist\autodoist.py", line 1556, in <module>
main()
File "C:\Prog\autodoist\autodoist.py", line 1514, in main
overview_task_ids, overview_task_labels = autodoist_magic(
File "C:\Prog\autodoist\autodoist.py", line 1051, in autodoist_magic
for section in sections:
UnboundLocalError: local variable 'sections' referenced before assignment
I wasn't using Todoist at that time, and I didn't notice any problems with my internet either.
The text was updated successfully, but these errors were encountered:
Hello,
when I start Autodoist, it will work for several hours until finally crashing (it shows the error and quits) with this output:
I wasn't using Todoist at that time, and I didn't notice any problems with my internet either.
The text was updated successfully, but these errors were encountered: