Closed jijiow closed 2 years ago
I think it's the same timeout issue as reported in https://github.com/jackm/kijiji-manager/issues/35
The fear of clicking repost all of my ads and the app crashing is scary as the work to get the ads up again takes time.
Reposting an existing ad does not actually re-upload any image files - it simply reuses the existing hosted image URLs when posting the ad again.
Even if an ad repost fails half way through (i.e. original ad is deleted, but reposted ad didn't finish), you can still manually post the original ad again using the ad payload file (
On another note, I made a change that will allow existing ads to be reposted by downloading and parsing xml files of the existing ad and then reposting. I'm not that familiar with git. How do I make a request to add this change?
On another note, I made a change that will allow existing ads to be reposted by downloading and parsing xml files of the existing ad and then reposting. I'm not that familiar with git. How do I make a request to add this change?
Github does allow users to create forks, branches, and edit files all on the Github site itself so you don't necessarily have to know how to use all of git to make a pull request.
The other alternative is to just post the code changes and I can integrate them into the repo.
The other alternative is to just post the code changes and I can integrate them into the repo.
That would be wonderful @jackm , @asyed03 did post the code here https://github.com/jackm/kijiji-manager/issues/17#issuecomment-1259699734
Closing as duplicate of #34
Currently been using this for sometime w no issue and been having many issues since the image API has been updated. This is the error being spat out when uploading an ad with two images. 1.5MB per image. Would love the program to be as flawless as last time so I'd be showing logs if issues were to occur. The fear of clicking repost all of my ads and the app crashing is scary as the work to get the ads up again takes time.