You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script supports ASCII encoding only in filename3 caused the problem,UTF-8 or Unicode will be needed Traceback (most recent call last): File "dumpgenerator.py", line 2569, in <module> main() File "dumpgenerator.py", line 2561, in main createNewDump(config=config, other=other) File "dumpgenerator.py", line 2140, in createNewDump session=other['session']) File "dumpgenerator.py", line 1487, in generateImageDump imagefile = open(filename3, 'wb') UnicodeEncodeError: 'ascii' codec can't encode characters in position 51-53: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
The script supports ASCII encoding only in filename3 caused the problem,UTF-8 or Unicode will be needed
Traceback (most recent call last): File "dumpgenerator.py", line 2569, in <module> main() File "dumpgenerator.py", line 2561, in main createNewDump(config=config, other=other) File "dumpgenerator.py", line 2140, in createNewDump session=other['session']) File "dumpgenerator.py", line 1487, in generateImageDump imagefile = open(filename3, 'wb') UnicodeEncodeError: 'ascii' codec can't encode characters in position 51-53: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: