Theo

Results 4 comments of Theo

Param is actually being set: https://github.com/halpz/HalpoPlayer/blob/12a5ea4df90e8fed3750e840a8442d65e5c13191/HalpoPlayer/Network/SubsonicClient.swift#L15-L20

> 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...

Found the problem! Certain special characters seemed to be the issue. Tested it out with a basic alphanumeric password and everything worked perfectly fine.

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...