Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: ** #495

Open
SpecklesShy opened this issue Mar 22, 2018 · 3 comments
Open

UnicodeDecodeError: ** #495

SpecklesShy opened this issue Mar 22, 2018 · 3 comments

Comments

@SpecklesShy
Copy link

2018-03-22 13:43:02,655 [DEBUG][steam_shortcut_synchronizer.py][sync_roms_for_user:98]: Saving shortcuts
2018-03-22 13:43:10,696 [ERROR][init.py][exception:1183]: An exception occurred while running Ice
Traceback (most recent call last):
File "ice\decorators.py", line 9, in wrapped
File "ice\runners\ice_engine.py", line 132, in run
File "ice\steam_shortcut_synchronizer.py", line 99, in sync_roms_for_user
File "pysteam\shortcuts.py", line 41, in set_shortcuts
File "pysteam\shortcuts.py", line 30, in write_shortcuts
File "pysteam_shortcut_generator.py", line 20, in to_string
File "pysteam_shortcut_generator.py", line 29, in generate_array_string
File "pysteam_shortcut_generator.py", line 34, in generate_shortcut_string
File "pysteam_shortcut_generator.py", line 52, in generate_keyvalue_pair
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 4: ordinal not in range(128)

@SpecklesShy
Copy link
Author

This is a bit beyond what I can interpret.

@bmarwell
Copy link

I'll have a guess.

One of your titles contains non-ASCII chars, but the author didn't use UTF-8 everywhere accidentally. That's one of python's disadvantages, imho. It's always a hazzle to get encoding and decoding right.

@SpecklesShy
Copy link
Author

Thanks for your input. I'll go through my ROMs and see if I can correct that. To anyone else who's better at interpreting this than myself or @bmhm please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants