shrimpza/aurial

Not connecting to server

Opened this issue · 1 comments

Am having trouble connecting to my home server - Airsonic running in a docker.
It is exposed via a reverse proxy - so I connect via XXXXXX.duckdns.org.
That gets port forwarded to my server where NGINX directs it to the airsonic docker.
The airsonic web-based player works as does some other players (e.g., JamStash).
I really want to try Aurial - it just won't connect.
I do see the recommendation to "try to connect via unhashed password" but am not sure what that means in this context.
I'm trying to connect from your server (http://shrimpza.github.io/aurial/)
Any thoughts?
Thanks.

I have the same issue with intertube. It requires the "old-style" plain text password (used by subsonic before v1.13.0) instead of the salt + hash method (because, ironically, that way requires storing users' passwords in plain text on the server).

It could be solved by adding an option to the settings to "use plain text password" or "use legacy auth" etc. You could also check for the version from /ping and see if it's less than 1.13.0, I think that's what a lot of other clients do.