[GH-ISSUE #57] Login failed, probably invalid username or password #41

Closed
opened 2026-03-04 12:28:16 +03:00 by kerem · 11 comments
Owner

Originally created by @BlueCalex on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/57

After working for a while, i recently reinstalled as i lost the original EXE

My login isnt working, despite my creds being 100% correct, (tested, even copied/pasted)

Tried clearing my .cache/onthespot folder, still doesnt work. Is there any other cache / temp folders i can delete, as it still remembers my old Directory so something is still there

OUTPUT:

gui\mainui.py -> 549: __add_account() :: ERROR] -> Account add failed for : ACCOUNTNAME

Thanks in advance

Originally created by @BlueCalex on GitHub (May 16, 2023). Original GitHub issue: https://github.com/casualsnek/onthespot/issues/57 After working for a while, i recently reinstalled as i lost the original EXE My login isnt working, despite my creds being 100% correct, (tested, even copied/pasted) Tried clearing my .cache/onthespot folder, still doesnt work. Is there any other cache / temp folders i can delete, as it still remembers my old Directory so something is still there OUTPUT: **gui\mainui.py -> 549: __add_account() :: ERROR] -> Account add failed for : ACCOUNTNAME** Thanks in advance
kerem closed this issue 2026-03-04 12:28:16 +03:00
Author
Owner

@casualsnek commented on GitHub (May 16, 2023):

I'll have a look at that issue, maybe something to do with librespot-python library !

<!-- gh-comment-id:1550279851 --> @casualsnek commented on GitHub (May 16, 2023): I'll have a look at that issue, maybe something to do with librespot-python library !
Author
Owner

@casualsnek commented on GitHub (May 16, 2023):

Probably this: https://github.com/kokarare1212/librespot-python/issues/193

<!-- gh-comment-id:1550284282 --> @casualsnek commented on GitHub (May 16, 2023): Probably this: https://github.com/kokarare1212/librespot-python/issues/193
Author
Owner

@sadboolean commented on GitHub (May 16, 2023):

Probably this: kokarare1212/librespot-python#193

Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end?

<!-- gh-comment-id:1550290499 --> @sadboolean commented on GitHub (May 16, 2023): > Probably this: [kokarare1212/librespot-python#193](https://github.com/kokarare1212/librespot-python/issues/193) Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end?
Author
Owner

@casualsnek commented on GitHub (May 16, 2023):

Probably this: kokarare1212/librespot-python#193

Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end?

The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord !

<!-- gh-comment-id:1550352258 --> @casualsnek commented on GitHub (May 16, 2023): > > Probably this: [kokarare1212/librespot-python#193](https://github.com/kokarare1212/librespot-python/issues/193) > > Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end? The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord !
Author
Owner

@sadboolean commented on GitHub (May 16, 2023):

Probably this: kokarare1212/librespot-python#193

Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end?

The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord !

tried to click on discord link in your profile but says expired, let me know!

<!-- gh-comment-id:1550372074 --> @sadboolean commented on GitHub (May 16, 2023): > > > Probably this: [kokarare1212/librespot-python#193](https://github.com/kokarare1212/librespot-python/issues/193) > > > > > > Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end? > > The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord ! tried to click on discord link in your profile but says expired, let me know!
Author
Owner

@casualsnek commented on GitHub (May 16, 2023):

Probably this: kokarare1212/librespot-python#193

Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end?

The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord !

tried to click on discord link in your profile but says expired, let me know!

Try this : https://discord.gg/g9c4RgXP

<!-- gh-comment-id:1550439766 --> @casualsnek commented on GitHub (May 16, 2023): > > > > Probably this: [kokarare1212/librespot-python#193](https://github.com/kokarare1212/librespot-python/issues/193) > > > > > > > > > Sorry not too informed with the topic, does this mean it's no longer possible due to changes on Spotify's end? > > > > > > The fix is already there, i'll probably wait until it's fixed in librespot-python itself. If you are willing to get it working before fix is merged, ping me on discord ! > > tried to click on discord link in your profile but says expired, let me know! Try this : https://discord.gg/g9c4RgXP
Author
Owner

@80-am commented on GitHub (May 17, 2023):

This issue can be solved by bumping librespot to 0.0.9.

I have created a pull request.

Thank you for this project!

<!-- gh-comment-id:1551061104 --> @80-am commented on GitHub (May 17, 2023): This issue can be solved by bumping librespot to 0.0.9. I have created a [pull request](https://github.com/casualsnek/onthespot/pull/58). Thank you for this project!
Author
Owner

@casualsnek commented on GitHub (May 17, 2023):

I am facing issues with logging in as well. It says

Failed logging in user <user>, invalid credentials

and

  File "worker\session.py", line 28, in run
TypeError: 'NoneType' object is not subscriptable

Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too !

<!-- gh-comment-id:1551713693 --> @casualsnek commented on GitHub (May 17, 2023): > I am facing issues with logging in as well. It says > > ``` > Failed logging in user <user>, invalid credentials > ``` > > and > > ``` > File "worker\session.py", line 28, in run > TypeError: 'NoneType' object is not subscriptable > ``` Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too !
Author
Owner

@r926215 commented on GitHub (May 20, 2023):

I am facing issues with logging in as well. It says

Failed logging in user <user>, invalid credentials

and

  File "worker\session.py", line 28, in run
TypeError: 'NoneType' object is not subscriptable

Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too !

can you repost the discord invitation link? The old one expired

<!-- gh-comment-id:1555662040 --> @r926215 commented on GitHub (May 20, 2023): > > I am facing issues with logging in as well. It says > > ``` > > Failed logging in user <user>, invalid credentials > > ``` > > > > > > > > > > > > > > > > > > > > > > > > and > > ``` > > File "worker\session.py", line 28, in run > > TypeError: 'NoneType' object is not subscriptable > > ``` > > Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too ! can you repost the discord invitation link? The old one expired
Author
Owner

@juggernaut451451 commented on GitHub (May 24, 2023):

I am facing issues with logging in as well. It says

Failed logging in user <user>, invalid credentials

and

  File "worker\session.py", line 28, in run
TypeError: 'NoneType' object is not subscriptable

Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too !

can you repost the discord invitation link? The old one expired

Seconding this, I would need a recent discord link to get a dev build from you. Thank you in advance.

<!-- gh-comment-id:1561748965 --> @juggernaut451451 commented on GitHub (May 24, 2023): > > > I am facing issues with logging in as well. It says > > > ``` > > > Failed logging in user <user>, invalid credentials > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > and > > > ``` > > > File "worker\session.py", line 28, in run > > > TypeError: 'NoneType' object is not subscriptable > > > ``` > > > > > > Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too ! > > can you repost the discord invitation link? The old one expired Seconding this, I would need a recent discord link to get a dev build from you. Thank you in advance.
Author
Owner

@casualsnek commented on GitHub (May 25, 2023):

I am facing issues with logging in as well. It says

Failed logging in user <user>, invalid credentials

and

  File "worker\session.py", line 28, in run
TypeError: 'NoneType' object is not subscriptable

Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too !

can you repost the discord invitation link? The old one expired

Seconding this, I would need a recent discord link to get a dev build from you. Thank you in advance.

This should be a valid invite url: https://discord.gg/MB2u8Z6mxS

<!-- gh-comment-id:1562806921 --> @casualsnek commented on GitHub (May 25, 2023): > > > > I am facing issues with logging in as well. It says > > > > ``` > > > > Failed logging in user <user>, invalid credentials > > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > and > > > > ``` > > > > File "worker\session.py", line 28, in run > > > > TypeError: 'NoneType' object is not subscriptable > > > > ``` > > > > > > > > > Due to recent changes, the last binary version won't again ! There are builds from development branch that you can use in discord ! If you are not on discord i can share it here too ! > > > > > > can you repost the discord invitation link? The old one expired > > Seconding this, I would need a recent discord link to get a dev build from you. Thank you in advance. This should be a valid invite url: https://discord.gg/MB2u8Z6mxS
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#41
No description provided.