-
Notifications
You must be signed in to change notification settings - Fork 107
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
Credentials issue #41
Comments
I have also run into this issue. It seems like Scribd modify their site for this to not work. Hope someone can fix this. Traceback (most recent call last): |
Any resolution? |
Well you can enter your own _session_expire and _scribd_session values but even then it only downloads the first page. |
I have the same problem. I have edited const.py with cookie information, and created scribd_credentials.txt with two single lines (username and password).... osboxes@osboxes:~/Downloads/scribd-downloader$ scribdl -c scribd_credentials.txt https://www.scribd.com/read/425270864/What-Does-It-Mean-to-Be-Welcoming-Navigating-LGBT-Questions-in-Your-Church |
Same issue. Use of the .egg file makes creating a work around frustrating. |
If you use VSCode, create a launch.json and a settings.json in the .vscode folder. This will allow you to debug. The egg is used only if you run the setup.py to install. settings.json |
This is where we get to in the debug: |
Has there been any headway made with this? I'm having the same issue.
|
Credentials aren't working. Not sure why, error gives no hints. The credentials file exists (it gives a different error when I remove it) and doesn't seem to be a permissions issue, doesn't work with sudo either.
The text was updated successfully, but these errors were encountered: