Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EliBork opened this issue Aug 25, 2021 · 4 comments
Open

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

EliBork opened this issue Aug 25, 2021 · 4 comments

Comments

@EliBork
Copy link

EliBork commented Aug 25, 2021

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
Copy link

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

@DakkJaniels
Copy link
Collaborator

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
Copy link

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

@ericswitness
Copy link

ericswitness commented Sep 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants