Skip to content
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

www.bdsmlibrary.com - Calibre crashes on missing author #696

Closed
albyofdoom opened this issue May 13, 2021 · 2 comments
Closed

www.bdsmlibrary.com - Calibre crashes on missing author #696

albyofdoom opened this issue May 13, 2021 · 2 comments

Comments

@albyofdoom
Copy link

There are some stories on the site that are missing the author metadata. When attempting to download these, calibre fully exits with no warning or feedback when attempting to download metadata.

Examples:
https://www.bdsmlibrary.com/stories/story.php?storyid=5028
https://www.bdsmlibrary.com/stories/story.php?storyid=5029

@JimmXinu
Copy link
Owner

Oh my. It actually flat out calls sys.exit() in the adapter. And that's been in the code for 5 years. That's not good...

Instead of adapter_bdsmlibrarycom.py running it's own re-try loop 20 times (which doesn't work anyway because use_basic_cache:true is on by default), I'm going to change it to set author to Anonymous when none is found.

@JimmXinu
Copy link
Owner

Test versions posted in the usual places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants