Skip to content

ItemParseError during creation of the D2SFile object #2

@artcom-net

Description

@artcom-net

D2SFile('Varvar.d2s')
Traceback (most recent call last):
File "", line 1, in
File "/home/john/.local/lib/python3.8/site-packages/d2lib/files.py",
line 229, in init self.items = self._parse_items()
File "/home/john/.local/lib/python3.8/site-packages/d2lib/files.py",
line 83, in _parse_items item = Item(self._reader)
File "/home/john/.local/lib/python3.8/site-packages/d2lib/item.py",
line 146, in init self._parse_advanced()
File "/home/john/.local/lib/python3.8/site-packages/d2lib/item.py",
line 392, in _parse_advanced self.magic_attrs =
self._parse_magic_attrs() File
"/home/john/.local/lib/python3.8/site-packages/d2lib/item.py", line
284, in _parse_magic_attrs raise
ItemParseError( d2lib.errors.ItemParseError: Unknown magic attribute
id: 55

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixed_in_devThis issue was fixed in the dev branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions