You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I found a bug in Amazon-price-tracker script, which crashes the process if the given product is not available or out of stock.
The original error is
Traceback (most recent call last):
File "price_tracker.py", line 120, in <module>
print("The price of the product is expressed in " + (currency_used(URL)))
File "price_tracker.py", line 46, in currency_used
price = price_element.get_text()
AttributeError: 'NoneType' object has no attribute 'get_text'
The text was updated successfully, but these errors were encountered:
Hi,
I found a bug in Amazon-price-tracker script, which crashes the process if the given product is not available or out of stock.
The original error is
The text was updated successfully, but these errors were encountered: