Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No musicplayer plugin get loaded #74

Open
david-barbion opened this issue Apr 20, 2019 · 0 comments
Open

No musicplayer plugin get loaded #74

david-barbion opened this issue Apr 20, 2019 · 0 comments

Comments

@david-barbion
Copy link

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:

[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()).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant