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

"Could not log in" #207

Open
Corgano opened this issue Jan 19, 2021 · 5 comments
Open

"Could not log in" #207

Corgano opened this issue Jan 19, 2021 · 5 comments

Comments

@Corgano
Copy link

Corgano commented Jan 19, 2021

Im getting a very generic "could not log in" error when i try to reupload ads.
python kijiji_repost_headless -s ssid.txt repost ads\Switch\item.yml Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "kijiji_repost_headless\__main__.py", line 193, in <module> main() File "kijiji_repost_headless\__main__.py", line 50, in main args.function(args) File "kijiji_repost_headless\__main__.py", line 140, in repost_ad delete_ad(args, api) File "kijiji_repost_headless\__main__.py", line 121, in delete_ad api.login(args.ssid) File "kijiji_repost_headless\kijiji_api.py", line 107, in login raise KijijiApiException("Could not log in.") kijiji_api.KijijiApiException: Could not log in.
I already put my SSID in SSID.txt. I got it using chrome dev tools -> applications tab -> cookies in the tree on the left. Any ideas?

@Phibins
Copy link

Phibins commented Jan 20, 2021

Did you try updating the SSID string?

@Corgano
Copy link
Author

Corgano commented Jan 20, 2021

I tried logging out and logging in to see if it would change. IS there a different way to update it?

@Aluui
Copy link

Aluui commented Feb 24, 2021

Look for the ssid value not the SSID value.

Also ignore the ssid1, ssid2 or other number values

@PescoTan
Copy link

PescoTan commented Apr 1, 2021

I started having this issue yesterday. I have tried ssids from multiple sessions & computers.

same error message:

Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "kijiji_repost_headless/main.py", line 193, in
main()
File "kijiji_repost_headless/main.py", line 50, in main
args.function(args)
File "kijiji_repost_headless/main.py", line 101, in show_ads
api.login(args.ssid)
File "kijiji_repost_headless/kijiji_api.py", line 107, in login
raise KijijiApiException("Could not log in.")
kijiji_api.KijijiApiException: Could not log in.

@prgrm
Copy link

prgrm commented Apr 1, 2021

@PescoTan I'm having the same issue. It started happening this morning after weeks of no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants