Connection error with navidrome on yunohost server
Closed this issue · 4 comments
Hi,
i have navidrome installed on a yunohost instance behind a nginx proxy and a letsencrypt cert, with a subdomain and folder like https://music.tld.com/navidrome. I don't know exactly how to enter my info on the addon settings. Whatever different settings i input it gives a concection error. For ex i don't know what port i should enter (i tryed 80, 443 or even no port), or the api version.
Thanks
Could you please add advancedsettings.xml with the following to your userdata folder and see what the logs are saying
(log is in .kodi/temp).
<advancedsettings>
<loglevel>1</loglevel>
</advancedsettings>
Can you connect to your server using the web browser? The settings will depend how you have your server set up.
Normally your subsonic url will look just like what you are putting into the web browser, starting with http or https. The only difference is with the plugin the port number has its own setting. When you connect with the browser the port number is after the :
Note that there are some variations in the plugin versions also. I would recommend upgrading to the latest version 3.0.2 then if you send me a log with debugging switched on I should be able to see what's happening.
As an example, this is my setup using Airsonic behind a Traefik proxy.
<setting id="subsonic_url">https://airsonic.example.org</setting>
<setting id="port">443</setting>
Hi, thanks for the support.
Yesterday i tried again and oddly it worked. I have set https://music.tld.com/navidrome/ and port 443. The only thing different that i tryed now was the slah at the end of de url. I wrote again the password also, but i think the other day wasn't wrong.
The plugin is giving errors when i browse albuns by recently played or by rate.
So i'll close this issue and thank you for the addon