Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 11-13-2025, 10:54 PM   #11461
chrisric
Member
chrisric began at the beginning.
 
chrisric's Avatar
 
Posts: 19
Karma: 10
Join Date: Jan 2020
Device: iPhone/Voice Dream Reader
Quote:
Originally Posted by JimmXinu View Post
Honestly, FFF plugin CLI was added more because it possible than because it was useful.
Understood. Thanks for the quick reply. I appreciate the CLI as it works great when creating and testing new adapters.
chrisric is offline   Reply With Quote
Old 11-14-2025, 01:40 AM   #11462
WinterPhoenix
Junior Member
WinterPhoenix began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2025
Device: Android S24FE
A few questions about slowdowns

Hello! Not sure if this is the right place to ask about these things, but I think it is.

I've recently started using the function that fetches story URLs from email, and I've noticed that the process slows down significantly whenever one of the URLs is from Royal Road. My first thought was that it might be related to Royal Road’s email-click redirect URLs, but I'm not certain, so I wanted to ask here to see if that's expected behavior.

I also feel like fetching metadata has been noticeably slower since a recent update. I’m not sure whether that’s just my imagination, but I can’t think of anything specific I changed that would cause it—although I *have* been modifying my `personal.ini` quite a bit. As far as I can remember, the only changes I made are listed below. Could any of these cause slowdown?

I also added some URLs to my previously empty reject list, and may have enabled the setting that splits URLs into separate jobs by site. I’m about 95% sure I already had that turned on previously.

Here are the relevant parts of my configuration:

Code:
[defaults]
# Commented out
#open_pages_in_browser:true

# Added:
skip_threadmarks_categories:Media,Apocrypha,Informational,Staff Post,Extras,Voting,Index
order_threadmarks_by_date:true
mark_new_chapters:true
use_reader_mode:true

custom_columns_settings:
 "FanFicFare"=>#downloaded_by,n
add_to_include_metadata_pre:
 parentforums==Quests

strip_chapter_numbers:true
add_chapter_numbers:toconly

[epub]
# Changed from true to false
include_images:false

# Added:
[www.scribblehub.com]
username: <not included here>
password: <not included here>
#use_flaresolverr_proxy:true

[https://forums.spacebattles.com/thre...i-oc.1211852/]
skip_threadmarks_categories:Media,Apocrypha,Informational,Staff Post,Extras,Voting,Index,Sidestory

[https://forums.spacebattles.com/thre...elow.1225985/]
order_threadmarks_by_date:false

Last edited by WinterPhoenix; 11-14-2025 at 01:44 AM.
WinterPhoenix is offline   Reply With Quote
Advert
Old 11-14-2025, 10:18 AM   #11463
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,151
Karma: 5005503
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by WinterPhoenix View Post
I've recently started using the function that fetches story URLs from email, and I've noticed that the process slows down significantly whenever one of the URLs is from Royal Road. ...
I don't remember anything that changed recently that would have that effect. And except for logging in (and slow_down_sleep_time of course), most personal.ini settings don't change anything during the metadata fetch process.

Honestly, I'm inclined to blame it on the ever increasing levels of screening and blocking aimed at the AI training bots vacuuming the entire web over and over--especially written prose.

Considering the issues we have with other sites, I count myself lucky that FFF still works at all.
JimmXinu is offline   Reply With Quote
Old 11-14-2025, 12:46 PM   #11464
WinterPhoenix
Junior Member
WinterPhoenix began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2025
Device: Android S24FE
Quote:
Originally Posted by JimmXinu View Post
Considering the issues we have with other sites, I count myself lucky that FFF still works at all.
Well that is unfortunate, but it does make sense. Hopefully its just some arcane issue on my end that will resolve itself, rather than a permanent issue.
WinterPhoenix is offline   Reply With Quote
Old Yesterday, 01:43 PM   #11465
taratears
Connoisseur
taratears began at the beginning.
 
Posts: 91
Karma: 10
Join Date: Aug 2013
Device: Kindle Fire HD
When fetching email updates, I get this error.

calibre, version 8.14.0
ERROR: Error Fetching Email: <p><b>An error has occurred while FanFicFare was fetching email.</b></p><p>If it was an authentication error, be aware:<ul><li>Microsoft mail servers such as live.com, outlook.com and hotmail.com no longer allow third party apps like FanFicFare.</li><li>Gmail requires Two Factor Authentication and <a href='https://support.google.com/accounts/answer/185833#app-passwords'>Google App Passwords</a>.</li><li>Usernames or passwords in personal.ini that contain the percent sign(%) must have it escaped as two percent signs(%%).</li></ul>

Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 594, in get_urls_from_imap_menu
File "C:\Users\tarat\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\geturls.py", line 195, in get_urls_from_imap
File "imaplib.py", line 1332, in __init__
File "imaplib.py", line 205, in __init__
File "imaplib.py", line 1345, in open
File "imaplib.py", line 315, in open
File "imaplib.py", line 1335, in _create_socket
File "imaplib.py", line 305, in _create_socket
File "socket.py", line 839, in create_connection
File "socket.py", line 974, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed
taratears is offline   Reply With Quote
Advert
Old Yesterday, 04:31 PM   #11466
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,151
Karma: 5005503
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by taratears View Post
When fetching email updates, I get this error.
...
File "socket.py", line 974, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed
That error indicates a failure to get an IP address from DNS for the name given.

That suggests that you have a mistake in the imap server name (That's what it was last time this came up), or that there's a problem with getting it from DNS. Look for advice on how to flush DNS cache on your type of computer if you think it's the DNS.
JimmXinu is offline   Reply With Quote
Old Yesterday, 06:35 PM   #11467
gthesob
Member
gthesob began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jul 2022
Device: none
I've noticed in recent weeks that occasionally on QQ when I update in FFF the story on QQ gets marked as read and loses my place so that after using "jump to new" I have to backtrack to figure out where I actually had been. Sometimes "jump to new" takes me to the next post after the threadmark, sometimes to several posts or even pages later.

I have not noticed any obvious patterns that would let me predict when it will happen, such as a specific story, or where "jump to new" will take me. Sorry, I can't be any less vague, it just doesn't happen very often and I have not kept notes on its occurrences.

Not a big deal, just thought I'd let you know as I have not seen this happen on AO3, SV or SB.
gthesob is offline   Reply With Quote
Old Yesterday, 07:02 PM   #11468
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,151
Karma: 5005503
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
AO3 isn't going to be the same, but QQ, SV and SB all share code in FFF.

If QQ is behaving differently, it's going to be because the site is different in some way, or you use QQ differently.

I don't think I've ever paid any attention to how FFF affects 'reading location' on xenforo sites. As a general rule, I've only cared about 'read' status on sites that won't notify you for new updates unless you're 'caught up', eg TtH. And that's to ensure it's been marked read, which seems to be the opposite of what you want.

I assume it's only affected when downloading while logged in. In fact, I suspect the difference is that you always have FFF log in to QQ. So the site assumes that anything FFF has seen, you have seen.

By default, the adapter uses xenforo's reader mode to get the most 'chapter' posts per network request. So I don't have an explanation why QQ would mark posts past the thread marked ones 'read'--other than maybe the site marks all posts that would be on the same page 'read'.

OR "jump to new" on QQ doesn't mean what you think it means. IE, new to you. Because I just went and looked at the first two pages of thread I'd never looked at before (in browser), the clicked 'jump to new' expecting to get page 3 and got page 79.

That suggest pretty strongly it's actually new=='recent', not new=='I haven't see'.
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 527 08-15-2025 02:36 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 06:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 01:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 07:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 01:27 PM


All times are GMT -4. The time now is 06:00 PM.


MobileRead.com is a privately owned, operated and funded community.