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
#Traceback (most recent call last):
File "C:\Users\flesh\OneDrive\Рабочий стол\fermaMax\senderItems.py", line 109, in sendAllItems
steam_client.make_offer_with_url(assets, [], trade)
File "C:\Users\flesh\AppData\Local\Programs\Python\Python311\Lib\site-packages\steampy\utils.py", line 23, in func_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\flesh\AppData\Local\Programs\Python\Python311\Lib\site-packages\steampy\client.py", line 397, in make_offer_with_url
if response.get('needs_mobile_confirmation', False):
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
During handling of the above exception, another exception occurred:
In make_offer_with_url, _response = self.session.post(url, data=params, headers=headers).json() is None
The text was updated successfully, but these errors were encountered:
In make_offer_with_url, _response = self.session.post(url, data=params, headers=headers).json() is None
The text was updated successfully, but these errors were encountered: