PalmaLuv / SteamGiftBot

Software to automate YOUR actions on SteamGift site, turn it on and enjoy it.
Mozilla Public License 2.0
31 stars 3 forks source link

Wishlish Option Error: Failed to execute script 'main' due to unhandled exception! #12

Closed baltimoresports closed 1 year ago

baltimoresports commented 1 year ago

Traceback (most recent call last): File "main.py", line 53, in File "main.py", line 49, in run File "method\method.py", line 140, in start self.getGameContent() File "method\method.py", line 91, in getGameContent filtered_url = self.filterURL[self.type] % _page KeyError: 'Wishlist' [11924] Failed to execute script 'main' due to unhandled exception!

image
PalmaLuv commented 1 year ago

I apologize for such a mistake, to fix it in the file main.py, line 40, you need to correct the value image

To fix the error, change 'Wishlist' to 'WishList' I will add the *.exe files later

Or is there an alternative solution, this change in the file info.json, WishList to Wishlist

baltimoresports commented 1 year ago

The info.json fix worked great. Much appreciated!