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

Impossible to repost an ad that was manually posted #30

Closed dudududodododedede closed 2 years ago

dudududodododedede commented 2 years ago

When manually posting using an xml file (i.e. test.xml) there is no new xml file created (i.e. {id}.xml)

So when using the "repost" feature, this error gets thrown:

Cannot repost, ad file {id}.xml does not exist
prgrm commented 2 years ago

Yes same problem here

dudududodododedede commented 2 years ago

Added a fix for it here: https://github.com/jackm/kijiji-manager/pull/31

jackm commented 2 years ago

Good catch. I had completely forgotten about that step and how it is necessary for ad reposting to function.

jackm commented 2 years ago

PR #31 merged