Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2017 16:17
Show Gist options
  • Save anonymous/2711956d6f1b1758cb5a77339cd1307b to your computer and use it in GitHub Desktop.
Save anonymous/2711956d6f1b1758cb5a77339cd1307b to your computer and use it in GitHub Desktop.
C:\Users\Robbie\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/Robbie/PycharmProjects/python-auto-steam-trade/bot.py
Traceback (most recent call last):
This is the donation bot accepting items for free.
File "C:/Users/Robbie/PycharmProjects/python-auto-steam-trade/bot.py", line 47, in <module>
main()
File "C:/Users/Robbie/PycharmProjects/python-auto-steam-trade/bot.py", line 21, in main
client.login(username, password, steamguard_path)
File "C:\Users\Robbie\AppData\Local\Programs\Python\Python36-32\lib\site-packages\steampy\client.py", line 77, in login
self.steam_guard = guard.load_steam_guard(steam_guard)
File "C:\Users\Robbie\AppData\Local\Programs\Python\Python36-32\lib\site-packages\steampy\guard.py", line 12, in load_steam_guard
return json.loads(f.read())
File "C:\Users\Robbie\AppData\Local\Programs\Python\Python36-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 754: character maps to <undefined>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment