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

500 error on image upload URL #209

Open
LenZinger1 opened this issue Jan 28, 2021 · 0 comments
Open

500 error on image upload URL #209

LenZinger1 opened this issue Jan 28, 2021 · 0 comments

Comments

@LenZinger1
Copy link

anyone getting this:

python3 kijiji_repost_headless -s ./ssid.txt post item.yml
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, 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 90, in post_ad
api.post_ad_using_data(data, image_files)
File "kijiji_repost_headless/kijiji_api.py", line 194, in post_ad_using_data
image_list = self.upload_image(image_upload_token, image_files)
File "kijiji_repost_headless/kijiji_api.py", line 165, in upload_image
r.raise_for_status()
File "/Library/Python/3.8/site-packages/requests/models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: for url: https://www.kijiji.ca/p-upload-image.html

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

1 participant