Advertisement
Guest User

Untitled

a guest
Dec 1st, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\shahr\Desktop\asdlasdpy.py", line 23, in <module>
  3. zx = load_data("emojis")
  4. File "C:\Users\shahr\Desktop\asdlasdpy.py", line 15, in load_data
  5. data = json.load(data_file)
  6. File "C:\Program Files (x86)\Python37-32\lib\json\__init__.py", line 293, in load
  7. return loads(fp.read(),
  8. File "C:\Program Files (x86)\Python37-32\lib\encodings\cp1251.py", line 23, in decode
  9. return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  10. UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 8: character maps to <undefined>
  11. [Finished in 1.0s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement