Open h0rzn opened 8 months ago
hmm it's strange, the version should be sent with the request, are you able to update your navidrome container to see if that solves it?
hmm it's strange, the version should be sent with the request, are you able to update your navidrome container to see if that solves it?
Upgraded to latest docker image with Navidrome 0.51.1 (6d253225). Issue persists.
Reverse-Proxy tells me v
-Param is either not being sent or doesn't reach Proxy:
[...] RequestURI":"/rest/ping.view?\u0026f=json\u0026u=XXX\u0026p=XXX","TLS":null}" [...]
(redacted)
Bypassing Traefik and directly connecting to Navidrome-Container yields the same error.
Installed a docker Airsonic-Server and had the same problem. Amperfy worked with both servers/instances :(
It's no problem to me if you want to close this issue, as I seem to be the only one having it and I have no experience in Swift at all, so I cannot investigate this issue myself :( GL with your project though!
Found the problem! Certain special characters seemed to be the issue. Tested it out with a basic alphanumeric password and everything worked perfectly fine.
Ahh okay , I'll have a look and see if I can fix the encoding for those instances
What sort of characters makes it fail ?
Problem appeared with #
, but $
for example worked just fine.
Hex encoding the password and prepending enc:
allows a password with #
.
[...]/rest/ping.view?login&f=json&u=halpo-user&p=enc:31323323&v=1.16.1[...]
(password is "123#")
...Off topic, but are PRs welcome?
Thank you for sharing the source code for this app :)
I am unable to get any data from my Navidrome server: After putting in my credentials and server info, nothing seems to happen. If i swipe down in Albums/Artists-View nothing happens either.
Navidrome: 0.48.0(af5c2b5a) running in Docker
Log output of Navidrome
Subsonic API Documentation describes
v
as required:Is my Navidrome outdated/broken or is this an App Issue? The App looks rather clean so far, unfortunately I was not able to sync and play any music so far.