ImAiiR / QobuzDownloaderX

Downloads streams directly from Qobuz
675 stars 118 forks source link

I can't log into my account... #158

Closed onlyFLAC closed 1 month ago

onlyFLAC commented 1 month ago

I can't log into my account... None of the methods work for me, they only give an error:

ON OLD VER.: System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в QobuzDownloaderX.LoginFrm.d__36.MoveNext()

ON NEW VER.: System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта. в QobuzDownloaderX.LoginForm.loginBackground_DoWork(Object sender, DoWorkEventArgs e)

ImAiiR commented 1 month ago

I’m starting to think this is because of the new Qobuz updates. Is it possible for you to make a new account and try to login with that? Can just do a free trial, or maybe just don’t activate the account yet. I’d like to see if you’re able to login with a new account.

onlyFLAC commented 1 month ago

I’m starting to think this is because of the new Qobuz updates. Is it possible for you to make a new account and try to login with that? Can just do a free trial, or maybe just don’t activate the account yet. I’d like to see if you’re able to login with a new account.

Okay, I'll try to create a new account at home today.

dotrungan19 commented 1 month ago

same like me,I can't login,the old version still login successfully

ImAiiR commented 1 month ago

same like me,I can't login,the old version still login successfully

ImAiiR commented 1 month ago

Okay, starting to do some debugging now. From what I can see, for some reason the full passwords aren't getting sent for some reason, which is really weird. Seems to happen mainly with special characters, so hopefully won't be too difficult to fix.

UPDATE - So figured the issue out, but now logging in with everything being sent is still failing. And to make it worse logging in to the regular Qobuz web player is messing up as well and just giving errors, so I can't really debug further until that's fixed up.

ImAiiR commented 1 month ago

Please give the new version a try and let me know if it works for you now!

dotrungan19 commented 1 month ago

same like me,I can't login,the old version still login successfully

  • Same error message? (Assuming the response isn’t returning JSON)
  • Logging in with email and password or token?
  • Trying with an older account or a new account?

Here is the error in 1.0.0.0 version,takes a minute to show this screen Screenshot 2024-10-16 163624

vad62 commented 1 month ago

When logging in via email and password, it gives the same error, but ignoring it, the program starts and works. By the way, the mod version of your program 1.2.7.0 starts without errors.

Снимок экрана 2024-10-16 в 12 44 58
dotrungan19 commented 1 month ago

I've downloaded 1.0.0.1 version,when I login,it opens this window immediately,click on Continue and it works,open into app successfully Screenshot 2024-10-16 165401

ImAiiR commented 1 month ago

Okay, seems like now the main issue is this error that when ignored (hitting continue) the program still works as intended. Will leave this issue open for the moment until I can get the time after work to find the issues and fix it up.

ImAiiR commented 1 month ago

For those of you who get this new error, can you confirm if the about page on the main form includes all of the info? I haven't been able to pinpoint the issue, since all of my accounts and others I know don't get this popup.

Pushing a new update here in a bit, but doubt it will resolve this specific new issue.

vad62 commented 1 month ago

The error remained at 1.0.0.2

Снимок экрана 2024-10-17 в 09 16 00

If you click "continue", then the application is loaded and works normally.

ImAiiR commented 1 month ago

Going to say for everyone experiencing the "new" error popup, move over to #159 as it is related! Closing this one!