linux-show-player icon indicating copy to clipboard operation
linux-show-player copied to clipboard

i am getting an error importing the music file

Open HAPPIOcrz007 opened this issue 5 months ago • 2 comments

Traceback (most recent call last): File "/app/lib/python3.11/site-packages/lisp/application.py", line 232, in __load_from_file session_dict = json.load(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 0x89 in position 569: invalid start byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/app/lib/python3.11/site-packages/lisp/application.py", line 232, in __load_from_file session_dict = json.load(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 0x89 in position 569: invalid start byte

Image

HAPPIOcrz007 avatar Jul 30 '25 01:07 HAPPIOcrz007

You appear to be attempting to open an mp3 audio file as if it is a LiSP show file. Which it is not.

If you are confused about how to use this software, may I suggest reading the manual?

s0600204 avatar Jul 30 '25 01:07 s0600204

Thank you I was confused thank you for the manual

HAPPIOcrz007 avatar Jul 30 '25 11:07 HAPPIOcrz007