samirsalman / AmazonOffers-TelegramBot

This project is a Telegram Bot connected to a Telegram Channel that checks Amazon offers and send them to your Channel.
140 stars 48 forks source link

Error #17

Closed jack567ow closed 2 years ago

jack567ow commented 2 years ago

2-02-03T14:36:17.149710+00:00 app[worker.1]: Traceback (most recent call last): 2022-02-03T14:36:17.149725+00:00 app[worker.1]: File "/app/bot.py", line 2, in 2022-02-03T14:36:17.149765+00:00 app[worker.1]: from amazon_api import search_items 2022-02-03T14:36:17.149774+00:00 app[worker.1]: File "/app/amazon_api.py", line 1, in 2022-02-03T14:36:17.149821+00:00 app[worker.1]: from paapi5_python_sdk.api.default_api import DefaultApi 2022-02-03T14:36:17.149840+00:00 app[worker.1]: ModuleNotFoundError: No module named 'paapi5_python_sdk' 2022-02-03T14:36:17.289916+00:00 heroku[worker.1]: Process exited with status 1 2022-02-03T14:36:17.349466+00:00 heroku[worker.1]: State changed from up to crashed

samirsalman commented 2 years ago

you need to install the paapi5_python_sdk like mentioned in the documentation