building another test version, will share shortly when its done building.
@malkie can you please test this version: Release v1.0.1 Ā· mase1981/uc-intg-spotify Ā· GitHub
Hey,
thanks a lot but sadly enough same behaviour.
Malkie
sent you DM easier to communicate. please review.
new version Release v1.0.3 Ā· mase1981/uc-intg-spotify Ā· GitHub fixed errors during next pause, confirmed working.
@M.a.S.e Thanks a lot for your help here. Highly appreciated
NP. Enjoy.
Hi M.a.S.e, i will test it today.
And report back.
Hi M.a.S.e, i canāt seem to get it working.
Are there any new steps to follow ?
No. Same steps. Others confirmed working. Including myself. Make sure you download latest version and check the logs. Without logs, we canāt know.
Yeah, but iām on docker (Synology)
Guess I have to test it on a full docker deploymentā¦
Iām using synology as well (check out my synology integration fyi). I added an image, shoudl work for you. If not, share container logs.
OW⦠Iām looking here:
GitHub - mase1981/uc-intg-spotify at beta
Is that the correct place ?
Maybe Iām looking in the wrong place atm.
You are, you looking at the beta branch which is during development
You need to look at the main brake branch and use the latest version
How are you trying to deploy on syno, step by step without omitting any information?
Try this instead
docker run -d \
āname uc-spotify \
ārestart unless-stopped \
ānetwork host \
-v spotify-config:/app/config \
-e UC_CONFIG_HOME=/app/config \
-e UC_INTEGRATION_INTERFACE=0.0.0.0 \
-e UC_INTEGRATION_HTTP_PORT=9090 \
-e PYTHONPATH=/app \
Or in a single line
docker run -d --name uc-spotify --restart unless-stopped --network host -v spotify-config:/app/config -e UC_CONFIG_HOME=/app/config -e UC_INTEGRATION_INTERFACE=0.0.0.0 -e UC_INTEGRATION_HTTP_PORT=9090 -e PYTHONPATH=/app Package uc-intg-spotify Ā· GitHub
Ok, this worked for me:
docker run -d --name uc-spotify --restart unless-stopped --network host -v spotify-config:/app/config -e UC_CONFIG_HOME=/app/config -e UC_INTEGRATION_INTERFACE=0.0.0.0 -e UC_INTEGRATION_HTTP_PORT=9090 -e PYTHONPATH=/app Package uc-intg-spotify Ā· GitHub
I see the websocket is running on 9090
The PYTHONPATH did the trick, let me see to configure the rest now ![]()
nice, glad its working now.
YES !
Confirmed working.
Thank you for all the support ![]()

