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 09-23-2026, 10:33 PM   #12496
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
culytera is correct.

If you have the same setting(keyword) listed more than once in a section, only the last applies. The same thing happens if it's under different copies of the same section.

And the details of 'X' vs 'add_to_X' are documented here: https://github.com/JimmXinu/FanFicFa...add_to_keyword
JimmXinu is offline   Reply With Quote
Old 09-23-2026, 11:53 PM   #12497
watani
Connoisseur
watani began at the beginning.
 
Posts: 58
Karma: 10
Join Date: Oct 2014
Device: Kindle Fire HD
Two issues to report:

First, RoyalRoad has rolled out an early access system that is causing book updates to fail even for new free chapters with an "element not found" error for each early access chapter it tries to get. You can bypass this for now with the `continue_on_chapter_error:true` option, but it does mean that it'll try to re-download the early access chapters every time you want to update it which results in a lot of unnecessary queries to the site.

Here's an example of a fic with this system: https://www.royalroad.com/fiction/164273

Could only test this with the latest stable because:

Second, latest test version of FFF cannot update any books, giving the following error after selecting "OK" in the "Update Existing List" pop-up.

calibre, version 9.15.0
ERROR: Unhandled exception: <b>TypeError</b>:expected string or bytes-like object, got 'NoneType'

calibre 9.15 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.14.7
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: C:\Program Files\Calibre2\calibre.exe
Successfully initialized third party plugins: Count Pages (1, 15, 2) && EpubMerge (3, 3, 0) && EpubSplit (3, 12, 0) && FanFicFare (4, 61, 10) && Generate Cover (2, 4, 1) && Open With (1, 8, 5) && Resize Cover (1, 2, 2) && View Manager (1, 10, 5)
Traceback (most recent call last):
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 532, in plugin_button
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 1121, in update_dialog
File "calibre_plugins.fanficfare_plugin.dialogs", line 808, in LoopProgressDialog
File "calibre_plugins.fanficfare_plugin.fff_plugin" , line 1152, in update_dialog_finish
File "calibre_plugins.fanficfare_plugin.dialogs", line 1137, in get_fff_options
File "calibre_plugins.fanficfare_plugin.dialogs", line 216, in get_ini_snippet_text
File "calibre_plugins.fanficfare_plugin.fff_util", line 120, in make_safe_ini
File "re\__init__.py", line 208, in sub
TypeError: expected string or bytes-like object, got 'NoneType'
watani is offline   Reply With Quote
Old Yesterday, 06:31 AM   #12498
MrMental32
Junior Member
MrMental32 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2026
Device: Calibre
Got it working now. Hopefully now that only the first section has 'replace_metadata', and the rest under 'add_to_replace_metadata', It will stay working. Thanks for the help.
MrMental32 is offline   Reply With Quote
Old Yesterday, 09:34 AM   #12499
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2026-09-24
- Plugin: Fix make_safe_ini() for None

I'll look at RR today, but here's a quick fix for the snippet issue.
JimmXinu is offline   Reply With Quote
Old Yesterday, 12:27 PM   #12500
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2026-09-24
- adapter_royalroadcom: Changes for chapter list in JS, Legacy UI only.
- Plugin: Fix make_safe_ini() for None

Quote:
Originally Posted by watani View Post
Two issues to report:

First, RoyalRoad has rolled out an early access system that is causing book updates to fail even for new free chapters with an "element not found" error for each early access chapter it tries to get. You can bypass this for now with the `continue_on_chapter_error:true` option, but it does mean that it'll try to re-download the early access chapters every time you want to update it which results in a lot of unnecessary queries to the site.

Here's an example of a fic with this system: https://www.royalroad.com/fiction/164273
Major site changes are a pain. Especially when they have both old and new available at the same time.

For now, the answer to that part is to set your user to use the 'Legacy UI'. FFF generally only supports one version of any given site.

However, I also saw, even on 'Legacy' display, the site changed how they code chapter URLs. Such that only the first page of chapters (default 20) were visible to the FFF code.

Luckily, the full chapter data is embedded in the page's javascript. I've changed the adapter to use that chapter data.

I did not see any "early access chapters", so I haven't done anything about those. There's also new chapter flags in the JS chapter data that I don't know how to interpret, so it's possible we can use that.

Feedback from RR users is requested.
JimmXinu is offline   Reply With Quote
Old Yesterday, 03:32 PM   #12501
Czarcasm
Member
Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.
 
Posts: 15
Karma: 16762
Join Date: Jul 2013
Device: Nook
I've been running into some issues downloading some stories. It goes through the normal process, but once it's done, some stories give me the following comment [as an example]: (Download epub completed, 39 failed chapters, 40 total chapters)

It seems to mainly be happening with questionable questing stories, this one in particular being (https://forum.questionablequesting.c...s-gacha.39705/)

I've been using flaresolverr, using browser cache as well as having it open the pages as needed, I also have the log in info in the default.ini.
Czarcasm is offline   Reply With Quote
Old Yesterday, 04:18 PM   #12502
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Czarcasm View Post
I've been running into some issues downloading some stories. It goes through the normal process, but once it's done, some stories give me the following comment [as an example]: (Download epub completed, 39 failed chapters, 40 total chapters)

It seems to mainly be happening with questionable questing stories, this one in particular being (https://forum.questionablequesting.c...s-gacha.39705/)

I've been using flaresolverr, using browser cache as well as having it open the pages as needed, I also have the log in info in the default.ini.
Debug log?

I'm able to download from QQ fine directly without either flaresolverr or browser cache.
JimmXinu is offline   Reply With Quote
Old Yesterday, 04:36 PM   #12503
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 14,141
Karma: 83479096
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
I wonder if your plugin might be able to leverage the camufox engine added in the newest calibre preview build?
PeterT is offline   Reply With Quote
Old Yesterday, 04:51 PM   #12504
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
The what now? Your post is the only mention of "camufox" MR search finds...
JimmXinu is offline   Reply With Quote
Old Yesterday, 05:45 PM   #12505
Czarcasm
Member
Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.
 
Posts: 15
Karma: 16762
Join Date: Jul 2013
Device: Nook
Quote:
Originally Posted by JimmXinu View Post
Debug log?

I'm able to download from QQ fine directly without either flaresolverr or browser cache.
Spoiler Log - Starting from download start
Spoiler:
FFF: DEBUG: 2026-09-24 14:39:44,371: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6B3A4BCDAD938878F9D F1B16B141CA8BD4FD27
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\D292A1D0D2F9B563DA45F 1B9ED5F90D00840D3E8
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(113): age:2026-09-24 12:07:31
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(114): now:2026-09-24 14:39:44.373948
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:44,374: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:44,375: requestable.py(54): Encoding:utf8
FFF: INFO: 2026-09-24 14:39:44,375: base_xenforo2forum_adapter.py(726): use useurl: https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:45,112: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,112: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6F83DC99DB386BE680B DE91C1D9999D66A7367
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\CCBCE581F53FECBD51A04 EC5EF977F5400C683C5
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(113): age:2026-09-24 12:07:34
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(114): now:2026-09-24 14:39:45.113900
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,114: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,114: requestable.py(54): Encoding:utf8
FFF: DEBUG: 2026-09-24 14:39:45,255: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\83DD96831F8FAC66B51EB 7B7ADD986147628555F
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C473310F51D6BC1048F5C 2BE9C7EA9CEB2608EA2
FFF: DEBUG: 2026-09-24 14:39:45,256: base_browsercache.py(113): age:2026-09-24 12:07:37
FFF: DEBUG: 2026-09-24 14:39:45,256: base_browsercache.py(114): now:2026-09-24 14:39:45.256082
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,256: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,256: requestable.py(54): Encoding:utf8
FFF: DEBUG: 2026-09-24 14:39:45,444: calibre_plugins.fanficfare_plugin.fff_plugin(1507) : from URL(https://forum.questionablequesting.c...s-gacha.39705/)
FFF: DEBUG: 2026-09-24 14:39:45,465: calibre_plugins.fanficfare_plugin.fff_plugin(1741) : title:Till the Dealing's Done
FFF: DEBUG: 2026-09-24 14:39:45,465: calibre_plugins.fanficfare_plugin.fff_plugin(1742) : outfile:C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q\Till the Dealing's Done-sinereal-qqikwdg0.epub
FFF: DEBUG: 2026-09-24 14:43:37,907: calibre_plugins.fanficfare_plugin.fff_plugin(2042) : Batch Job:C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q forum.questionablequesting.com
FFF: DEBUG: 2026-09-24 14:43:37,907: calibre_plugins.fanficfare_plugin.fff_plugin(2063) : batch.finish_job(forum.questionablequesting.com)
Czarcasm is offline   Reply With Quote
Old Yesterday, 07:07 PM   #12506
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Czarcasm View Post
Spoiler Log - Starting from download start
That partial log doesn't show any failures.

Best practice is to run Calibre in debug mode (Calibre Preferences drop down), run download, quit calibre, attach debug file txt file to post. But only if it failed.
JimmXinu is offline   Reply With Quote
Old Yesterday, 07:13 PM   #12507
watani
Connoisseur
watani began at the beginning.
 
Posts: 58
Karma: 10
Join Date: Oct 2014
Device: Kindle Fire HD
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2026-09-24
- adapter_royalroadcom: Changes for chapter list in JS, Legacy UI only.
- Plugin: Fix make_safe_ini() for None


Major site changes are a pain. Especially when they have both old and new available at the same time.

For now, the answer to that part is to set your user to use the 'Legacy UI'. FFF generally only supports one version of any given site.

However, I also saw, even on 'Legacy' display, the site changed how they code chapter URLs. Such that only the first page of chapters (default 20) were visible to the FFF code.

Luckily, the full chapter data is embedded in the page's javascript. I've changed the adapter to use that chapter data.

I did not see any "early access chapters", so I haven't done anything about those. There's also new chapter flags in the JS chapter data that I don't know how to interpret, so it's possible we can use that.

Feedback from RR users is requested.
I'm still seeing early access chapters for the story I linked last time even in the legacy UI: (Edit: Screenshot deleted after fix completed)

And FFF is clearly trying to download those early access chapters when run from my Calibre:

Quote:
FFF: DEBUG: 2026-09-24 19:05:51,854: adapter_royalroadcom.py(306): Getting chapter text from: https://www.royalroad.com/fiction/16...790/090-encore
FFF: DEBUG: 2026-09-24 19:05:51,854: cache_basic.py(106):
========== MISS (GET) BasicCache
https://www.royalroad.com/fiction/16...790/090-encore
FFF: DEBUG: 2026-09-24 19:05:51,854: fetcher_requests.py(126):
---------- REQ (GET) RequestsFetcher
https://www.royalroad.com/fiction/16...790/090-encore
FFF: DEBUG: 2026-09-24 19:05:52,191: fetcher_requests.py(139): response code:200
FFF: DEBUG: 2026-09-24 19:05:52,191: decorators.py(117): fromcache:False
FFF: DEBUG: 2026-09-24 19:05:52,192: requestable.py(54): Encoding:utf8
FFF: INFO: 2026-09-24 19:05:52,327: base_adapter.py(516): continue_on_chapter_error: (https://www.royalroad.com/fiction/16...790/090-encore) Error downloading Chapter: https://www.royalroad.com/fiction/16...790/090-encore! Missing required element!
FFF: DEBUG: 2026-09-24 19:05:52,328: base_adapter.py(517): Traceback (most recent call last):
File "C:\Users\danle\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\base_adapter.py", line 505, in getStory
File "C:\Users\danle\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\base_adapter.py", line 710, in getChapterTextNum
File "C:\Users\danle\AppData\Roaming\calibre\plugins\Fa nFicFare.zip\fanficfare\adapters\adapter_royalroad com.py", line 320, in getChapterText
fanficfare.exceptions.FailedToDownload: Error downloading Chapter: https://www.royalroad.com/fiction/16...790/090-encore! Missing required element!
Edit: Maybe it's pulling the complete chapter list (including the early access chapters) from my browser's cache of the story page? I am seeing the following:
Quote:
FFF: DEBUG: 2026-09-24 19:16:22,870: adapter_royalroadcom.py(197): URL: https://www.royalroad.com/fiction/164273
FFF: DEBUG: 2026-09-24 19:16:22,871: cache_basic.py(106):
========== HIT (GET) BasicCache
https://www.royalroad.com/fiction/164273
Quote:
FFF: INFO: 2026-09-24 19:16:27,256: calibre_plugins.fanficfare_plugin.jobs(309): Do update - epub(89) vs url(104)

Last edited by watani; Yesterday at 07:43 PM.
watani is offline   Reply With Quote
Old Yesterday, 07:17 PM   #12508
Czarcasm
Member
Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.Czarcasm 's shirt has a full set of merit badges.
 
Posts: 15
Karma: 16762
Join Date: Jul 2013
Device: Nook
Quote:
Originally Posted by JimmXinu View Post
That partial log doesn't show any failures.

Best practice is to run Calibre in debug mode (Calibre Preferences drop down), run download, quit calibre, attach debug file txt file to post. But only if it failed.
Didn't realize there was a separate debug log until I exited, at which point I had already made my post. here's the post-exit log

Spoiler:
ApplicationPaletteChange event ignored
Using calibre Qt style: True
ApplicationPaletteChange event received
Traceback (most recent call last):
File "calibre\gui2\ui.py", line 169, in __init__
File "calibre\gui2\ui.py", line 188, in init_iaction
File "calibre\customize\__init__.py", line 711, in load_actual_plugin
File "importlib\__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "calibre\customize\zipplugin.py", line 224, in exec_module
File "calibre_plugins.epubsplit.epubsplit_plugin", line 19, in <module>
ImportError: cannot import name 'SafeConfigParser' from 'configparser' (D:\Calibre Port\Calibre Portable\Calibre\app\bin\python-lib.bypy.frozen\configparser.pyc). Did you mean: 'RawConfigParser'?
EpubMerge: DEBUG: 2026-09-24 14:39:08,427: calibre_plugins.epubmerge.epubmerge_plugin(157): macmenuhack file_path:\Calibre Port\Calibre Portable\Calibre Settings\plugins\fanficfare_macmenuhack.txt
calibre Debug log
calibre 9.13 Portable embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.14.6
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: D:\Calibre Port\Calibre Portable\Calibre\calibre-debug.exe
Successfully initialized third party plugins: EpubMerge (2, 9, 0) && EpubSplit (2, 9, 0) && FanFicFare (4, 61, 0)
calibre 9.13 Portable embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.14.6
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: D:\Calibre Port\Calibre Portable\Calibre\calibre-debug.exe
Successfully initialized third party plugins: EpubMerge (2, 9, 0) && EpubSplit (2, 9, 0) && FanFicFare (4, 61, 0)
QPA platform: windows
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 81.55183946488295 x 81.64285714285714
[0.00] Starting up...
[0.02] Showing splash screen...
[1.17] splash screen shown
[1.17] Initializing db...
[1.37] db initialized
[1.37] Constructing main UI...
[3.24] GUI main window shown
[3.35] main UI initialized...
[3.35] Hiding splash screen
[3.35] splash screen hidden
[3.35] Started up in 3.35 seconds with 5115 books
FFF: DEBUG: 2026-09-24 14:39:44,126: calibre_plugins.fanficfare_plugin.dialogs(527): self.extraoptions['anthology_url']:NOT FOUND
FFF: DEBUG: 2026-09-24 14:39:44,126: configurable.py(557): config site:test1.com
FFF: DEBUG: 2026-09-24 14:39:44,131: calibre_plugins.fanficfare_plugin.fff_plugin(1174) : FanFicFare v4.61.0
FFF: INFO: 2026-09-24 14:39:44,235: calibre_plugins.fanficfare_plugin.prefs(220): Using default settings
FFF: DEBUG: 2026-09-24 14:39:44,309: configurable.py(557): config site:forum.questionablequesting.com
FFF: DEBUG: 2026-09-24 14:39:44,321: story.py(819): use_flaresolverr_proxy:true
FFF: DEBUG: 2026-09-24 14:39:44,321: story.py(821): use_browser_cache:true
FFF: DEBUG: 2026-09-24 14:39:44,324: configurable.py(1021): use_flaresolverr_proxy:true
FFF: DEBUG: 2026-09-24 14:39:44,324: fetcher_flaresolverr_proxy.py(41): using FlareSolverr_ProxyFetcher
FFF: DEBUG: 2026-09-24 14:39:44,324: configurable.py(1047): use_browser_cache:true
FFF: DEBUG: 2026-09-24 14:39:44,325: configurable.py(1049): browser_cache_path:C:\Users\czarc\AppData\Local\Mo zilla\Firefox\Profiles\cnid93s1.default-1697422818641\cache2
FFF: DEBUG: 2026-09-24 14:39:44,325: browsercache_simple.py(83): index file not found or too big(692754)
FFF: DEBUG: 2026-09-24 14:39:44,325: __init__.py(44): Not using Browser Cache Class <class 'fanficfare.browsercache.browsercache_simple.Simpl eCache'>
FFF: DEBUG: 2026-09-24 14:39:44,330: browsercache_blockfile.py(99): index file failed magic number check
FFF: DEBUG: 2026-09-24 14:39:44,330: __init__.py(44): Not using Browser Cache Class <class 'fanficfare.browsercache.browsercache_blockfile.Bl ockfileCache'>
FFF: DEBUG: 2026-09-24 14:39:44,370: browsercache_firefox2.py(44): Using FirefoxCache2
FFF: DEBUG: 2026-09-24 14:39:44,370: configurable.py(1068): use_basic_cache:true
FFF: INFO: 2026-09-24 14:39:44,371: base_xenforo2forum_adapter.py(722): url: https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,371: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA
FFF: DEBUG: 2026-09-24 14:39:44,372: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6B3A4BCDAD938878F9D F1B16B141CA8BD4FD27
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,373: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\D292A1D0D2F9B563DA45F 1B9ED5F90D00840D3E8
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(113): age:2026-09-24 12:07:31
FFF: DEBUG: 2026-09-24 14:39:44,373: base_browsercache.py(114): now:2026-09-24 14:39:44.373948
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:44,374: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:44,374: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:44,375: requestable.py(54): Encoding:utf8
FFF: INFO: 2026-09-24 14:39:44,375: base_xenforo2forum_adapter.py(726): use useurl: https://forum.questionablequesting.c...s-gacha.39705/
FFF: DEBUG: 2026-09-24 14:39:45,112: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,112: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6F83DC99DB386BE680B DE91C1D9999D66A7367
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\CCBCE581F53FECBD51A04 EC5EF977F5400C683C5
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(113): age:2026-09-24 12:07:34
FFF: DEBUG: 2026-09-24 14:39:45,113: base_browsercache.py(114): now:2026-09-24 14:39:45.113900
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...s?per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:45,114: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,114: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,114: requestable.py(54): Encoding:utf8
FFF: DEBUG: 2026-09-24 14:39:45,255: cache_basic.py(106):
========== MISS (GET) BasicCache
https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\83DD96831F8FAC66B51EB 7B7ADD986147628555F
FFF: DEBUG: 2026-09-24 14:39:45,255: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,255: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C473310F51D6BC1048F5C 2BE9C7EA9CEB2608EA2
FFF: DEBUG: 2026-09-24 14:39:45,256: base_browsercache.py(113): age:2026-09-24 12:07:37
FFF: DEBUG: 2026-09-24 14:39:45,256: base_browsercache.py(114): now:2026-09-24 14:39:45.256082
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(115):
========== HIT (GET) BrowserCache
https://forum.questionablequesting.c...3&per_page=400
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:
FFF: DEBUG: 2026-09-24 14:39:45,256: cache_browser.py(120): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,256: decorators.py(117): fromcache:True
FFF: DEBUG: 2026-09-24 14:39:45,256: requestable.py(54): Encoding:utf8
FFF: DEBUG: 2026-09-24 14:39:45,444: calibre_plugins.fanficfare_plugin.fff_plugin(1507) : from URL(https://forum.questionablequesting.c...s-gacha.39705/)
FFF: DEBUG: 2026-09-24 14:39:45,465: calibre_plugins.fanficfare_plugin.fff_plugin(1741) : title:Till the Dealing's Done
FFF: DEBUG: 2026-09-24 14:39:45,465: calibre_plugins.fanficfare_plugin.fff_plugin(1742) : outfile:C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q\Till the Dealing's Done-sinereal-qqikwdg0.epub
FFF: DEBUG: 2026-09-24 14:43:37,907: calibre_plugins.fanficfare_plugin.fff_plugin(2042) : Batch Job:C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q forum.questionablequesting.com
FFF: DEBUG: 2026-09-24 14:43:37,907: calibre_plugins.fanficfare_plugin.fff_plugin(2063) : batch.finish_job(forum.questionablequesting.com)
Worker Launch took: 0.02 seconds
Job: 0 Download 1 FanFiction Book(s) for forum.questionablequesting.com finished
Download 1 FanFiction Book(s) for forum.questionablequesting.com

FFF: INFO: 2026-09-24 14:39:45,646: calibre_plugins.fanficfare_plugin.jobs(36): FanFicFare v4.61.0

calibre 9.13 Portable embedded-python: True

Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')

('Windows', '10', '10.0.19045')

Python 3.14.6

Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')

Interface language: None

EXE path: D:\Calibre Port\Calibre Portable\Calibre\calibre-parallel.exe

Successfully initialized third party plugins: EpubMerge (2, 9, 0) && EpubSplit (2, 9, 0) && FanFicFare (4, 61, 0)

FFF: INFO: 2026-09-24 14:39:45,739: calibre_plugins.fanficfare_plugin.jobs(68):



Downloading FanFiction Stories

Add https://forum.questionablequesting.c...s-gacha.39705/



FFF: INFO: 2026-09-24 14:39:46,680: calibre_plugins.fanficfare_plugin.jobs(144):



-------------------------------------------------------------------------------- https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,680: configurable.py(557): config site:forum.questionablequesting.com

FFF: DEBUG: 2026-09-24 14:39:46,693: story.py(819): use_flaresolverr_proxy:true

FFF: DEBUG: 2026-09-24 14:39:46,693: story.py(821): use_browser_cache:true

FFF: DEBUG: 2026-09-24 14:39:46,697: configurable.py(1021): use_flaresolverr_proxy:true

FFF: DEBUG: 2026-09-24 14:39:46,697: fetcher_flaresolverr_proxy.py(41): using FlareSolverr_ProxyFetcher

FFF: DEBUG: 2026-09-24 14:39:46,697: configurable.py(1047): use_browser_cache:true

FFF: DEBUG: 2026-09-24 14:39:46,697: configurable.py(1049): browser_cache_path:C:\Users\czarc\AppData\Local\Mo zilla\Firefox\Profiles\cnid93s1.default-1697422818641\cache2

FFF: DEBUG: 2026-09-24 14:39:46,698: browsercache_simple.py(83): index file not found or too big(692754)

FFF: DEBUG: 2026-09-24 14:39:46,698: __init__.py(44): Not using Browser Cache Class <class 'fanficfare.browsercache.browsercache_simple.Simpl eCache'>

FFF: DEBUG: 2026-09-24 14:39:46,698: browsercache_blockfile.py(99): index file failed magic number check

FFF: DEBUG: 2026-09-24 14:39:46,698: __init__.py(44): Not using Browser Cache Class <class 'fanficfare.browsercache.browsercache_blockfile.Bl ockfileCache'>

FFF: DEBUG: 2026-09-24 14:39:46,738: browsercache_firefox2.py(44): Using FirefoxCache2

FFF: DEBUG: 2026-09-24 14:39:46,739: configurable.py(1068): use_basic_cache:true

FFF: INFO: 2026-09-24 14:39:46,739: base_xenforo2forum_adapter.py(722): url: https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,739: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,740: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,740: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,740: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA

FFF: DEBUG: 2026-09-24 14:39:46,740: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\622B6F5E063CC129B6731 96A8A5481D1EA21B0FA

FFF: DEBUG: 2026-09-24 14:39:46,741: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,741: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,741: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6B3A4BCDAD938878F9D F1B16B141CA8BD4FD27

FFF: DEBUG: 2026-09-24 14:39:46,741: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,741: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,741: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\D292A1D0D2F9B563DA45F 1B9ED5F90D00840D3E8

FFF: DEBUG: 2026-09-24 14:39:46,742: base_browsercache.py(113): age:2026-09-24 12:07:31

FFF: DEBUG: 2026-09-24 14:39:46,742: base_browsercache.py(114): now:2026-09-24 14:39:46.742151

FFF: DEBUG: 2026-09-24 14:39:46,743: cache_browser.py(115):

========== HIT (GET) BrowserCache

https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:46,743: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:

FFF: DEBUG: 2026-09-24 14:39:46,743: cache_browser.py(120): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:46,743: decorators.py(117): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:46,743: requestable.py(54): Encoding:utf8

FFF: INFO: 2026-09-24 14:39:46,743: base_xenforo2forum_adapter.py(726): use useurl: https://forum.questionablequesting.c...s-gacha.39705/

FFF: DEBUG: 2026-09-24 14:39:47,503: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,503: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,503: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,503: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670

FFF: DEBUG: 2026-09-24 14:39:47,503: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C5A1C351964F7525C40D8 8E95CF5CD94B1378670

FFF: DEBUG: 2026-09-24 14:39:47,504: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,504: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,504: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\BB6F83DC99DB386BE680B DE91C1D9999D66A7367

FFF: DEBUG: 2026-09-24 14:39:47,504: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,504: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,504: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\CCBCE581F53FECBD51A04 EC5EF977F5400C683C5

FFF: DEBUG: 2026-09-24 14:39:47,504: base_browsercache.py(113): age:2026-09-24 12:07:34

FFF: DEBUG: 2026-09-24 14:39:47,504: base_browsercache.py(114): now:2026-09-24 14:39:47.504970

FFF: DEBUG: 2026-09-24 14:39:47,505: cache_browser.py(115):

========== HIT (GET) BrowserCache

https://forum.questionablequesting.c...s?per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,505: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:

FFF: DEBUG: 2026-09-24 14:39:47,505: cache_browser.py(120): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,505: decorators.py(117): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,505: requestable.py(54): Encoding:utf8

FFF: DEBUG: 2026-09-24 14:39:47,649: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B48465A51A5F5B22DEE4 184747E33DCD9BCC5CC

FFF: DEBUG: 2026-09-24 14:39:47,649: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\83DD96831F8FAC66B51EB 7B7ADD986147628555F

FFF: DEBUG: 2026-09-24 14:39:47,649: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,649: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\C473310F51D6BC1048F5C 2BE9C7EA9CEB2608EA2

FFF: DEBUG: 2026-09-24 14:39:47,650: base_browsercache.py(113): age:2026-09-24 12:07:37

FFF: DEBUG: 2026-09-24 14:39:47,650: base_browsercache.py(114): now:2026-09-24 14:39:47.650093

FFF: DEBUG: 2026-09-24 14:39:47,650: cache_browser.py(115):

========== HIT (GET) BrowserCache

https://forum.questionablequesting.c...3&per_page=400

FFF: DEBUG: 2026-09-24 14:39:47,650: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:

FFF: DEBUG: 2026-09-24 14:39:47,650: cache_browser.py(120): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,650: decorators.py(117): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,650: requestable.py(54): Encoding:utf8

FFF: DEBUG: 2026-09-24 14:39:47,818: calibre_plugins.fanficfare_plugin.jobs(198): metadata newforanthology:

FFF: INFO: 2026-09-24 14:39:47,821: calibre_plugins.fanficfare_plugin.jobs(246): write to C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q\Till the Dealing's Done-sinereal-qqikwdg0.epub

FFF: INFO: 2026-09-24 14:39:47,822: base_writer.py(196): Save directly to file: C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q\Till the Dealing's Done-sinereal-qqikwdg0.epub

FFF: DEBUG: 2026-09-24 14:39:47,823: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13241060/ index: 0

FFF: DEBUG: 2026-09-24 14:39:47,823: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:39:47,823: base_xenforo2forum_adapter.py(950): post found in cache

FFF: DEBUG: 2026-09-24 14:39:47,831: story.py(1648): addImgUrl(parenturl=https://forum.questionablequesting.com/,url=/proxy.php?image=https%3A%2F%2Ffiles.catbox.moe%2Fx 2opln.png&hash=820376f4f9669ca764bb47d20d43961f,co ver=None,coverexclusion=(/styles/|xenforo/avatars/avatar.*\.png|https://cdn\.jsdelivr\.net/gh/|https.../2022_favicon_[^.]*\.png|ytimg.com)

FFF: DEBUG: 2026-09-24 14:39:47,832: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,832: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,832: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,832: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\80B9BD550298F3C811B61 CD4EE198787A44253D2

FFF: DEBUG: 2026-09-24 14:39:47,832: browsercache_firefox2.py(100): found cache: C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\80B9BD550298F3C811B61 CD4EE198787A44253D2

FFF: DEBUG: 2026-09-24 14:39:47,832: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,832: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,832: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\092874DF5C9A0C9A3CF82 3F013A548BC1A5F5215

FFF: DEBUG: 2026-09-24 14:39:47,833: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,833: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,833: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\13B5279B1BB35693669BE 623D7A0B33814B6E116

FFF: DEBUG: 2026-09-24 14:39:47,833: base_browsercache.py(113): age:2026-09-24 12:07:43

FFF: DEBUG: 2026-09-24 14:39:47,833: base_browsercache.py(114): now:2026-09-24 14:39:47.833188

FFF: DEBUG: 2026-09-24 14:39:47,833: cache_browser.py(115):

========== HIT (GET) BrowserCache

https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,833: cache_browser.py(119): domain_open_tries:{'forum.questionablequesting.com ': 0}:

FFF: DEBUG: 2026-09-24 14:39:47,833: cache_browser.py(120): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,833: decorators.py(117): fromcache:True

FFF: DEBUG: 2026-09-24 14:39:47,853: story.py(1801): Attempt make_firstimage_cover(https://forum.questionablequesting.c...bb47d20d43961f)

FFF: DEBUG: 2026-09-24 14:39:47,855: story.py(1820): use cover(first): https://forum.questionablequesting.c...bb47d20d43961f

FFF: DEBUG: 2026-09-24 14:39:47,873: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13247114/ index: 1

FFF: DEBUG: 2026-09-24 14:39:47,873: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:39:47,873: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,873: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,873: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,873: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:39:47,874: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,874: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,874: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:39:47,874: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,874: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:47,874: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:39:47,874: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:0



FFF: DEBUG: 2026-09-24 14:39:50,110: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:39:50,111: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:39:50,111: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:39:50,111: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:50,111: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:39:52,111: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:39:52,112: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:39:52,112: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:39:52,112: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:52,112: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:39:56,112: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:39:56,113: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:39:56,113: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:39:56,113: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:39:56,113: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:06,114: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:06,114: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:06,114: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:06,114: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:06,114: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:26,114: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:26,115: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:26,115: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:26,115: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:26,115: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:26,115: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:1



FFF: DEBUG: 2026-09-24 14:40:28,132: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:28,133: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:28,133: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:28,133: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:28,133: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:30,133: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:30,133: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,133: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,133: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:30,134: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,134: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,134: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:30,134: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,134: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:30,134: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:34,135: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:34,135: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:34,135: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:34,135: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:34,135: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:40:44,136: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:40:44,136: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,136: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,136: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:40:44,137: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,137: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,137: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:40:44,137: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,137: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:40:44,137: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:04,138: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:04,138: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:04,138: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:04,138: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,138: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:04,138: cache_browser.py(115):

========== MISS (GET) BrowserCache

https://forum.questionablequesting.c...ark_category=1

FFF: INFO: 2026-09-24 14:41:04,138: base_adapter.py(305): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13247114/) HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'

FFF: DEBUG: 2026-09-24 14:41:04,139: base_adapter.py(306): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_adapter.py", line 293, in getStory

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_xenforo2forum_adapter.py", line 944, in getChapterTextNum

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 126, in get_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 116, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\base_fetcher.py", line 137, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_basic.py", line 112, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\decorators.py", line 106, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 124, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



FFF: DEBUG: 2026-09-24 14:41:04,142: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13252879/ index: 2

FFF: DEBUG: 2026-09-24 14:41:04,142: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:41:04,142: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:04,142: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:04,142: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,142: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:04,143: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:04,143: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:2



FFF: DEBUG: 2026-09-24 14:41:06,161: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:06,161: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:06,161: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:06,161: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:06,161: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:08,161: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:08,162: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:08,162: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:08,162: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:08,162: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:12,162: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:12,162: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,162: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,162: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:12,163: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,163: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,163: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:12,163: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,163: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:12,163: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:22,163: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:22,163: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:22,163: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:22,163: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:22,163: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:42,164: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:42,164: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:42,164: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:42,164: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:42,164: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:42,164: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:3



FFF: DEBUG: 2026-09-24 14:41:44,181: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:44,181: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,181: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,181: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:44,182: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,182: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,182: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:44,182: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,182: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:44,182: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:46,182: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:46,182: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,182: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,182: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:46,183: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,183: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,183: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:46,183: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,183: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:46,183: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:41:50,184: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:41:50,184: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:41:50,184: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:41:50,184: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:41:50,184: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:00,185: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:00,185: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:00,185: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:00,185: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:00,185: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:20,185: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:20,186: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:20,186: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:20,186: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,186: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:20,186: cache_browser.py(115):

========== MISS (GET) BrowserCache

https://forum.questionablequesting.c...ark_category=1

FFF: INFO: 2026-09-24 14:42:20,186: base_adapter.py(305): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13252879/) HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'

FFF: DEBUG: 2026-09-24 14:42:20,187: base_adapter.py(306): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_adapter.py", line 293, in getStory

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_xenforo2forum_adapter.py", line 944, in getChapterTextNum

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 126, in get_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 116, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\base_fetcher.py", line 137, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_basic.py", line 112, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\decorators.py", line 106, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 124, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



FFF: DEBUG: 2026-09-24 14:42:20,189: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13259589/ index: 3

FFF: DEBUG: 2026-09-24 14:42:20,190: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:42:20,190: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:20,190: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:20,190: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:20,190: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:20,190: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:4



FFF: DEBUG: 2026-09-24 14:42:22,207: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:22,208: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:22,208: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:22,208: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:22,208: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:24,209: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:24,209: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:24,209: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:24,209: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:24,209: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:28,210: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:28,210: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,210: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,210: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:28,210: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,210: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,210: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:28,211: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,211: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:28,211: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:38,211: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:38,212: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:38,212: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:38,212: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:38,212: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:58,212: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:42:58,212: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,212: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,212: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:42:58,212: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,213: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,213: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:42:58,213: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,213: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:42:58,213: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:42:58,213: cache_browser.py(86):



open page in browser: https://forum.questionablequesting.c...ark_category=1

tries:5



FFF: DEBUG: 2026-09-24 14:43:00,230: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:43:00,231: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:43:00,231: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:43:00,231: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:00,231: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:43:02,232: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:43:02,232: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:43:02,232: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:43:02,232: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:02,232: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:43:06,233: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:43:06,233: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,233: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,234: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:43:06,234: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,234: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,234: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:43:06,234: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,234: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:06,234: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:43:16,235: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:43:16,235: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:43:16,235: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:43:16,235: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:16,235: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:43:36,236: cache_browser.py(96): Checking for cache...

FFF: DEBUG: 2026-09-24 14:43:36,236: base_browsercache.py(98): Cache Key:O^partitionKey=%28https%2Cquestionablequesting .com%29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(90): O^partitionKey=%28https%2Cquestionablequesting.com %29,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\8B2367BEE3AB2687EA7DA 6066A86478F00F4C52B

FFF: DEBUG: 2026-09-24 14:43:36,236: base_browsercache.py(98): Cache Key::https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(90): :https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\304E766991C2E4E46E43C 179E655CD282745471D

FFF: DEBUG: 2026-09-24 14:43:36,236: base_browsercache.py(98): Cache Key:~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(90): ~FETCH,:https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,236: browsercache_firefox2.py(94): C:\Users\czarc\AppData\Local\Mozilla\Firefox\Profi les\cnid93s1.default-1697422818641\cache2\entries\DD2F5560FC220BED6A729 E00E2D592AE89ED0C00

FFF: DEBUG: 2026-09-24 14:43:36,236: cache_browser.py(115):

========== MISS (GET) BrowserCache

https://forum.questionablequesting.c...ark_category=1

FFF: INFO: 2026-09-24 14:43:36,236: base_adapter.py(305): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13259589/) HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'

FFF: DEBUG: 2026-09-24 14:43:36,237: base_adapter.py(306): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_adapter.py", line 293, in getStory

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_xenforo2forum_adapter.py", line 944, in getChapterTextNum

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 126, in get_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 116, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\base_fetcher.py", line 137, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_basic.py", line 112, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\decorators.py", line 106, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 124, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



FFF: DEBUG: 2026-09-24 14:43:36,240: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13266379/ index: 4

FFF: DEBUG: 2026-09-24 14:43:36,240: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:43:36,240: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,240: cache_browser.py(111): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 68, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



FFF: INFO: 2026-09-24 14:43:36,240: base_adapter.py(305): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13266379/) Browser Cache Failed to Load with error 'HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1''

FFF: DEBUG: 2026-09-24 14:43:36,240: base_adapter.py(306): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 68, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_adapter.py", line 293, in getStory

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_xenforo2forum_adapter.py", line 944, in getChapterTextNum

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 126, in get_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 116, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\base_fetcher.py", line 137, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_basic.py", line 112, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\decorators.py", line 106, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 112, in fetcher_do_request

fanficfare.exceptions.BrowserCacheException: Browser Cache Failed to Load with error 'HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1''



FFF: DEBUG: 2026-09-24 14:43:36,243: base_xenforo2forum_adapter.py(910): Getting chapter text for: https://forum.questionablequesting.com/posts/13284216/ index: 5

FFF: DEBUG: 2026-09-24 14:43:36,243: base_xenforo2forum_adapter.py(921): Using reader mode

FFF: DEBUG: 2026-09-24 14:43:36,244: cache_basic.py(106):

========== MISS (GET) BasicCache

https://forum.questionablequesting.c...ark_category=1

FFF: DEBUG: 2026-09-24 14:43:36,244: cache_browser.py(111): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 68, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



FFF: INFO: 2026-09-24 14:43:36,244: base_adapter.py(305): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13284216/) Browser Cache Failed to Load with error 'HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1''

FFF: DEBUG: 2026-09-24 14:43:36,244: base_adapter.py(306): Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 68, in fetcher_do_request

fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1'



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_adapter.py", line 293, in getStory

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\adapter s\base_xenforo2forum_adapter.py", line 944, in getChapterTextNum

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 126, in get_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\request able.py", line 116, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\base_fetcher.py", line 137, in get_request_redirected

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_basic.py", line 112, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\decorators.py", line 106, in fetcher_do_request

File "D:\Calibre Port\Calibre Portable\Calibre Settings\plugins\FanFicFare.zip\fanficfare\fetcher s\cache_browser.py", line 112, in fetcher_do_request

fanficfare.exceptions.BrowserCacheException: Browser Cache Failed to Load with error 'HTTP Error in FFF 'open_pages_in_browser_tries_limit exceeded for site (forum.questionablequesting.com), assuming site is off line until after next (Calibre) restart.'(428) URL:'https://forum.questionablequesting.com/threads/till-the-dealings-done-spider-man-marvel-chaos-gacha.39705/reader/page-1?threadmark_category=1''



FFF: INFO: 2026-09-24 14:43:36,247: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13338620/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,249: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13351560/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,251: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13382526/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,252: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13394447/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,254: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13426296/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,256: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13434339/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,258: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13439325/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,259: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13444869/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,261: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13469704/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,263: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13499904/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,265: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13513262/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,269: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13545444/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,271: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13557087/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,273: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13568343/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,274: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13575430/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,276: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13600044/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,278: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13612963/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,322: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13633499/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,324: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13642399/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,326: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13286574/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,327: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13357785/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,329: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13370957/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,331: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13376884/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,333: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13401402/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,335: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13458065/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,336: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13460501/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,338: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13471812/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,340: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13477110/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,342: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13500979/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,343: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13503946/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,345: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13507236/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,347: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13548572/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,348: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13572559/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,350: base_adapter.py(282): continue_on_chapter_error: (https://forum.questionablequesting.com/posts/13575023/) continue_on_chapter_error_try_limit(5) exceeded

FFF: INFO: 2026-09-24 14:43:36,354: writer_epub.py(408): Saving EPUB Version 2.0

FFF: DEBUG: 2026-09-24 14:43:36,766: calibre_plugins.fanficfare_plugin.wordcount(56): Word count - count_words method:8269

FFF: INFO: 2026-09-24 14:43:36,766: base_writer.py(196): Save directly to file: C:\Users\czarc\AppData\Local\Temp\calibre-m8sc_3l8\fanficfare_fc70f52q\Till the Dealing's Done-sinereal-qqikwdg0.epub

FFF: INFO: 2026-09-24 14:43:36,767: writer_epub.py(408): Saving EPUB Version 2.0

FFF: INFO: 2026-09-24 14:43:36,891: calibre_plugins.fanficfare_plugin.jobs(85):

Download Results:

Add https://forum.questionablequesting.c...s-gacha.39705/ Download epub completed, 39 failed chapters, 40 total chapters.



FFF: INFO: 2026-09-24 14:43:36,891: calibre_plugins.fanficfare_plugin.jobs(110):

Add

https://forum.questionablequesting.c...s-gacha.39705/




[388.99] Shutdown starting...
[389.04] Shutdown message shown...
[389.04] Grid view shutdown
[389.04] Bookshelf view shutdown
[389.04] Actions shutdown
[389.24] Various services shutdown
[389.24] Metadata backup shutdown
[389.25] Current database closed
[389.27] Windows hidden
[389.29] Waiting for overseers, mdns, and live to shutdown
[389.29] Waiting for device manager to shutdown
[389.29] Shutdown complete in 0.30, quitting...
Czarcasm is offline   Reply With Quote
Old Yesterday, 07:33 PM   #12509
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,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2026-09-24
- adapter_royalroadcom: More changes for chapter list in JS, Legacy UI only.

Quote:
Originally Posted by watani View Post
I'm still seeing early access chapters for the story I linked last time even in the legacy UI: Screenshot

And FFF is clearly trying to download those early access chapters when run from my Calibre:
It didn't show me those before--I looked--now it does. FFF now using the 'isUnlocked' flag in the chapter list to only collect 'unlocked' chapters.
JimmXinu is offline   Reply With Quote
Old Yesterday, 07:39 PM   #12510
watani
Connoisseur
watani began at the beginning.
 
Posts: 58
Karma: 10
Join Date: Oct 2014
Device: Kindle Fire HD
That did it, thanks for the fix!
watani 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 546 05-21-2026 02:44 PM
[GUI Plugin] Open With kiwidude Plugins 405 02-09-2026 07:54 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 05:34 PM.


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