ArthurG / Kijiji-Repost-Headless

Repost / Post Kijiji ads with Python
MIT License
143 stars 59 forks source link

Could not log in. #190

Closed ghost closed 4 years ago

ghost commented 4 years ago

worked yesterday for me but today this (trying to repost):

Traceback (most recent call last): File "/opt/anaconda3/envs/Kijiji/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/opt/anaconda3/envs/Kijiji/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Users/evanskrukwa/Documents/Kijiji/kijiji_repost_headless/main.py", line 203, in main() File "/Users/evanskrukwa/Documents/Kijiji/kijiji_repost_headless/main.py", line 51, in main args.function(args) File "/Users/evanskrukwa/Documents/Kijiji/kijiji_repost_headless/main.py", line 149, in repost_ad delete_ad(args, api) File "/Users/evanskrukwa/Documents/Kijiji/kijiji_repost_headless/main.py", line 130, in delete_ad api.login(args.username, args.password) File "/Users/evanskrukwa/Documents/Kijiji/kijiji_repost_headless/kijiji_api.py", line 120, in login raise KijijiApiException("Could not log in.", resp.text) kijiji_api.KijijiApiException: Could not log in.

ghost commented 4 years ago

after further troubleshooting, it was fixed by reformatting my description in the .yaml file.