-- Logs begin at Thu 2019-02-14 12:11:58 EET, end at Fri 2025-10-31 00:56:40 EET. --
Oct 31 00:55:00 volumio1 volumio[1781]: ERROR:aiohttp.server:Error handling request
Oct 31 00:55:00 volumio1 volumio[1781]: Traceback (most recent call last):
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 128, in _query
Oct 31 00:55:00 volumio1 volumio[1781]: rawrepl = self._ws.recv()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_core.py", line 362, in recv
Oct 31 00:55:00 volumio1 volumio[1781]: opcode, data = self.recv_data()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_core.py", line 385, in recv_data
Oct 31 00:55:00 volumio1 volumio[1781]: opcode, frame = self.recv_data_frame(control_frame)
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_core.py", line 406, in recv_data_frame
Oct 31 00:55:00 volumio1 volumio[1781]: frame = self.recv_frame()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_core.py", line 445, in recv_frame
Oct 31 00:55:00 volumio1 volumio[1781]: return self.frame_buffer.recv_frame()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_abnf.py", line 338, in recv_frame
Oct 31 00:55:00 volumio1 volumio[1781]: self.recv_header()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_abnf.py", line 294, in recv_header
Oct 31 00:55:00 volumio1 volumio[1781]: header = self.recv_strict(2)
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_abnf.py", line 373, in recv_strict
Oct 31 00:55:00 volumio1 volumio[1781]: bytes_ = self.recv(min(16384, shortage))
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_core.py", line 529, in _recv
Oct 31 00:55:00 volumio1 volumio[1781]: return recv(self.sock, bufsize)
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/websocket/_socket.py", line 123, in recv
Oct 31 00:55:00 volumio1 volumio[1781]: "Connection to remote host was lost.")
Oct 31 00:55:00 volumio1 volumio[1781]: websocket._exceptions.WebSocketConnectionClosedException: Connection to remote host was lost.
Oct 31 00:55:00 volumio1 volumio[1781]: During handling of the above exception, another exception occurred:
Oct 31 00:55:00 volumio1 volumio[1781]: Traceback (most recent call last):
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/lib/python3/dist-packages/aiohttp/web_protocol.py", line 406, in start
Oct 31 00:55:00 volumio1 volumio[1781]: resp = await task
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/lib/python3/dist-packages/aiohttp/web_app.py", line 435, in _handle
Oct 31 00:55:00 volumio1 volumio[1781]: resp = await handler(request)
Oct 31 00:55:00 volumio1 volumio[1781]: File "/data/plugins/audio_interface/fusiondsp/cgui/backend/views.py", line 90, in get_param
Oct 31 00:55:00 volumio1 volumio[1781]: result = cdsp.get_volume()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 276, in get_volume
Oct 31 00:55:00 volumio1 volumio[1781]: vol = self._query("GetVolume")
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 131, in _query
Oct 31 00:55:00 volumio1 volumio[1781]: raise IOError("Lost connection to CamillaDSP")
Oct 31 00:55:00 volumio1 volumio[1781]: OSError: Lost connection to CamillaDSP
Oct 31 00:55:00 volumio1 volumio[1781]: ERROR:aiohttp.server:Error handling request
Oct 31 00:55:00 volumio1 volumio[1781]: Traceback (most recent call last):
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/lib/python3/dist-packages/aiohttp/web_protocol.py", line 406, in start
Oct 31 00:55:00 volumio1 volumio[1781]: resp = await task
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/lib/python3/dist-packages/aiohttp/web_app.py", line 435, in _handle
Oct 31 00:55:00 volumio1 volumio[1781]: resp = await handler(request)
Oct 31 00:55:00 volumio1 volumio[1781]: File "/data/plugins/audio_interface/fusiondsp/cgui/backend/views.py", line 92, in get_param
Oct 31 00:55:00 volumio1 volumio[1781]: result = cdsp.get_mute()
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 289, in get_mute
Oct 31 00:55:00 volumio1 volumio[1781]: mute = self._query("GetMute")
Oct 31 00:55:00 volumio1 volumio[1781]: File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 134, in _query
Oct 31 00:55:00 volumio1 volumio[1781]: raise IOError("Not connected to CamillaDSP")
Oct 31 00:55:00 volumio1 volumio[1781]: OSError: Not connected to CamillaDSP
Oct 31 00:55:00 volumio1 mpd[2733]: Oct 31 00:55 : decoder: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
Oct 31 00:55:00 volumio1 systemd[1]: Started Music Player Daemon.
Oct 31 00:55:00 volumio1 sudo[2703]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:00 volumio1 volumio[1119]: error: updateQueue error: null
Oct 31 00:55:03 volumio1 G20[708]: 2025-10-31 00:55:03 - Key pressed: KEY_NEXTSONG
Oct 31 00:55:03 volumio1 volumio[1119]: info:
Oct 31 00:55:03 volumio1 volumio[1119]: ---------------------------- Client requests Volumio next
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::volumioNext
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::next
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::stop
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::setConsumeUpdateService undefined
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::stPlaybackTimer
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::updateTrackBlock
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrackBlock
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 7
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::serviceStop
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 7
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::serviceStop
Oct 31 00:55:03 volumio1 volumio[1119]: info: ControllerMpd::stop
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand stop
Oct 31 00:55:03 volumio1 G20[708]: 2025-10-31 00:55:03 - Command URL: http://localhost:3000/api/v1/commands/?cmd=next
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand stop took 8 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::play index undefined
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::setConsumeUpdateService undefined
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::startPlaybackTimer
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::clearAddPlayTracks USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand stop
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::updateTrackBlock
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrackBlock
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand stop took 1 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand clear
Oct 31 00:55:03 volumio1 volumio[1119]: info:
Oct 31 00:55:03 volumio1 volumio[1119]: ---------------------------- MPD announces system playlist update
Oct 31 00:55:03 volumio1 volumio[1119]: info: Ignoring MPD Status Update
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand clear took 4 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand add "USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac"
Oct 31 00:55:03 volumio1 volumio[1119]: error: updateQueue error: null
Oct 31 00:55:03 volumio1 volumio[1119]: info:
Oct 31 00:55:03 volumio1 volumio[1119]: ---------------------------- MPD announces system playlist update
Oct 31 00:55:03 volumio1 volumio[1119]: info: Ignoring MPD Status Update
Oct 31 00:55:03 volumio1 volumio[1119]: info: ------------------------------ 2ms
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand add "USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac" took 2 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand play
Oct 31 00:55:03 volumio1 volumio[1119]: info: ------------------------------ 2ms
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand play took 1 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: info:
Oct 31 00:55:03 volumio1 volumio[1119]: ---------------------------- MPD announces state update: player
Oct 31 00:55:03 volumio1 volumio[1119]: info: ControllerMpd::getState
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand status
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate, raw: 352800,S32_LE,2,32
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate from file: 352800
Oct 31 00:55:03 volumio1 volumio[1119]: info: camilladsp stopping service pid 2725...
Oct 31 00:55:03 volumio1 volumio[1119]: info: camilladsp service terminated, instance 1
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - If filter freq >samplerate/2 then disable it
Oct 31 00:55:03 volumio1 volumio[1119]: info: camilladsp service started and running in background, instance 1
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate, raw: 352800,S32_LE,2,32
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate from file: 352800
Oct 31 00:55:03 volumio1 volumio[1119]: info: FusionDsp - If filter freq >samplerate/2 then disable it
Oct 31 00:55:03 volumio1 volumio[1119]: info:
Oct 31 00:55:03 volumio1 volumio[1119]: ---------------------------- MPD announces state update: player
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand status took 48 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: info: ControllerMpd::getState
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand status
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::parseState
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand playlistinfo
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand status took 2 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand playlistinfo took 3 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::parseState
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand playlistinfo
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::parseTrackInfo
Oct 31 00:55:03 volumio1 volumio[1119]: info: ControllerMpd::pushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::servicePushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: STATE SERVICE {"status":"play","position":0,"seek":0,"duration":175,"samplerate":"44.1 kHz","bitdepth":"16 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":"682 Kbps","isStreaming":false,"title":"King","artist":"Kelson","album":"King","uri":"USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac","trackType":"flac"}
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: CURRENT POSITION 8
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::syncState stateService play
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::syncState currentStatus stop
Oct 31 00:55:03 volumio1 volumio[1119]: info: ------------------------------ 55ms
Oct 31 00:55:03 volumio1 volumio[1119]: error: FusionDsp - WebSocket error: [object Object]
Oct 31 00:55:03 volumio1 volumio[1119]: info: sendMpdCommand playlistinfo took 17 milliseconds
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: ControllerMpd::parseTrackInfo
Oct 31 00:55:03 volumio1 volumio[1119]: info: ControllerMpd::pushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::servicePushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: STATE SERVICE {"status":"play","position":0,"seek":366,"duration":175,"samplerate":"44.1 kHz","bitdepth":"16 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":"667 Kbps","isStreaming":false,"title":"King","artist":"Kelson","album":"King","uri":"USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac","trackType":"flac"}
Oct 31 00:55:03 volumio1 volumio[1119]: verbose: CURRENT POSITION 8
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::syncState stateService play
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::syncState currentStatus play
Oct 31 00:55:03 volumio1 volumio[1119]: info: Received an update from plugin. extracting info from payload
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:03 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:03 volumio1 volumio[1119]: info: ------------------------------ 42ms
Oct 31 00:55:04 volumio1 G20[708]: 2025-10-31 00:55:04 - Key pressed: KEY_NEXTSONG
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- Client requests Volumio next
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioNext
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::next
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::stop
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::setConsumeUpdateService undefined
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::stPlaybackTimer
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::updateTrackBlock
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrackBlock
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::serviceStop
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 8
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::serviceStop
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::stop
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand stop
Oct 31 00:55:04 volumio1 G20[708]: 2025-10-31 00:55:04 - Command URL: http://localhost:3000/api/v1/commands/?cmd=next
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- MPD announces state update: player
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand stop took 8 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::getState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand status
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::play index undefined
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::setConsumeUpdateService undefined
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::startPlaybackTimer
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::clearAddPlayTracks USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/02. Sanctify.flac
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand stop
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::updateTrackBlock
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrackBlock
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand status took 3 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand stop took 1 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand playlistinfo
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand clear
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- MPD announces system playlist update
Oct 31 00:55:04 volumio1 volumio[1119]: info: Ignoring MPD Status Update
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand playlistinfo took 1 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand clear took 1 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseTrackInfo
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand add "USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/02. Sanctify.flac"
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::servicePushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: STATE SERVICE {"status":"stop","position":0,"seek":null,"duration":null,"samplerate":null,"bitdepth":null,"channels":null,"random":false,"updatedb":false,"repeat":false,"bitrate":null,"isStreaming":false,"title":"King","artist":"Kelson","album":"King","uri":"USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/01. King.flac","trackType":"flac"}
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: CURRENT POSITION 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState stateService stop
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState currentStatus stop
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: No code
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: ------------------------------ 32ms
Oct 31 00:55:04 volumio1 volumio[1119]: error: updateQueue error: null
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- MPD announces system playlist update
Oct 31 00:55:04 volumio1 volumio[1119]: info: Ignoring MPD Status Update
Oct 31 00:55:04 volumio1 volumio[1119]: info: ------------------------------ 27ms
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand add "USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/02. Sanctify.flac" took 26 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand play
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- MPD announces state update: player
Oct 31 00:55:04 volumio1 volumio[1119]: info: ------------------------------ 9ms
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand play took 8 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::getState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand status
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate, raw: 352800,S32_LE,2,32
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate from file: 352800
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - If filter freq >samplerate/2 then disable it
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate, raw: 352800,S32_LE,2,32
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - ---- read samplerate from file: 352800
Oct 31 00:55:04 volumio1 volumio[1119]: info: FusionDsp - If filter freq >samplerate/2 then disable it
Oct 31 00:55:04 volumio1 volumio[1119]: info:
Oct 31 00:55:04 volumio1 volumio[1119]: ---------------------------- MPD announces state update: player
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand status took 31 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::getState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand status
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand playlistinfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand status took 2 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand playlistinfo took 3 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseState
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::sendMpdCommand playlistinfo
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseTrackInfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::servicePushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: STATE SERVICE {"status":"play","position":0,"seek":0,"duration":177,"samplerate":"44.1 kHz","bitdepth":"16 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":null,"isStreaming":false,"title":"Sanctify","artist":"Kelson","album":"King","uri":"USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/02. Sanctify.flac","trackType":"flac"}
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: CURRENT POSITION 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState stateService play
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState currentStatus stop
Oct 31 00:55:04 volumio1 volumio[1119]: info: ------------------------------ 38ms
Oct 31 00:55:04 volumio1 volumio[1119]: info: sendMpdCommand playlistinfo took 3 milliseconds
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: ControllerMpd::parseTrackInfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: ControllerMpd::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::servicePushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: STATE SERVICE {"status":"play","position":0,"seek":320,"duration":177,"samplerate":"44.1 kHz","bitdepth":"16 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":"740 Kbps","isStreaming":false,"title":"Sanctify","artist":"Kelson","album":"King","uri":"USB/HiBy/Music/AAA_Jazz_Soul_Blues/Kelson/2022 - King [16B-44.1kHz]/02. Sanctify.flac","trackType":"flac"}
Oct 31 00:55:04 volumio1 volumio[1119]: verbose: CURRENT POSITION 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState stateService play
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::syncState currentStatus play
Oct 31 00:55:04 volumio1 volumio[1119]: info: Received an update from plugin. extracting info from payload
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreStateMachine::pushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:04 volumio1 volumio[1119]: info: CoreCommandRouter::volumioPushState
Oct 31 00:55:04 volumio1 volumio[1119]: info: ------------------------------ 25ms
Oct 31 00:55:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Oct 31 00:55:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Oct 31 00:55:13 volumio1 volumio[1119]: info: Discovery: Getting this device information
Oct 31 00:55:13 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:55:13 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Oct 31 00:55:14 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:55:14 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:16 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Oct 31 00:55:16 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Oct 31 00:55:16 volumio1 volumio[1119]: info: CoreCommandRouter::getUIConfigOnPlugin
Oct 31 00:55:16 volumio1 volumio[1119]: info: FusionDsp - IP adress is ---------------------------192.168.0.100
Oct 31 00:55:16 volumio1 volumio[1119]: info: FusionDsp -
Oct 31 00:55:16 volumio1 volumio[1119]: info: FusionDsp - undefined
Oct 31 00:55:24 volumio1 volumio[1119]: info: Downloading plugin at https://plugins.volumio.workers.dev/pluginsv2/downloadLatestStable/fusiondsp/volumio/buster/armhf
Oct 31 00:55:27 volumio1 volumio[1119]: info: END DOWNLOAD: https://plugins.volumio.workers.dev/pluginsv2/downloadLatestStable/fusiondsp/volumio/buster/armhf
Oct 31 00:55:27 volumio1 volumio[1119]: info: FusionDsp - Stopping FusionDsp service
Oct 31 00:55:27 volumio1 volumio[1119]: info: camilladsp stopping service pid 2759...
Oct 31 00:55:27 volumio1 volumio[1119]: info: camilladsp service terminated, instance 1
Oct 31 00:55:27 volumio1 sudo[2807]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl stop fusiondsp.service
Oct 31 00:55:27 volumio1 sudo[2807]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:27 volumio1 systemd[1]: Stopping FusionDsp Daemon...
Oct 31 00:55:27 volumio1 volumio[1781]: Backend configuration:
Oct 31 00:55:27 volumio1 volumio[1781]: active_config: /data/configuration/audio_interface/fusiondsp/camilladsp.yml
Oct 31 00:55:27 volumio1 volumio[1781]: active_config_txt: null
Oct 31 00:55:27 volumio1 volumio[1781]: camilla_host: 127.0.0.1
Oct 31 00:55:27 volumio1 volumio[1781]: camilla_port: 9876
Oct 31 00:55:27 volumio1 volumio[1781]: coeff_dir: /data/INTERNAL/FusionDsp/filters
Oct 31 00:55:27 volumio1 volumio[1781]: config_dir: /data/configuration/audio_interface/fusiondsp
Oct 31 00:55:27 volumio1 volumio[1781]: default_config: /data/configuration/audio_interface/fusiondsp/camilladsp.yml
Oct 31 00:55:27 volumio1 volumio[1781]: log_file: /tmp/camilladsp.log
Oct 31 00:55:27 volumio1 volumio[1781]: on_get_active_config: null
Oct 31 00:55:27 volumio1 volumio[1781]: on_set_active_config: null
Oct 31 00:55:27 volumio1 volumio[1781]: port: 5011
Oct 31 00:55:27 volumio1 volumio[1781]: supported_capture_types: null
Oct 31 00:55:27 volumio1 volumio[1781]: supported_playback_types: null
Oct 31 00:55:27 volumio1 volumio[1781]: update_config_symlink: false
Oct 31 00:55:27 volumio1 volumio[1781]: update_config_txt: false
Oct 31 00:55:27 volumio1 volumio[1781]: ======== Running on http://0.0.0.0:5011 ========
Oct 31 00:55:27 volumio1 volumio[1781]: (Press CTRL+C to quit)
Oct 31 00:55:27 volumio1 systemd[1]: fusiondsp.service: Succeeded.
Oct 31 00:55:27 volumio1 systemd[1]: Stopped FusionDsp Daemon.
Oct 31 00:55:27 volumio1 sudo[2807]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:27 volumio1 volumio[1119]: info: FusionDsp - Reporting Fusion DSP Disabled
Oct 31 00:55:27 volumio1 volumio[1119]: info: Removing fusiondspeq DSP Signal Path Element
Oct 31 00:55:27 volumio1 volumio[1119]: info: Check plugin dependencies
Oct 31 00:55:27 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Oct 31 00:55:27 volumio1 volumio[1119]: info: Rename folder
Oct 31 00:55:27 volumio1 volumio[1119]: info: Folder /tmp/downloaded_plugin.zip removed
Oct 31 00:55:27 volumio1 volumio[1119]: info: Move to category
Oct 31 00:55:28 volumio1 volumio[1119]: info: Checking if install.sh is present
Oct 31 00:55:28 volumio1 volumio[1119]: info: Executing install.sh
Oct 31 00:55:28 volumio1 sudo[2823]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/sh /data/plugins/audio_interface/fusiondsp/install.sh
Oct 31 00:55:28 volumio1 sudo[2823]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:28 volumio1 volumio[1119]: info: creating filters folder and copying demo filters
Oct 31 00:55:28 volumio1 volumio[1119]: info: copying demo flters
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/.Bass-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/.Soundtrack-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/.Classic-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/.Voice-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/2XEQ15/.Rock-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/PEQ/
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/convfir/
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/convfir/kef.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/convfir/test.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/EQ15/
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/EQ15/.Bass-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/EQ15/.Soundtrack-FusionDsp.json
Oct 31 00:55:28 volumio1 sudo[2848]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/usr/bin/apt update
Oct 31 00:55:28 volumio1 sudo[2848]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/EQ15/.Classic-FusionDsp.json
Oct 31 00:55:28 volumio1 volumio[1119]: info: ./presets/EQ15/.Voice-FusionDsp.json
Oct 31 00:55:29 volumio1 volumio[1119]: info: ./presets/EQ15/.Rock-FusionDsp.json
Oct 31 00:55:29 volumio1 volumio[1119]: info: Installing/fusiondsp dependencies
Oct 31 00:55:29 volumio1 volumio[1119]: info: Get:1 http://archive.raspberrypi.org/debian buster InRelease [54.2 kB]
Oct 31 00:55:29 volumio1 volumio[1119]: info: Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Oct 31 00:55:29 volumio1 volumio[1119]: info: Hit:3 https://deb.nodesource.com/node_14.x buster InRelease
Oct 31 00:55:29 volumio1 volumio[1119]: info: Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB]
Oct 31 00:55:30 volumio1 volumio[1119]: info: Fetched 455 kB in 1s (434 kB/s)
Oct 31 00:55:32 volumio1 volumio[1119]: info: Reading package lists...
Oct 31 00:55:33 volumio1 volumio[1119]: info: Building dependency tree...
Oct 31 00:55:33 volumio1 volumio[1119]: info: Reading state information...
Oct 31 00:55:33 volumio1 volumio[1119]: info: 314 packages can be upgraded. Run 'apt list --upgradable' to see them.
Oct 31 00:55:33 volumio1 sudo[2848]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:33 volumio1 sudo[3065]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/usr/bin/apt -y install python3-aiohttp python3-pip
Oct 31 00:55:33 volumio1 sudo[3065]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:34 volumio1 volumio[1119]: info: Reading package lists...
Oct 31 00:55:34 volumio1 volumio[1119]: info: Building dependency tree...
Oct 31 00:55:34 volumio1 volumio[1119]: info: Reading state information...
Oct 31 00:55:35 volumio1 volumio[1119]: info: python3-pip is already the newest version (18.1-5+rpt1).
Oct 31 00:55:35 volumio1 volumio[1119]: info: The following package was automatically installed and is no longer required:
Oct 31 00:55:35 volumio1 volumio[1119]: info: ssl-cert
Oct 31 00:55:35 volumio1 volumio[1119]: info: Use 'sudo apt autoremove' to remove it.
Oct 31 00:55:35 volumio1 volumio[1119]: info: The following packages will be upgraded:
Oct 31 00:55:35 volumio1 volumio[1119]: info: python3-aiohttp
Oct 31 00:55:35 volumio1 volumio[1119]: info: 1 upgraded, 0 newly installed, 0 to remove and 315 not upgraded.
Oct 31 00:55:35 volumio1 volumio[1119]: info: Need to get 241 kB of archives.
Oct 31 00:55:35 volumio1 volumio[1119]: info: After this operation, 146 kB of additional disk space will be used.
Oct 31 00:55:35 volumio1 volumio[1119]: info: Err:1 http://mirror.wheel.sk/raspbian/raspbian buster/main armhf python3-aiohttp armhf 3.5.1-1+deb10u1
Oct 31 00:55:35 volumio1 volumio[1119]: info: 404 Not Found [IP: 92.60.51.128 80]
Oct 31 00:55:35 volumio1 sudo[3065]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:35 volumio1 sudo[3072]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/bin/tar -xvf fusiondsp.service.tar -C /
Oct 31 00:55:35 volumio1 sudo[3072]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:35 volumio1 volumio[1119]: info: lib/systemd/system/fusiondsp.service
Oct 31 00:55:35 volumio1 sudo[3072]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:38 volumio1 volumio[1119]: info: MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
Oct 31 00:55:38 volumio1 volumio[1119]: info: more info at http://www.winimage.com/zLibDll/unzip.html
Oct 31 00:55:38 volumio1 volumio[1119]: info:
Oct 31 00:55:38 volumio1 volumio[1119]: info: cgui-1.0.0.zip opened
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/LICENSE.txt
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/README.md
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/build/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/robots.txt
Oct 31 00:55:38 volumio1 sudo[3077]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/bin/chown -R volumio cgui
Oct 31 00:55:38 volumio1 sudo[3077]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/logo512.png
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/asset-manifest.json
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/index.html
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/.put_statics_here
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/favicon.ico
Oct 31 00:55:38 volumio1 sudo[3077]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/logo192.png
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/.xdp-css-variables-1.css-PvrWoX
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/manifest.json
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/css-variables.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/precache-manifest.76db5aad1647230454f47b1e22783b54.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/service-worker.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/precache-manifest.5e6c675b70ef6a3fe73d0209febfe347.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/build/static/
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/build/static/css/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.d51d005e.chunk.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.d51d005e.chunk.css.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/2.975d6916.chunk.css.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.56bdf14e.chunk.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.56bdf14e.chunk.css.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.1503f6cd.css.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/2.a4c7e7cf.chunk.css.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/main.1503f6cd.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/2.975d6916.chunk.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/css/2.a4c7e7cf.chunk.css
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/build/static/media/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/media/camilladsp.95719842.svg
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/media/camilladsp.4767ea4ad3510467418b818dc677a87e.svg
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/build/static/js/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.fd49ece5.chunk.js.map
Oct 31 00:55:38 volumio1 sudo[3079]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/bin/chgrp -R volumio cgui
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.71e11955.js
Oct 31 00:55:38 volumio1 sudo[3079]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/runtime-main.422581ec.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.fd49ece5.chunk.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.c1b9df8b.chunk.js.LICENSE.txt
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.61bb6809.chunk.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.61bb6809.chunk.js.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.c1b9df8b.chunk.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.1b3ac690.chunk.js.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.71e11955.js.LICENSE.txt
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.71e11955.js.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/runtime-main.422581ec.js.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/main.1b3ac690.chunk.js
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.c1b9df8b.chunk.js.map
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/build/static/js/2.fd49ece5.chunk.js.LICENSE.txt
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/config/
Oct 31 00:55:38 volumio1 sudo[3079]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/config/camillagui.yml
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/config/.xdp-css-variables-1.css-ppBDuX
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/config/gui-config.yml
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/backend/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/filters_test.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/version.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/filters.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/settings.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/views.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/filterdefaults.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__init__.py
Oct 31 00:55:38 volumio1 volumio[1119]: info: creating directory: cgui/backend/__pycache__/
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/filterdefaults.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/views.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/settings.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/__init__.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/routes.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/filemanagement.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/filters.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/__pycache__/version.cpython-37.pyc
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/routes.py
Oct 31 00:55:38 volumio1 sudo[3081]: root : TTY=unknown ; PWD=/data/plugins/audio_interface/fusiondsp ; USER=root ; COMMAND=/bin/rm cgui-1.0.0.zip
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/backend/filemanagement.py
Oct 31 00:55:38 volumio1 sudo[3081]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:38 volumio1 volumio[1119]: info: extracting: cgui/main.py
Oct 31 00:55:38 volumio1 sudo[3081]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:42 volumio1 volumio[1119]: info: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Oct 31 00:55:42 volumio1 volumio[1119]: info: Collecting git+https://github.com/HEnquist/pycamilladsp.git@v1.0.0
Oct 31 00:55:42 volumio1 volumio[1119]: info: Cloning https://github.com/HEnquist/pycamilladsp.git (to revision v1.0.0) to /tmp/pip-req-build-7hg1n20a
Oct 31 00:55:43 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Oct 31 00:55:43 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Oct 31 00:55:43 volumio1 volumio[1119]: info: Discovery: Getting this device information
Oct 31 00:55:43 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:55:43 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:55:43 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Oct 31 00:55:44 volumio1 volumio[1119]: info: Requirement already satisfied (use --upgrade to upgrade): camilladsp==1.0.0 from git+https://github.com/HEnquist/pycamilladsp.git@v1.0.0 in /usr/local/lib/python3.7/dist-packages
Oct 31 00:55:44 volumio1 volumio[1119]: info: Requirement already satisfied: PyYAML in /usr/local/lib/python3.7/dist-packages (from camilladsp==1.0.0) (6.0.1)
Oct 31 00:55:44 volumio1 volumio[1119]: info: Requirement already satisfied: websocket_client in /usr/local/lib/python3.7/dist-packages (from camilladsp==1.0.0) (1.6.1)
Oct 31 00:55:44 volumio1 volumio[1119]: info: Building wheels for collected packages: camilladsp
Oct 31 00:55:44 volumio1 volumio[1119]: info: Running setup.py bdist_wheel for camilladsp: started
Oct 31 00:55:45 volumio1 volumio[1119]: info: Running setup.py bdist_wheel for camilladsp: finished with status 'done'
Oct 31 00:55:45 volumio1 volumio[1119]: info: Stored in directory: /tmp/pip-ephem-wheel-cache-rjumwbij/wheels/ca/47/7d/ee36beb671f74869a8e2ecb2c3fd4a28c1b7488a9c78e442b6
Oct 31 00:55:45 volumio1 volumio[1119]: info: Successfully built camilladsp
Oct 31 00:55:49 volumio1 volumio[1119]: info: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Oct 31 00:55:49 volumio1 volumio[1119]: info: Collecting git+https://github.com/HEnquist/pycamilladsp-plot.git@v1.0.2
Oct 31 00:55:49 volumio1 volumio[1119]: info: Cloning https://github.com/HEnquist/pycamilladsp-plot.git (to revision v1.0.2) to /tmp/pip-req-build-ayzw1snr
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied (use --upgrade to upgrade): camilladsp-plot==1.0.2 from git+https://github.com/HEnquist/pycamilladsp-plot.git@v1.0.2 in /usr/local/lib/python3.7/dist-packages
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: PyYAML in /usr/local/lib/python3.7/dist-packages (from camilladsp-plot==1.0.2) (6.0.1)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: jsonschema in /usr/local/lib/python3.7/dist-packages (from camilladsp-plot==1.0.2) (4.17.3)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: attrs>=17.4.0 in /usr/lib/python3/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (18.2.0)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: pkgutil-resolve-name>=1.3.10; python_version < "3.9" in /usr/local/lib/python3.7/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (1.3.10)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (6.7.0)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.7/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (0.19.3)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: importlib-resources>=1.4.0; python_version < "3.9" in /usr/local/lib/python3.7/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (5.12.0)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: typing-extensions; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from jsonschema->camilladsp-plot==1.0.2) (4.7.1)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata; python_version < "3.8"->jsonschema->camilladsp-plot==1.0.2) (3.15.0)
Oct 31 00:55:51 volumio1 volumio[1119]: info: Building wheels for collected packages: camilladsp-plot
Oct 31 00:55:51 volumio1 volumio[1119]: info: Running setup.py bdist_wheel for camilladsp-plot: started
Oct 31 00:55:52 volumio1 volumio[1119]: info: Running setup.py bdist_wheel for camilladsp-plot: finished with status 'done'
Oct 31 00:55:52 volumio1 volumio[1119]: info: Stored in directory: /tmp/pip-ephem-wheel-cache-iz5uyhzf/wheels/11/e1/43/8275af2f537d569c7097d202b4955f9aec629859be39dab2e9
Oct 31 00:55:52 volumio1 volumio[1119]: info: Successfully built camilladsp-plot
Oct 31 00:55:52 volumio1 volumio[1119]: info: copying hw detection script
Oct 31 00:55:52 volumio1 volumio[1119]: info: Detected cpu architecture as armv7l
Oct 31 00:55:54 volumio1 sudo[3194]: root : TTY=unknown ; PWD=/tmp ; USER=root ; COMMAND=/bin/cp /data/plugins/audio_interface/fusiondsp/c/hw_params_arm /data/plugins/audio_interface/fusiondsp/hw_params
Oct 31 00:55:54 volumio1 sudo[3194]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:54 volumio1 sudo[3194]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:54 volumio1 sudo[3196]: root : TTY=unknown ; PWD=/tmp ; USER=root ; COMMAND=/bin/chmod +x /data/plugins/audio_interface/fusiondsp/hw_params
Oct 31 00:55:54 volumio1 sudo[3196]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:54 volumio1 sudo[3196]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:54 volumio1 sudo[3198]: root : TTY=unknown ; PWD=/tmp ; USER=root ; COMMAND=/usr/bin/apt-get -y install drc
Oct 31 00:55:54 volumio1 sudo[3198]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:55:54 volumio1 volumio[1119]: info: Reading package lists...
Oct 31 00:55:54 volumio1 volumio[1119]: info: Building dependency tree...
Oct 31 00:55:54 volumio1 volumio[1119]: info: Reading state information...
Oct 31 00:55:55 volumio1 volumio[1119]: info: The following package was automatically installed and is no longer required:
Oct 31 00:55:55 volumio1 volumio[1119]: info: ssl-cert
Oct 31 00:55:55 volumio1 volumio[1119]: info: Use 'sudo apt autoremove' to remove it.
Oct 31 00:55:55 volumio1 volumio[1119]: info: The following packages will be upgraded:
Oct 31 00:55:55 volumio1 volumio[1119]: info: drc
Oct 31 00:55:55 volumio1 volumio[1119]: info: 1 upgraded, 0 newly installed, 0 to remove and 315 not upgraded.
Oct 31 00:55:55 volumio1 volumio[1119]: info: Need to get 112 kB of archives.
Oct 31 00:55:55 volumio1 volumio[1119]: info: After this operation, 41.0 kB of additional disk space will be used.
Oct 31 00:55:55 volumio1 volumio[1119]: info: Err:1 http://mirror.wheel.sk/raspbian/raspbian buster/main armhf drc armhf 3.2.2~dfsg0-2
Oct 31 00:55:55 volumio1 volumio[1119]: info: 404 Not Found [IP: 92.60.51.128 80]
Oct 31 00:55:55 volumio1 sudo[3198]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:55 volumio1 sudo[2823]: pam_unix(sudo:session): session closed for user root
Oct 31 00:55:55 volumio1 volumio[1119]: info: Install script completed
Oct 31 00:55:55 volumio1 volumio[1119]: info: Done installing plugin.
Oct 31 00:55:55 volumio1 volumio[1119]: info: Enabling plugin fusiondsp
Oct 31 00:55:56 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Oct 31 00:55:56 volumio1 volumio[1119]: info: [{"prettyName":"FusionDsp","name":"fusiondsp","category":"audio_interface","version":"1.0.62","icon":"fa-sliders fa-rotate-90","isManuallyInstalled":false,"enabled":true,"active":false},{"prettyName":"Backup & Restore Data","name":"backup_restore","category":"system_controller","version":"0.7.4","icon":"fa-floppy-o","isManuallyInstalled":false,"enabled":true,"active":true}]
Oct 31 00:55:56 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Oct 31 00:55:56 volumio1 volumio[1119]: info: Folder /tmp/plugins removed
Oct 31 00:55:56 volumio1 volumio[1119]: info: Folder /tmp/downloaded_plugin.zip removed
Oct 31 00:55:56 volumio1 volumio[1119]: info: Folder /data/temp removed
Oct 31 00:55:56 volumio1 volumio[1119]: Plugin install end detected on script
Oct 31 00:55:56 volumio1 volumio[1119]: info: CoreCommandRouter::getUIConfigOnPlugin
Oct 31 00:55:56 volumio1 volumio[1119]: info: FusionDsp - IP adress is ---------------------------192.168.0.100
Oct 31 00:55:56 volumio1 volumio[1119]: info: FusionDsp -
Oct 31 00:55:56 volumio1 volumio[1119]: info: FusionDsp - undefined
Oct 31 00:56:09 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Oct 31 00:56:09 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Oct 31 00:56:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Oct 31 00:56:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Oct 31 00:56:13 volumio1 volumio[1119]: info: Discovery: Getting this device information
Oct 31 00:56:13 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:56:13 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:56:13 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Oct 31 00:56:19 volumio1 volumio[1119]: info: CoreCommandRouter::getUIConfigOnPlugin
Oct 31 00:56:19 volumio1 volumio[1119]: info: FusionDsp - IP adress is ---------------------------192.168.0.100
Oct 31 00:56:19 volumio1 volumio[1119]: info: FusionDsp -
Oct 31 00:56:19 volumio1 volumio[1119]: info: FusionDsp - undefined
Oct 31 00:56:24 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:56:24 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:56:33 volumio1 volumio[1119]: info: CoreCommandRouter::volumioGetState
Oct 31 00:56:33 volumio1 volumio[1119]: info: CorePlayQueue::getTrack 9
Oct 31 00:56:35 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Oct 31 00:56:35 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Oct 31 00:56:39 volumio1 volumio[1119]: info: Enabling plugin fusiondsp
Oct 31 00:56:39 volumio1 volumio[1119]: info: Loading plugin "fusiondsp"...
Oct 31 00:56:39 volumio1 volumio[1119]: info: Applying required configuration parameters for plugin fusiondsp
Oct 31 00:56:39 volumio1 volumio[1119]: info: Preparing to generate the ALSA configuration file
Oct 31 00:56:39 volumio1 volumio[1119]: info: The plugin fusiondsp has an ALSA contribution file volumioDsp.postDsp.10.conf
Oct 31 00:56:39 volumio1 volumio[1119]: info: Reading ALSA contributions from plugins.
Oct 31 00:56:39 volumio1 volumio[1119]: info: Asound.conf file unchanged, so no further update is needed
Oct 31 00:56:39 volumio1 volumio[1119]: info: Output device has changed, restarting MPD
Oct 31 00:56:39 volumio1 sudo[3271]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /etc/mpd.conf
Oct 31 00:56:39 volumio1 sudo[3271]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:56:39 volumio1 volumio[1119]: info: PLUGIN START: fusiondsp
Oct 31 00:56:39 volumio1 volumio[1119]: info: Loading i18n strings for locale en
Oct 31 00:56:39 volumio1 sudo[3271]: pam_unix(sudo:session): session closed for user root
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , updateALSAConfigFile
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: FusionDsp - mixtype--------------------- None
Oct 31 00:56:39 volumio1 sudo[3274]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart mpd.service
Oct 31 00:56:39 volumio1 volumio[1119]: info: Preparing to generate the ALSA configuration file
Oct 31 00:56:39 volumio1 sudo[3274]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:56:39 volumio1 volumio[1119]: info: Done.
Oct 31 00:56:39 volumio1 volumio[1119]: info: The plugin fusiondsp has an ALSA contribution file volumioDsp.postDsp.10.conf
Oct 31 00:56:39 volumio1 volumio[1119]: info: Reading ALSA contributions from plugins.
Oct 31 00:56:39 volumio1 volumio[1119]: info: MPD Permissions set
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 systemd[1]: Stopping Music Player Daemon...
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: Asound.conf file unchanged, so no further update is needed
Oct 31 00:56:39 volumio1 volumio[1119]: info: Output device has changed, restarting MPD
Oct 31 00:56:39 volumio1 systemd[1]: mpd.service: Succeeded.
Oct 31 00:56:39 volumio1 systemd[1]: Stopped Music Player Daemon.
Oct 31 00:56:39 volumio1 sudo[3282]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /etc/mpd.conf
Oct 31 00:56:39 volumio1 sudo[3282]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Oct 31 00:56:39 volumio1 volumio[1119]: info: MPD Permissions set
Oct 31 00:56:39 volumio1 sudo[3282]: pam_unix(sudo:session): session closed for user root
Oct 31 00:56:39 volumio1 systemd[1]: Starting Music Player Daemon...
Oct 31 00:56:39 volumio1 sudo[3285]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart mpd.service
Oct 31 00:56:39 volumio1 sudo[3285]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:56:39 volumio1 systemd[1]: mpd.service: Control process exited, code=killed, status=15/TERM
Oct 31 00:56:39 volumio1 systemd[1]: mpd.service: Succeeded.
Oct 31 00:56:39 volumio1 systemd[1]: Stopped Music Player Daemon.
Oct 31 00:56:39 volumio1 systemd[1]: Starting Music Player Daemon...
Oct 31 00:56:39 volumio1 sudo[3291]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chown mpd:audio /var/log/mpd.log
Oct 31 00:56:39 volumio1 sudo[3291]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 31 00:56:39 volumio1 sudo[3291]: pam_unix(sudo:session): session closed for user root
Oct 31 00:56:40 volumio1 mpd[3293]: Oct 31 00:56 : decoder: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
Oct 31 00:56:40 volumio1 volumio[1119]: |||||||||||||||||||||||| WARNING: FATAL ERROR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oct 31 00:56:40 volumio1 volumio[1119]: TypeError: Cannot read property 'off' of undefined
Oct 31 00:56:40 volumio1 volumio[1119]: at FusionDsp.onStop (/data/plugins/audio_interface/fusiondsp/index.js:107:15)
Oct 31 00:56:40 volumio1 volumio[1119]: at PluginManager.stopPlugin (/volumio/app/pluginmanager.js:460:30)
Oct 31 00:56:40 volumio1 volumio[1119]: at PluginManager.disableAndStopPlugin (/volumio/app/pluginmanager.js:1883:8)
Oct 31 00:56:40 volumio1 volumio[1119]: at CoreCommandRouter.disableAndStopPlugin (/volumio/app/index.js:1556:29)
Oct 31 00:56:40 volumio1 volumio[1119]: at Socket. (/volumio/app/plugins/user_interface/websocket/index.js:1401:47)
Oct 31 00:56:40 volumio1 volumio[1119]: at Socket.emit (events.js:315:20)
Oct 31 00:56:40 volumio1 volumio[1119]: at /volumio/node_modules/socket.io/lib/socket.js:528:12
Oct 31 00:56:40 volumio1 volumio[1119]: at processTicksAndRejections (internal/process/task_queues.js:75:11)
Oct 31 00:56:40 volumio1 volumio[1119]: |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oct 31 00:56:40 volumio1 systemd[1]: Started Music Player Daemon.
Oct 31 00:56:40 volumio1 sudo[3285]: pam_unix(sudo:session): session closed for user root
Oct 31 00:56:40 volumio1 sudo[3274]: pam_unix(sudo:session): session closed for user root
Oct 31 00:56:40 volumio1 sudo[3339]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/journalctl --since=2025-10-31 00:55
Oct 31 00:56:40 volumio1 sudo[3339]: pam_unix(sudo:session): session opened for user root by (uid=0)
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
VOLUMIO_BUILD_VERSION="29866754e5f1d7e4d0f581c10d9f22852f6f21db"
VOLUMIO_FE_VERSION="e7cae168f9927391640a091813b8a9656b6909b6"
VOLUMIO_FE3_VERSION="df82a8f23c90a3617c15c55572c8aaea90d8b32a"
VOLUMIO_BE_VERSION="fc4c820ddd3b5fc1a7a6b54ef112273ebd122010"
VOLUMIO_ARCH="arm"
VOLUMIO_VARIANT="volumio"
VOLUMIO_TEST="FALSE"
VOLUMIO_BUILD_DATE="Sat 26 Jul 2025 10:25:36 AM CEST"
VOLUMIO_VERSION="3.832"
VOLUMIO_HARDWARE="pi"
VOLUMIO_DEVICENAME="Raspberry Pi"
VOLUMIO_HASH="cf6e14681b2ecbbdc9a62186b0f3114c"