Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfonium unable to log in #302

Closed
abdulocracy opened this issue Jan 20, 2023 · 3 comments
Closed

Symfonium unable to log in #302

abdulocracy opened this issue Jan 20, 2023 · 3 comments
Milestone

Comments

@abdulocracy
Copy link

abdulocracy commented Jan 20, 2023

The Symfonium client is unable to login, because it sends two requests in rapid succession, one with test credentials and one with the correct user credentials.

[2023-Jan-20 14:57:03.941] 1 - [error] - [API_SUBSONIC] Error while processing request '/ping', params = [{c=Symfonium}, {p=*REDACTED*}, {u=test}, {v=1.13.1}, ], code = 40, msg = 'Wrong username or password.'
172.19.0.2 - - [2023-Jan-20 14:57:03.941] "GET /rest/ping.view?u=test&p=test&v=1.13.1&c=Symfonium HTTP/1.1" 200 178
[2023-Jan-20 14:57:03.987] 1 - [error] - [API_SUBSONIC] Error while processing request '/ping', params = [{c=Symfonium}, {f=json}, {p=*REDACTED*}, {u=abdulkadir}, {v=1.13.0}, ], code = 0, msg = 'Login throttled, too many attempts'
172.19.0.2 - - [2023-Jan-20 14:57:03.988] "GET /rest/ping.view?u=abdulkadir&p=enc%3A4b596b4237404b62&v=1.13.0&c=Symfonium&f=json HTTP/1.1" 200 183
[2023-Jan-20 14:57:07.374] 1 - [error] - [API_SUBSONIC] Error while processing request '/ping', params = [{c=Symfonium}, {p=*REDACTED*}, {u=test}, {v=1.13.1}, ], code = 40, msg = 'Wrong username or password.'
172.19.0.2 - - [2023-Jan-20 14:57:07.374] "GET /rest/ping.view?u=test&p=test&v=1.13.1&c=Symfonium HTTP/1.1" 200 178
[2023-Jan-20 14:57:07.450] 1 - [error] - [API_SUBSONIC] Error while processing request '/ping', params = [{c=Symfonium}, {f=json}, {p=*REDACTED*}, {u=abdulkadir}, {v=1.13.0}, ], code = 0, msg = 'Login throttled, too many attempts'
172.19.0.2 - - [2023-Jan-20 14:57:07.451] "GET /rest/ping.view?u=abdulkadir&p=enc%3A4b596b4237404b62&v=1.13.0&c=Symfonium&f=json HTTP/1.1" 200 183

The developer hast stated this is for security purposes, related post on their forum: https://support.symfonium.app/t/cant-login-to-lms/1295

@epoupon epoupon added this to the v3.36.0 milestone Jan 20, 2023
@epoupon
Copy link
Owner

epoupon commented Jan 20, 2023

Thanks for reporting, should be fine now (strange I did not hit this when testing symfonium)

@epoupon epoupon closed this as completed Jan 20, 2023
@epoupon
Copy link
Owner

epoupon commented Jan 21, 2023

@abdulocracy you can try the epoupon/lms:97c0835 docker image.

@abdulocracy
Copy link
Author

Tested, working just fine. Thank you kindly. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants