exislow / kleinanzeigen-magic

[DO NOT USE] [Or you will get blocked! This app need re-factoring.] Speed up your eBay Kleinanzeigen workflows -- for free!
GNU Affero General Public License v3.0
46 stars 7 forks source link

Disapearing Anzeigen #28

Closed lhoff94 closed 2 years ago

lhoff94 commented 2 years ago

I upgraded to the current version (because the old one wasn't working any more) v0.7.0 and used the Application as i did before.

For the first three ads the push up worked. Then for i guess 5 or 6 i deleted the old one and didn't create a new one. Only after i changed the price on one ad, i got an error message.

I suggest to add a fail-safe mechanism that at least keeps the content of the deleted ads accessable i case something went wrong.

exislow commented 2 years ago

Thank you for this report. I have not experienced this so far and the code for the ad "top up" has not changed. It still only removes the old ad, if the creation of the new ad was successfull (see https://github.com/exislow/kleinanzeigen-magic/blob/master/src-electron/main-process/kleinanzeigen-workflow.js#L151). Thus, it still should be fail safe.

Can you paste me some links of your formerly disappearing ads, in case you are able to re-produce this.

lhoff94 commented 2 years ago

Alright, i think i found the underlying issue. I just wanted to reupload the ad and got an error message stating that only 50 ads per month are free.

Screenshot_20220516-235656

gsorick commented 2 years ago

Hi

I had this issue today. After reup my ads i got every time a success message. But anyway all my adds disappeared!

Regards

exislow commented 2 years ago

@lhoff94 thank oyu for investigating. So the workflow is to create first the new ad and then delete the old ad, if the creation was successful. But I think, if you have already 50, a 51. ad can be successfully created but aparently is not getting assigned to your account. This is probably why this happens.

I will try to implement a check, which does not allow you to top-up ads, if you have fifty ads created in the last 30 days.

@gsorick how many ads do you have in your account?

exislow commented 2 years ago

The check was implemented and merged and is available with the next release of this app. Check the release page: https://github.com/exislow/kleinanzeigen-magic/releases