You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Describe the bug
I am using Ampache and when I try to log in to my account using the Subsonic API together with legacy auth I get the error Cannot read property 'status' of undefined
After trying to access the URL you mentioned in this comment I realised that putting my plain password containing the special characters #, @, & and % isn't going to work. When using your URL with my URL-encoded password I got a "status": "ok" response, so I tried putting the encoded version of my password into the login form and then I got logged in.
To Reproduce
Steps to reproduce the behavior:
Enter a password with special characters
Select Subsonic API
Select legacy auth
Click log in
Panic
Expected behavior
I expected my password to get encoded properly.
Desktop (please complete the following information):
OS: Windows 11
Version: 0.15.3-win-x64 (I used the zip version)
Additional context
This is not really additional context, but now it seems that the rest of Sonixd is expecting the real, unencoded password to fetch data from my server. When clicking on "Artists" I get Error: TypeError: Cannot read property 'artists' of undefined and when clicking on "Albums" the whole window becomes white (including the title bar).
If you need any additional information just guide me to the right logs :)
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using Ampache and when I try to log in to my account using the Subsonic API together with legacy auth I get the error
Cannot read property 'status' of undefined
After trying to access the URL you mentioned in this comment I realised that putting my plain password containing the special characters
#
,@
,&
and%
isn't going to work. When using your URL with my URL-encoded password I got a"status": "ok"
response, so I tried putting the encoded version of my password into the login form and then I got logged in.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected my password to get encoded properly.
Desktop (please complete the following information):
Additional context
This is not really additional context, but now it seems that the rest of Sonixd is expecting the real, unencoded password to fetch data from my server. When clicking on "Artists" I get
Error: TypeError: Cannot read property 'artists' of undefined
and when clicking on "Albums" the whole window becomes white (including the title bar).If you need any additional information just guide me to the right logs :)
The text was updated successfully, but these errors were encountered: