Project

Profile

Help

Bug #160

open

Error on importing worlds

Added by Vincent Le Goff over 3 years ago.

Status:
Open
Priority:
High
Category:
Customization
Sprint/Milestone:
-
% Done:

0%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

When importing worlds from a file (and probably from online too), after having selected the archive file, an error occurs:

Traceback (most recent call last):
  File "C:\Users\vince\src\cocomud\src\ui\window.py", line 360, in OnImportOndisk
    infos = World.get_infos(options)
  File "C:\Users\vince\src\cocomud\src\world.py", line 347, in get_infos
    config = ConfigObj(StringIO(configuration), encoding="utf-8")
TypeError: initial_value must be str or None, not bytes

No data to display

Please register to edit this issue

Also available in: Atom PDF Tracking page