Traceback (most recent call last):
File "C:\Users\bsliv\OneDrive\Рабочий стол\My\Programming\Bot TG\body_for_bot.py", line 153, in <module>
overall_func(amount, 'account', 'proxy')
File "C:\Users\bsliv\OneDrive\Рабочий стол\My\Programming\Bot TG\body_for_bot.py", line 109, in overall_func
items = steam_client.get_my_inventory(GameOptions.DOTA2).values()
File "C:\Users\bsliv\AppData\Local\Programs\Python\Python310\lib\site-packages\steampy\client.py", line 26, in func_wrapper
return func(self, *args, **kwargs)
File "C:\Users\bsliv\AppData\Local\Programs\Python\Python310\lib\site-packages\steampy\client.py", line 95, in get_my_inventory
return self.get_partner_inventory(steam_id, game, merge, count)
File "C:\Users\bsliv\AppData\Local\Programs\Python\Python310\lib\site-packages\steampy\client.py", line 26, in func_wrapper
return func(self, *args, **kwargs)
File "C:\Users\bsliv\AppData\Local\Programs\Python\Python310\lib\site-packages\steampy\client.py", line 105, in get_partner_inventory
if response_dict['success'] != 1:
TypeError: 'NoneType' object is not subscriptable