Open GioF71 opened 2 months ago
This looks like an error that can be triggered by a mismatch between the subsonic-connect version and the plugin version. Can you post your compose file?
Looks very similar to this issue
hi, the linked issue helped, this is now my working compose file:
services:
upmpdcli:
image: giof71/upmpdcli:latest
container_name: upmpdcli-navidrome-demo
network_mode: host
environment:
- PUID=1000
- PGID=1000
- PORT_OFFSET=4
- UPNPAV=0
- OPENHOME=0
- FRIENDLY_NAME=Navidrome
- SUBSONIC_ENABLE=yes
- SUBSONIC_AUTOSTART=yes
- SUBSONIC_BASE_URL=${SUBSONIC_BASE_URL}
- SUBSONIC_PORT=${SUBSONIC_PORT}
- SUBSONIC_USER=${SUBSONIC_USER}
- SUBSONIC_PASSWORD=${SUBSONIC_PASSWORD}
- SUBSONIC_ITEMS_PER_PAGE=28
- SUBSONIC_APPEND_YEAR_TO_ALBUM=Yes
- SUBSONIC_APPEND_CODECS_TO_ALBUM=Yes
- SUBSONIC_WHITELIST_CODECS=alac,wav,flac,dsf,ape
- SUBSONIC_DOWNLOAD_PLUGIN=yes
# - PLG_PROXY_METHOD=proxy
- SUBSONIC_PLUGIN_BRANCH=latest-subsonic
- SUBSONIC_FORCE_CONNECTOR_VERSION=0.3.1
restart: unless-stopped
networks: {}
Hello, I am glad it worked. Can you verify that you are running the latest image? With the latest image (from quite a few weeks now) forcing the subsonic connector version is not needed even when downloading the "latest-subsonic" version of the plugin.
If you want to leave the SUBSONIC_FORCE_CONNECTION_VERSION
variable in your compose file, please set it to 0.3.2
, which is the latest version.
Please star the repository if you like the work. And of course, feel free to open issues for feature/requests about the plugin, on this repository or in the upmpdcli fork here, or even in the upstream upmpdcli repository here.
On behalf of TobiasDax:
hi, not sure if there is a better palce to ask questions abou this but i cant seem to get it to work sadly... When i run the compose with the demo data or my own i get the same problem. The Server shows up in my player (currently tyring with Linn Kazoo and Wiim Home (app)) The server seems to be laoding stuff succsessfully but when i try to access it i get the following output in the logs: