-
Notifications
You must be signed in to change notification settings - Fork 35
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
403 Client error when trying to add user #121
Comments
getting the same error for the past 2 weeks also - tried various methods (.exe, running via python command line, using the web server) and issue occurs with all of them. |
I wonder if this is related to #118 (comment) which I think is caused by cloudflare blocking urllib. |
Same problem here. |
didn't work still get 403 with this code:
|
I cannot reproduce this bug. |
Same problem here with the Windows build. |
Is it possibly related to the browser? Is it intended to be used on Chrome, when we are using FireFox, LibreWolf, or Brave? |
I tried Firefox, Edge, and Chrome; they all worked the same. |
No, this is not related to browser, nor will the behavior differ between builds (pip, windows, docker). If you're getting a 403, your account is somehow being treated differently by kobo servers than mine is. Do you all have proper kobo accounts?
|
Mine is an email login. |
I made a brand new account. I got a 403 the first time I tried to log in with the new account. I tried a second time with debug enabled and it succeeded. I tried a third time with debug disabled and it succeeded. I don't really know why this would be. |
No luck here yet. Tried a new account, tried with and without --debug, tried with and without --captcha, tried with and without admin privileges... |
Yep, switched to email login when I found this package some time ago. Downloaded many an EPUB before this issue. I installed 24H2 a few days ago as well, which is how I discovered the problem. |
Same here. It has been working for about a year, and even now, running |
I get the 403 error if I try to add a user with the docker image (kobodl 0.9.3) on debian 12 and a 500 error with the pip install (kobodl 0.9.3 and 0.9.4) on ubuntu 20.04. If I start the latter with the debug option I get the following text in debug.log
On ubuntu kobodl 0.9.3 worked fine a few weeks ago. I'm in Italy, I don't know if it matters. |
I am in spain, same issues File "kobodl_main_.py", line 5, in |
I get the same error. Tried it with two different accounts. Any solution? |
Hitting this as well; I've dumped the contents of the 403 response body to
|
This one is also happening to me (along with the 403 on certain ebooks and audiobooks). Got a new machine and now I can't add a user to download my latest crop of books. |
I have tried running Kobodl on both Ubuntu and Docker and I am getting the same error. I'm using the latest stable version for both. This is the error from my Ubuntu attempt:
My Docker error was essentially the same. |
I'm still getting the |
Same here |
Before you open an issue
Please make sure you've upgraded to the latest version of kobodl on pypi or docker. Also read through the troubleshooting guide. Try running with
--debug
enabled and see what comes up in the debug log.Do not erase this template, it's here to help you.
Describe the issue
When trying to add a new user with
./kobodl-ubuntu user add
or with the webui on docker, it fails withrequests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://authorize.kobo.com/signin?returnUrl=http://kobo.com/&wsa=Kobo&pwsav=8.11.24971&pwspid=00000000-0000-0000-0000-000000004000&pwsdid=2852a229-f8c0-4006-8836-ca8590a96de6
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new user being added
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: