Open tobias-tobias opened 3 months ago
Before we try anything else try installing the plugin again from https://github.com/glk1001/glk1001.github.io. I've just updated the .zip with an older Spotify client_id which has fixed other users problems. If you're directly using the source from here, then you will also need to get the latest code and try again. Let me know how you go
Hello glk1001, the new zip makes no difference )-:
Tobias
... is there some zeroconf configuration in the libreelec settings?
I experience a similar issue: i am using kodi 20.5 on three different devices: Raspi 4 with latest bookworm with identical packages installed. One Raspi is immediately seen as Spotty-Kodi when the plugin is started, the other two Raspis are not… I cannot see Kodi nor in the IOS Spotify App nor on the Webinterface. the two Raspi not showing up have the original 7’’ touchscreen whereas the one working is connected to a TV.
I even tried to swap the SD card, but with no success. Any ideas?
Kind regards Patrick
Hello! Sorry, that you have waited so long!
I installed spotify addon 11 today. There was no change.
After that I tried to connect via Wlan hotspot with my handy app and locked at the log file:
cat /storage/.kodi/temp/kodi.log |grep spot
_2024-09-11 21:55:12.169 T:4282 INFO
Could this help to understand the problem? There is no credentials file:
find / -name 'credentials.json' find: /proc/1677/task/1706/fd/61: No such file or directory find: /proc/1677/task/4420/fdinfo/61: No such file or directory
Than I looked at this:
cat /etc/avahi/avahi-daemon.conf
_[server]
use-ipv4=yes use-ipv6=yes
ratelimit-interval-usec=1000000 ratelimit-burst=1000
[wide-area] enable-wide-area=no
[publish]
publish-hinfo=no publish-workstation=no
[reflector]
[rlimits]
_
cat /storage/.cache/services/avahi.conf
... empty file
Unfortunately your problem seems to be with avahi. In the log, there is the error 'Could not find the credentials file' which happens because the 'spotty' program has some error (I'm guessing to do with zeroconf) and does not produce the credentials file. From what I know, zeroconf just works with most Kodi setups but with Rasp Pi I really don't know.
Hi @tobias-tobias Do you have the firewall enabled by any chance?
On my NixOS setup I had to open the TCP port 10001
Hallo everybody,
updated spotify addon to version 1.3.10 on libreelec and before I deleted the addon cache. The addon isn't found in the local WLAN hotspot while computer app and handy app find each other. When I start the addon I get the message, that I have to connect to addon and after that this:
I tried to create the credentials.json file via
touch
command, but this did not make any difference.Kind regards, Tobias