-
Notifications
You must be signed in to change notification settings - Fork 172
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
DeviantArt login stopped working #1035
Comments
Story URL? I don't read that site, so I don't have any examples handy. |
Here's a NSFW labeled story from a buddy, and here's the full commandline tool's output when i try to get it:
The personal.ini is a manual copy of the Calibre one (not sure where's the physical file for the addon so just copied it myself), both have this section:
At this point it just waits forever for the credentials. On Calibre instead it just keeps popping up a login dialogbox forever, same case in both (login fails so they just keep asking for it forever). Double-checked the credentials just in case but were correct, plus the config file was untouched since the last time it worked. If you need some more info lemme know, i hope i gave enough info this time. |
The site has switched to a 2 step login process. I've made changes to address that and a (possible) issue with metadata parsing. I've uploaded a test version to testpypi |
Assumed fixed. |
Good afternoon! Seems like DA NSFW login is again failing (or failing in a different way, pretty sure it was working after the fix), today i went to update the same story from a buddy and it seems to be generating exceptions, here's the relevant output from the commandline tool (the plugin just announces it failed with the exception text):
|
It's working for using the latest test version. https://test.pypi.org/project/FanFicFare/ |
Confirmed! Thanks! I assume this fix will eventually arrive at the plugin, right? |
Available in test version and released at the end of the month. |
At some point since last week, the DeviantArt login stopped working, now when it tries it instead shows:
adapter_deviantartcom.py(99): Failed to login to deviantArt as username
On Calibre it ends prompting for user/pass, which does the same thing, something must have changed in the procedure.
Have tried with both the current version and the test version, same result, as well as the commandline tool installed via pip. All with the same result.
The text was updated successfully, but these errors were encountered: