cartridges icon indicating copy to clipboard operation
cartridges copied to clipboard

Can't import Retroarch

Open RFLEpicGamer opened this issue 7 months ago • 3 comments

Describe the bug If i try to import retroarch i get utf-8 error

To Reproduce Steps to reproduce the behavior:

  1. Open Cartridges
  2. Click on Add Game
  3. Import Game

Expected behavior Import Retroarch Sucessfully

Screenshots image

Logs root INFO - Scanning source desktop root INFO - Source bottles skipped, bad location root INFO - Source heroic skipped, bad location root INFO - Source legendary skipped, bad location root INFO - Scanning source flatpak root INFO - Scanning source itch root INFO - Scanning source retroarch root INFO - Scanning source steam root INFO - Scanning source lutris root ERROR - UnicodeDecodeError in retroarch Traceback (most recent call last): File "/app/lib/python3.11/site-packages/cartridges/importer/importer.py", line 181, in source_task_thread_func iteration_result = next(iterator) ^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/cartridges/importer/retroarch_source.py", line 77, in iter playlist_json = json.load(open_file) ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/init.py", line 293, in load return loads(fp.read(), ^^^^^^^^^ File "", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0x91 in position 234: invalid start byte /home/rflepicgamer/.itch/itch root INFO - Import done

System (please complete the following information):

  • OS: Fedora Linux
  • Installation method: Flatpak
  • Cartridges version: 2.8.5

Additional context Idk if anyone else have this problem before

RFLEpicGamer avatar Jul 06 '24 23:07 RFLEpicGamer