Hi there,
fresh here, I'm trying to make this plugin work on a RPI3 with Openelec
Unfortunately, actually I just stuck with an empty folder page with 3 dot ( same as luigi2000 I think)
I've tried to add "dtparam audio=on" in the config.txt. with no luck
At this time Xsqueeze work and I've other player working too, so this is not a server problem.
Here is what I found in the logs :
Code:
15:57:07.274 T:1744159648 WARNING: plugin.audio.squeezebox --> Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.audio.squeezebox/resources/lib/lmsserver.py", line 228, in get_json
response = requests.get(url, data=json.dumps(params), timeout=20)
File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/storage/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 473, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', BadStatusLine("''",))
15:57:07.275 T:1744159648 ERROR: plugin.audio.squeezebox --> Exception in lmsserver ! --> ('Connection aborted.', BadStatusLine("''",))
15:57:07.275 T:1744159648 NOTICE: plugin.audio.squeezebox --> Server is offline or connection error...
15:57:07.275 T:1744159648 NOTICE: plugin.audio.squeezebox --> {} - ('Connection aborted.', BadStatusLine("''",)) - {'params': ['b8:27:eb:14:bb:4d', ['status', '-', '1', 'tags:u']], 'id': 1, 'method': 'slim.request'}
Can anyone help me please ?
Many thanks