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
Describe the bug
If you have a folder that contains an é such as SAM Coupé in your library directory then RomM will choke with an error like:
UnicodeEncodeError: 'utf-8' codec can't encode character '\udce9' in position 1699: surrogates not allowed
To Reproduce
Steps to reproduce the behavior:
Create a folder like SAM Coupé in your library
Restart RomM
Expected behavior
Ideally RomM would handle this without an issue, however if it cannot then a more clear error message would be helpful.
Desktop (please complete the following information):
OS: Windows
Browser: Chrome, Firefox
Additional context
One extra bit of relevancy here. The library was a CIFS volume mount connected to an SMB share on my network. If this cannot be reproduced locally, it's possible that is the extra wrinkle here.
The text was updated successfully, but these errors were encountered:
@adamantike Yes, this still appears to be an issue in the latest version. However, the blast radius seems limited to this version's Scans page. Previously, the entire app was unusable.
RomM version
v3.5.1
Describe the bug
If you have a folder that contains an
é
such asSAM Coupé
in your library directory then RomM will choke with an error like:UnicodeEncodeError: 'utf-8' codec can't encode character '\udce9' in position 1699: surrogates not allowed
To Reproduce
Steps to reproduce the behavior:
SAM Coupé
in your libraryExpected behavior
Ideally RomM would handle this without an issue, however if it cannot then a more clear error message would be helpful.
Desktop (please complete the following information):
Additional context
One extra bit of relevancy here. The library was a CIFS volume mount connected to an SMB share on my network. If this cannot be reproduced locally, it's possible that is the extra wrinkle here.
The text was updated successfully, but these errors were encountered: