-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingfixed_in_devThis issue was fixed in the dev branchThis issue was fixed in the dev branch
Description
Python 3.8.5 (default, Aug 29 2020, 03:09:06)
from d2lib.files import D2SFile
D2SFile('Ozzaki.d2s')
Traceback (most recent call last):
File "", line 1, in
File "/home/john/.local/lib/python3.8/site-packages/d2lib/files.py",
line 226, in init self._parse_header()
File "/home/john/.local/lib/python3.8/site-packages/d2lib/files.py",
line 318, in _parse_header self.char_name =
self._reader.read(16).rstrip(b'\x00').decode('ASCII')
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position
12: ordinal not in range(128)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed_in_devThis issue was fixed in the dev branchThis issue was fixed in the dev branch