Jack
Jack
My guess would be that the Kijiji backend uses some additional checking when making new ads in the Services categories. I haven't had any time to dedicate to checking or...
Go up to a higher layer and use the browser's built-in developer/debug console. You can view incoming and outgoing HTTP requests including all the headers, body content and any HTTP...
In general, scraping HTML content for automating is always going to be prone to breaking anytime Kijiji decides to update or change something. It is a constant race of fixing...
> I would agree, that would be a better solution however I don't think we have access to that right? or is there a workaround that I am unaware of?...
This is a known issue (#52) which we still don't have a solution for. One suggestion is to add an additional line break which works as a band-aid solution for...
Could you post the Google Maps API error message?
The `UnicodeEncodeError` is actually not the real problem but rather another unrelated error (soon to be fixed with a PR #98 I just made). The actual problem is where the...
That is likely an issue with how the `kijiji_categories_attrs.json` file is generated. Some of the categories are not grouped together properly which I believe is causing the issue. The `save_attribute_map_to_json.py`...
For your particular case when posting an ad for the "Dogs & Puppies for Rehoming" category, you should add the following additional key to the yaml ad file. * Key...
Yes you're right, I didn't see that you had that field in there before. What you did by looking at the HTTP POST request for the parameter names is exactly...