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

Cant evaluate offers, unable to grab prices #860

Open
fitim7 opened this issue Apr 27, 2022 · 0 comments
Open

Cant evaluate offers, unable to grab prices #860

fitim7 opened this issue Apr 27, 2022 · 0 comments

Comments

@fitim7
Copy link

fitim7 commented Apr 27, 2022

The bot is able to start chrome, search for items and when it is evaluuating the offers it fails. Here is the output:

2022-04-27 03:25:21|0.6.9|INFO|Checking stock for items.
2022-04-27 03:25:24|0.6.9|INFO|Found 11 offers for ASIN. Evaluating offers...
2022-04-27 03:25:24|0.6.9|ERROR|Traceback (most recent call last):
File "/Users/***/fairgame/cli/cli.py", line 66, in decorator
func(*args, **kwargs)
File "/Users/***/fairgame/cli/cli.py", line 257, in amazon
amzn_obj.run(delay=delay, test=test)
File "/Users/***/fairgame/stores/amazon.py", line 270, in run
asin = self.run_asins(delay)
File "/Users/***/fairgame/utils/debugger.py", line 34, in wrapper_debug
value = func(*args, **kwargs)
File "/Users/***/fairgame/stores/amazon.py", line 462, in run_asins
if self.check_stock(asin, self.reserve_min[i], self.reserve_max[i]):
File "/Users/***/fairgame/utils/debugger.py", line 34, in wrapper_debug
value = func(*args, **kwargs)
File "/Users/***/fairgame/stores/amazon.py", line 732, in check_stock
if not self.checkshipping and shipping_prices[idx].amount_float > 0.00:
TypeError: '>' not supported between instances of 'NoneType' and 'float'

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

1 participant