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
I have noticed that OPUS and OGG files break the program
Not sure if the SwingMusic supports these audio formats.
Once I did convert all my audio formats to mp3 the issue was gone
Here is the error from the docker logs in portainer
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line 1459, in <listcomp>
flattened_processors[key](compiled_params[key])
File "/usr/local/lib/python3.11/site-packages/sqlalchemy/sql/sqltypes.py", line 2697, in process
return json_serializer(value)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/__init__.py", line 231, in dumps
return _default_encoder.encode(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 200, in encode
chunks = self.iterencode(o, _one_shot=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 258, in iterencode
return _iterencode(o, 0)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/encoder.py", line 180, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
sqlalchemy.exc.StatementError: (builtins.TypeError) Object of type bytes is not JSON serializabl
```e
The text was updated successfully, but these errors were encountered:
Hello, Great work!!! I love it
I am using the 2.0 version beta 3 docker image
ghcr.io/swingmx/swingmusic:v2.0.0.beta8@sha256:9f67b0331e1a778b4c6c4b73b934a9e3918733cb542dd5e4e00ec260275dde3d
I have noticed that OPUS and OGG files break the program
Not sure if the SwingMusic supports these audio formats.
Once I did convert all my audio formats to mp3 the issue was gone
Here is the error from the docker logs in portainer
The text was updated successfully, but these errors were encountered: