(total time until node, node)
, I need to find if these two people are at the same place at the same timeUnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "test.py", line 8, in <module>
print(cache.get(b'jao'))
File "/home/teeworlds/.local/lib/python3.7/site-packages/diskcache/core.py", line 1198, in get
value = self._disk.fetch(mode, filename, db_value, read)
File "/home/teeworlds/.local/lib/python3.7/site-packages/diskcache/core.py", line 303, in fetch
return pickle.load(reader)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 1: ordinal not in range(128)
(edited)