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
With current beta (1.4b3), I can't load any song with a message: "I can't play song". After some digging, I figured out that only GZplugin and youtube get loaded, not musiplayer one.
Here is the debug output:
[RemoteLoader.cpp:76] Local path: /opt/Music/C64Music/MUSICIANS/N/Nata/Stream_of_Consciousness.sid
[web.h:258] target: /home/davidb/.cache/chipmachine/_webfiles/https%3a%2f%2fwww.sannic.nl%2fhvsc%2fC64Music%2fMUSICIANS%2fN%2fNata/Stream_of_Consciousness.sid
[web.cpp:35] Curl Getting https://www.sannic.nl/hvsc/C64Music/MUSICIANS/N/Nata/Stream_of_Consciousness.sid
[web.cpp:117] CODE 200
[RemoteLoader.cpp:89] CODE 200
[MusicPlayerList.cpp:503] Loaded file '/home/davidb/.cache/chipmachine/_webfiles/https%3a%2f%2fwww.sannic.nl%2fhvsc%2fC64Music%2fMUSICIANS%2fN%2fNata/Stream_of_Consciousness.sid'
[MusicPlayer.h:36] Clearing stream fifo
[MusicPlayer.cpp:192] Try
[MusicPlayer.cpp:307] Finding plugin for '/home/davidb/.cache/chipmachine/_webfiles/https%3a%2f%2fwww.sannic.nl%2fhvsc%2fC64Music%2fMUSICIANS%2fN%2fNata/Stream_of_Consciousness.sid' (/home/davidb/.cache/chipmachine/_webfiles/https%3a%2f%2fwww.sannic.nl%2fhvsc%2fc64music%2fmusicians%2fn%2fnata/stream_of_consciousness.sid)
[MusicPlayer.cpp:309] trying plugin 'GZPlugin'
[MusicPlayer.cpp:309] trying plugin 'youtube'
[MusicPlayer.cpp:195] Done
[MusicPlayerList.cpp:221] STATE: Error
[ChipMachine.cpp:619] SONG hvsc::MUSICIANS/N/Nata/Stream_of_Consciousness.sid could not be played
[ChipMachine.cpp:619] SONG hvsc::MUSICIANS/N/Nata/Stream_of_Consciousness.sid could not be played
[ChipMachine.cpp:619] SONG hvsc::MUSICIANS/N/Nata/Stream_of_Consciousness.sid could not be played
[MusicPlayerList.h:133] STATE: Stopped
[MusicPlayerList.h:133] STATE: Stopped
[MusicPlayerList.h:133] STATE: Stopped
I added a log (trying plugin x) whenever a plugin test is done (canHandle()).
The text was updated successfully, but these errors were encountered:
Hello,
With current beta (1.4b3), I can't load any song with a message: "I can't play song". After some digging, I figured out that only GZplugin and youtube get loaded, not musiplayer one.
Here is the debug output:
I added a log (trying plugin x) whenever a plugin test is done (canHandle()).
The text was updated successfully, but these errors were encountered: