jackm / kijiji-manager

App for viewing, posting, reposting, and deleting your Kijiji ads
https://pypi.org/project/kijiji-manager/
MIT License
52 stars 11 forks source link

Issue Posting New Ad. Photos Not accepted #45

Closed ghost closed 2 years ago

ghost commented 2 years ago

I'm trying to post a new AD with 2 photos. I've ensured the photos are within the limits specified here

-rwxrwxrwx 1 topsecretuser topsecretuser 318K Jul 17 08:15 1.jpeg
-rwxrwxrwx 1 topsecretuser topsecretuser 256K Jul 17 08:15 2.jpeg

I keep receiving the error One of your images is not on an accepted service. Please upload your images again. I am also using the latest branch of this project. I understand there was someone who experienced a similar issue last week and it was patched in v0.1.11

dudududodododedede commented 2 years ago

after checking out the latest revision, are you sure you ran "pip install ." again? are you running in a venv?

kobemtl commented 2 years ago

I have the same issue by using the v0.1.11. Built and ran using the Dockerfile.

I was using the temporary branch new-image-upload-api branch and everything works fine. with the latest release I get this error.

kobemtl commented 2 years ago

Just use the master branch re-built the docker image and works fine now.

ghost commented 2 years ago

Apologies for this, oddly enough I was on the master branch but hadn't pulled the latest updates (thought I had). It is working now after rebuilding the container on the newest commit.