Hoffelhas / autodoist

Added functionality for Todoist.
MIT License
178 stars 23 forks source link

Error when trying to run autodoist #37

Open julroger2013 opened 1 year ago

julroger2013 commented 1 year ago

When attempting to initialize Autodoist (e.g. CMD line entry of: python autodoist.py -a -l

2023-03-23 12:17:05 ERROR    Error while checking for updates (Connection error): HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Hoffelhas/autodoist/releases (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))
2023-03-23 12:17:05 INFO     You are running with the following functionalities:

   Next action labelling mode: Enabled
   Regenerate sub-tasks mode: Disabled
   Shifted end-of-day mode: Disabled

2023-03-23 12:17:05 ERROR    Error during initialise_sync_api: 'HTTPSConnectionPool(host='api.todoist.com', port=443): Max retries exceeded with url: /sync/v9/sync (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))'
2023-03-23 12:17:05 ERROR    Could not connect to Todoist: 'local variable 'response' referenced before assignment'

Any thoughts on why this might be happening?