Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: UPnP - CamillaDSP
#15
(05-19-2021, 07:19 PM)bitlab Wrote: @caseyjones are you sure you have exact the same issue as the OP? The cause was a broken flat config file, caused by the yaml parser.
Which was fixed in release 7.2 ans was unrelated to upnp. Besides that just validated with BubbleUPN and moode UPNP service type set OpenHome, not problem.

Same or just similar, I'm note sure. But many things seem identical:

- C-DSP in itself works. OK With playing files from local network.
- BubbleUPnP in itself works. OK for controlling streaming services, WITHOUT C-DSP enabled.
- ParametricEQ works with BubbleUPnP and streaming. Not sure if this is under the C-DSP umbrella. If so, the error is just when using the convolution engine.

- Combine UPnP-client control and C-DSP, after some rebooting/restarting it is possible to make it work, but can not touch anyting in either control app or the webui, then I get error message something like "Current state of service does not allow this action, 501" sometimes also 404.


Code:
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
May 20 09:43:19 moode python3[21316]:     clipped = self._query("GetClippedSamples")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 248, in get_clipped_samples
May 20 09:43:19 moode python3[21316]:     result = cdsp.get_clipped_samples()
May 20 09:43:19 moode python3[21316]:   File "/opt/camillagui/views.py", line 65, in get_param
May 20 09:43:19 moode python3[21316]:     resp = await handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_app.py", line 499, in _handle
May 20 09:43:19 moode python3[21316]:     resp = await self._request_handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_protocol.py", line 422, in _handle_request
May 20 09:43:19 moode python3[21316]: Traceback (most recent call last):
May 20 09:43:19 moode python3[21316]: Error handling request
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
May 20 09:43:19 moode python3[21316]:     level = self._query("GetBufferLevel")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 241, in get_buffer_level
May 20 09:43:19 moode python3[21316]:     result = cdsp.get_buffer_level()
May 20 09:43:19 moode python3[21316]:   File "/opt/camillagui/views.py", line 63, in get_param
May 20 09:43:19 moode python3[21316]:     resp = await handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_app.py", line 499, in _handle
May 20 09:43:19 moode python3[21316]:     resp = await self._request_handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_protocol.py", line 422, in _handle_request
May 20 09:43:19 moode python3[21316]: Traceback (most recent call last):
May 20 09:43:19 moode python3[21316]: Error handling request
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
May 20 09:43:19 moode python3[21316]:     adj = self._query("GetRateAdjust")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 234, in get_rate_adjust
May 20 09:43:19 moode python3[21316]:     result = cdsp.get_rate_adjust()
May 20 09:43:19 moode python3[21316]:   File "/opt/camillagui/views.py", line 55, in get_param
May 20 09:43:19 moode python3[21316]:     resp = await handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_app.py", line 499, in _handle
May 20 09:43:19 moode python3[21316]:     resp = await self._request_handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_protocol.py", line 422, in _handle_request
May 20 09:43:19 moode python3[21316]: Traceback (most recent call last):
May 20 09:43:19 moode python3[21316]: Error handling request
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
May 20 09:43:19 moode python3[21316]:     rate = self._query("GetCaptureRate")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 204, in get_capture_rate_raw
May 20 09:43:19 moode python3[21316]:     rate = self.get_capture_rate_raw()
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 211, in get_capture_rate
May 20 09:43:19 moode python3[21316]:     result = cdsp.get_capture_rate()
May 20 09:43:19 moode python3[21316]:   File "/opt/camillagui/views.py", line 53, in get_param
May 20 09:43:19 moode python3[21316]:     resp = await handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_app.py", line 499, in _handle
May 20 09:43:19 moode python3[21316]:     resp = await self._request_handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_protocol.py", line 422, in _handle_request
May 20 09:43:19 moode python3[21316]: Traceback (most recent call last):
May 20 09:43:19 moode python3[21316]: Error handling request
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
May 20 09:43:19 moode python3[21316]:     sigrms = self._query("GetPlaybackSignalRms")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 167, in get_playback_signal_rms
May 20 09:43:19 moode python3[21316]:     result = cdsp.get_playback_signal_rms()
May 20 09:43:19 moode python3[21316]:   File "/opt/camillagui/views.py", line 82, in get_list_param
May 20 09:43:19 moode python3[21316]:     resp = await handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_app.py", line 499, in _handle
May 20 09:43:19 moode python3[21316]:     resp = await self._request_handler(request)
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/aiohttp/web_protocol.py", line 422, in _handle_request
May 20 09:43:19 moode python3[21316]: Traceback (most recent call last):
May 20 09:43:19 moode python3[21316]: Error handling request
May 20 09:43:19 moode python3[21316]: OSError: Not connected to CamillaDSP
May 20 09:43:19 moode python3[21316]:     raise IOError("Not connected to CamillaDSP")
May 20 09:43:19 moode python3[21316]:   File "/usr/local/lib/python3.7/dist-packages/camilladsp/camilladsp.py", line 64, in _query
Reply


Messages In This Thread
UPnP - CamillaDSP - by klausimausi04 - 03-29-2021, 05:17 PM
RE: UPnP - CamillaDSP - by bitlab - 03-29-2021, 07:00 PM
RE: UPnP - CamillaDSP - by klausimausi04 - 03-29-2021, 08:19 PM
RE: UPnP - CamillaDSP - by bitlab - 03-29-2021, 08:51 PM
RE: UPnP - CamillaDSP - by klausimausi04 - 03-30-2021, 04:32 AM
RE: UPnP - CamillaDSP - by bitlab - 03-30-2021, 06:45 AM
RE: UPnP - CamillaDSP - by TheOldPresbyope - 03-30-2021, 11:50 AM
RE: UPnP - CamillaDSP - by klausimausi04 - 03-30-2021, 02:59 PM
RE: UPnP - CamillaDSP - by bitlab - 03-30-2021, 06:40 PM
RE: UPnP - CamillaDSP - by klausimausi04 - 04-01-2021, 09:06 AM
RE: UPnP - CamillaDSP - by bitlab - 04-01-2021, 06:10 PM
RE: UPnP - CamillaDSP - by caseyjones - 05-19-2021, 04:30 PM
RE: UPnP - CamillaDSP - by bitlab - 05-19-2021, 07:19 PM
RE: UPnP - CamillaDSP - by caseyjones - 05-20-2021, 07:30 AM
RE: UPnP - CamillaDSP - by klausimausi04 - 05-20-2021, 06:38 AM
RE: UPnP - CamillaDSP - by caseyjones - 05-20-2021, 07:38 AM
RE: UPnP - CamillaDSP - by bitlab - 05-20-2021, 01:37 PM
RE: UPnP - CamillaDSP - by klausimausi04 - 05-20-2021, 02:35 PM
RE: UPnP - CamillaDSP - by caseyjones - 05-20-2021, 04:10 PM
RE: UPnP - CamillaDSP - by bitlab - 05-20-2021, 09:23 PM
RE: UPnP - CamillaDSP - by bitlab - 05-30-2021, 08:24 AM
RE: UPnP - CamillaDSP - by klausimausi04 - 05-30-2021, 12:52 PM
RE: UPnP - CamillaDSP - by bitlab - 06-03-2021, 06:28 PM
RE: UPnP - CamillaDSP - by Tim Curtis - 06-07-2021, 11:58 AM
RE: UPnP - CamillaDSP - by klausimausi04 - 06-07-2021, 03:19 PM
RE: UPnP - CamillaDSP - by caseyjones - 06-25-2021, 01:26 PM
RE: UPnP - CamillaDSP - by TRiNGT3 - 06-29-2021, 09:37 AM
RE: UPnP - CamillaDSP - by the_bertrum - 06-29-2021, 11:04 AM
RE: UPnP - CamillaDSP - by TheOldPresbyope - 06-29-2021, 01:44 PM
RE: UPnP - CamillaDSP - by the_bertrum - 06-29-2021, 04:41 PM
RE: UPnP - CamillaDSP - by TRiNGT3 - 06-29-2021, 10:26 PM
RE: UPnP - CamillaDSP - by TheOldPresbyope - 06-30-2021, 12:56 PM

Forum Jump: