Kijiji-Repost-Headless: "LOGIN_RECAPTCHA_FAIL" came back
It worked flawlessly until Oct. 6, but suddenly collapsed with the following error
{"errors":[{"message":"Something went wrong during authentication.","locations":[{"line":2,"column":3}],"path":["loginUser"],"extensions":{"errorCode":"LOGIN_RECAPTCHA_FAIL","statusCode":401}}],"data":{"loginUser":null}}
I’m using the latest master, please help
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 3
- Comments: 30 (4 by maintainers)
That is a good idea. I just hardcoded session id cookie into the code and it’s posting ads with no issue. If anyone wants to do the same thing, here is what I did.
kijiji_api.py
cookie_dict = {'ssid': 'REPLACE_WITH_YOUR_SESSION_ID'}
requests.utils.add_dict_to_cookiejar(self.session.cookies,cookie_dict)
To get your session id.
Save
kijiji_api.py
, run it.@JohnBakery, I have used the same scripts with the same images to post ads on kijiji.ca for a half year. It’s not because of the image sizes for sure. Thank you so much for the helps
Same here. This tool has been incredibly unreliable since summer. Even when it did work, it would be very hit or miss. Doesn’t help that sometimes kijiji itself takes a couple days to actually purge a deleted ad from the system before you’re allowed to post it again… Really hoping this can be fixed, used to work great last year!