Hari-Nagarajan / fairgame

Tool to help us buy hard to find items.
GNU General Public License v3.0
2.44k stars 805 forks source link

Caught in "Unable to find OfferID..." loop on in stock item #819

Open EliBork opened 3 years ago

EliBork commented 3 years ago

When running the bot, I now receive the following loop:

2021-08-24 19:44:20|0.6.9|INFO|Found 1 offers for B082ZGHXK8.  Evaluating offers...
2021-08-24 19:44:20|0.6.9|WARNING|No shipping nodes (standard or alt) found.  Assuming zero.
2021-08-24 19:44:20|0.6.9|INFO|Item B082ZGHXK8 in stock and in reserve range: 11.99 + 0.00 shipping <= 20.0
2021-08-24 19:44:20|0.6.9|INFO|Adding to cart
2021-08-24 19:44:20|0.6.9|ERROR|Unable to find OfferID...

I have seen #815 which also has the "Unable to find OfferID" error. However, this issue has been closed and I've since pulled the version with its fix. Let my client run until amazon timed out and didnt get any messages other than this.

rick10673 commented 3 years ago

Same, replaced amazon.py in /stores, but i am still getting the same error

DakkJaniels commented 3 years ago

The message "Unable to find OfferID" was added by the latest code. This might mean that the old page is loading. I believe the new code replaced the method to get the offering ID, rather than adding a new method. So you can try loading the version of the file before that commit to see if that fixes things.

keilorca commented 2 years ago

I was having the same problem but resolved it by reverting the change as mentioned above (#815).

ericswitness commented 2 years ago

I was having the same problem but resolved it by reverting the change as mentioned above (#815). Can you please tell me how I do that?

edit: ok I didn't click on the #815 at first. Nevermind then thank you