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
I have a problem where even after successfully logging in I can't make an offer as the response returns 401.
File "/home/tomas/programming/personal/tf2trader/tf2_trade_offers/management/commands/send_offer.py", line 35, in handle
steam_client.make_offer(
File "/home/tomas/programming/personal/tf2trader/.venv/lib/python3.11/site-packages/steampy/utils.py", line 23, in func_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/tomas/programming/personal/tf2trader/.venv/lib/python3.11/site-packages/steampy/client.py", line 323, in make_offer
if response.get('needs_mobile_confirmation'):
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
I have been stuck at this problem for a long time and have no idea how to fix it.
I 100% supply the correct credentials and steamguard path to the login function.
The text was updated successfully, but these errors were encountered:
I have a problem where even after successfully logging in I can't make an offer as the response returns 401.
I have been stuck at this problem for a long time and have no idea how to fix it.
I 100% supply the correct credentials and steamguard path to the login function.
The text was updated successfully, but these errors were encountered: