kurokobo / game-update-notifier

A Python script that will let you know via Discord as soon as a new version of your favorite game on Steam is released.
MIT License
11 stars 7 forks source link

Update detected incorrectly #1

Closed kurokobo closed 3 years ago

kurokobo commented 3 years ago
notifier_1                  | [modules.msstore] INFO: Request product information for apps: ['9ng07qjnk38j']
notifier_1                  | [modules.msstore] INFO: Cache raw data as ./cache/msstore/tmp_data.json
notifier_1                  | [modules.msstore] INFO: Gather updated data from raw data for 9ng07qjnk38j for: Windows.Desktop
notifier_1                  | [modules.msstore] ERROR: 'Products'
notifier_1                  | Traceback (most recent call last):
notifier_1                  |   File "/app/modules/msstore.py", line 150, in check_update
notifier_1                  |     _is_updated, updated_apps = self.is_updated()
notifier_1                  |   File "/app/modules/msstore.py", line 119, in is_updated
notifier_1                  |     self.gather_app_info()
notifier_1                  |   File "/app/modules/msstore.py", line 76, in gather_app_info
notifier_1                  |     for _product in _product_info["Products"]:
notifier_1                  | KeyError: 'Products'
notifier_1                  | Stack (most recent call last):
notifier_1                  |   File "/app/app.py", line 130, in <module>
notifier_1                  |     main()
notifier_1                  |   File "/app/app.py", line 120, in main
notifier_1                  |     msstore.check_update()
notifier_1                  |   File "/app/modules/msstore.py", line 166, in check_update
notifier_1                  |     self.logger.error(e, stack_info=True, exc_info=True)
notifier_1                  | [Core] INFO: Trying to re-use existing login session...