mirror of
https://github.com/Aran404/SpotAPI.git
synced 2026-04-25 16:55:50 +03:00
[GH-ISSUE #39] Could not submit password / Could not submit task #22
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotAPI#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daMatz on GitHub (Jul 1, 2025).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/39
I am trying to use the Login example from the main Readme, but it fails.
What was checked: email/password are correct and Capsolver API key with available credits is ok, no proxy used.
The error is:
When I run it multiple times I also sometimes get the following error:
Any ideas how to resolve this?
@krishnabansal89 commented on GitHub (Jul 8, 2025):
did you get any solution ? @daMatz
@daMatz commented on GitHub (Jul 8, 2025):
Unfortunately not
@krishnabansal89 commented on GitHub (Jul 8, 2025):
are you using any alternative now for spotify?
@Aran404 commented on GitHub (Jul 8, 2025):
I've tested it the update and it works great. Please let me know if there are any more issues to fix. Thank you for the issue once more.
@krishnabansal89 commented on GitHub (Jul 8, 2025):
@Aran404 the issue is still there. tried but still getting the same error
@Aran404 commented on GitHub (Jul 8, 2025):
@krishnabansal89 commented on GitHub (Jul 8, 2025):
Traceback (most recent call last):
File "c:\Users\bansa\Documents\coding\not_mine\mmpc-be\server.py", line 18, in
instance.login()
File "C:\Users\bansa\Documents\coding\not_mine\mmpc-be\dev\Lib\site-packages\spotapi\types\annotations.py", line 47, in wrapper
result: R = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\bansa\Documents\coding\not_mine\mmpc-be\dev\Lib\site-packages\spotapi\login.py", line 264, in login
self._submit_password(captcha_response)
File "C:\Users\bansa\Documents\coding\not_mine\mmpc-be\dev\Lib\site-packages\spotapi\types\annotations.py", line 47, in wrapper
result: R = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\bansa\Documents\coding\not_mine\mmpc-be\dev\Lib\site-packages\spotapi\login.py", line 207, in _submit_password
raise LoginError("Could not submit password", error=resp.error.string)
spotapi.exceptions.errors.LoginError: Could not submit password
@Aran404 commented on GitHub (Jul 8, 2025):
Did you git pull or update on pypi?
@krishnabansal89 commented on GitHub (Jul 8, 2025):
pip uninstall spotapi
pip install spotapi
also checked the package code and it's the latest version
@Aran404 commented on GitHub (Jul 8, 2025):
Try using exact version 1.2.1. I think you can do pip install spotapi@1.2.1 or git clone it
@krishnabansal89 commented on GitHub (Jul 8, 2025):
Worked! Thanks man , really appreciate it.
@daMatz commented on GitHub (Jul 8, 2025):
Thank you @Aran404, also worked for me. Closing 🚀
@krishnabansal89 commented on GitHub (Jul 9, 2025):
@Aran404 for some wierd reasons , the issue is reappering. Can you look into it once.
Thanks
@bsanchezb commented on GitHub (Jul 9, 2025):
Please try to update to
Found at https://github.com/glomatico/votify/blob/main/votify/totp.py .
Seems to do the trick.
@krishnabansal89 commented on GitHub (Jul 9, 2025):
Still getting the same error.
@daMatz commented on GitHub (Jul 10, 2025):
Also reappeared for me, opening again.
@RikyPy commented on GitHub (Jul 13, 2025):
@daMatz @krishnabansal89 try with the code from my pull request
@daMatz commented on GitHub (Jul 21, 2025):
@krishnabansal89 could you please test: https://github.com/Aran404/SpotAPI/pull/44
@didux123 commented on GitHub (Jul 30, 2025):
Hi everyone,
@krishnabansal89 are you still experiencing this issue? I'm facing the same problem — I've tried with and without proxies, tested different CAPTCHA resolvers, but I keep running into the same login loop and can't figure out why.
Here’s the error I'm getting:
I've tested the #44 but still have the same issue
@Aran404 commented on GitHub (Jul 31, 2025):
I keep getting 'InvalidCredentials'; they must've changed something, or it could be a CAPTCHA, I'm not too sure. I'll investigate soon.