Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 01-23-2024, 04:31 AM   #1
Rascaltoo
Junior Member
Rascaltoo began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2022
Location: Georgia, USA
Device: none
Restoring database failed with error

I am using Windows 11 on an MSI-Raider, kept up to date, as well as calibre-64 bit 7.4.0, but I also had the issue on the previous version (since it was my own mess up).

Corrupted library recovery help needed, through something of my own doing.

I was (stupidly) unaware that you can't have the Library backed up on OneDrive even with the files 'physically' on the computer. I removed them from there and they are now stored locally in my C drive.

Calibre started crashing on me (I assume from the reason above) and I would just start it up again, until it wouldn't even open while also trying possible fixes like re-installing, restarting in safe mode, running it on debug, etc.
These were some of the errors messages I received:

Spoiler:

Code:
Traceback (most recent call last):
  File "runpy.py", line 198, in _run_module_as_main
  File "runpy.py", line 88, in _run_code
  File "site.py", line 95, in <module>
  File "site.py", line 90, in main
  File "site.py", line 50, in run_entry_point
  File "calibre\utils\ipc\worker.py", line 215, in main
  File "calibre\utils\ipc\worker.py", line 150, in arbitrary_n
  File "calibre_plugins.fanficfare_plugin.jobs", line 140, in do_download_worker
TypeError: 'NoneType' object is not iterable


as well as:

Spoiler:

Code:
calibre, version 7.4.0
ERROR: Startup error: There was an error during calibre startup. Parts of calibre may not function. Click "Show details" to learn more.

Traceback (most recent call last):
  File "calibre\gui2\tag_browser\model.py", line 1283, in _get_category_nodes
  File "calibre\db\cache.py", line 1549, in get_categories
  File "calibre\db\categories.py", line 232, in get_categories
  File "calibre\db\fields.py", line 194, in get_categories
  File "calibre\db\categories.py", line 32, in __init__
AttributeError: 'NoneType' object has no attribute 'name'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre\gui2\main.py", line 312, in initialize_db_stage2
  File "calibre\gui2\main.py", line 255, in start_gui
  File "calibre\gui2\ui.py", line 366, in initialize
  File "calibre\gui2\tag_browser\ui.py", line 122, in init_tag_browser_mixin
  File "calibre\gui2\tag_browser\view.py", line 392, in set_database
  File "calibre\gui2\tag_browser\model.py", line 438, in set_database
  File "calibre\gui2\tag_browser\model.py", line 513, in _run_rebuild
  File "calibre\gui2\tag_browser\model.py", line 518, in _rebuild_node_tree
  File "calibre\gui2\tag_browser\model.py", line 1289, in _get_category_nodes
  File "calibre\db\cache.py", line 1549, in get_categories
  File "calibre\db\categories.py", line 232, in get_categories
  File "calibre\db\fields.py", line 192, in get_categories
  File "calibre\db\fields.py", line 742, in category_sort_value
TypeError: 'str' object does not support item assignment


I used sfc/scannow and it repaired something, but crashing still continued.

I found some threads here about fixing the corrupted database, so I deleted the metedata.db file to restore library through the program, but that also crashed as well. Also found the command line way and used the following:
Code:
calibredb --with-library=C:\Calibre_Library restore_database -r
It froze on me a few times at various stages 16%, 36%, then at around 12% again so I used the Windows Memory Diagnostic and memtest86 to no error messages. When I ran the command line restore database again today, it finally reached the end to this error message:

Spoiler:

Code:
Starting restoring preferences and column metadata ... 0%
Cannot restore preferences. Backup file not found. ... 100%
Restoring database failed with error:
Traceback (most recent call last):
  File "calibre\db\restore.py", line 156, in run
  File "calibre\db\restore.py", line 266, in create_cc_metadata
  File "calibre\ebooks\metadata\book\base.py", line 137, in __getattribute__
TypeError: 'bool' object does not support the context manager protocol


I was unable to find threads about this specific error message so I'm wondering if there's a fix, if there's a way to restore my database (if at all possible) or if I screwed myself too thoroughly.

Thank you for any and all available help!
Rascaltoo is offline   Reply With Quote
Old 01-23-2024, 04:47 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,864
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Those tracebacks are all weird, showing "impossible" errors. It's liek the entire runtime is corrupted. Zip up your library folder and upload it somewhere and PM me the link and I will see if I can restore your db for you. I am very curious as to how these tracebacks are getting generated.
kovidgoyal is offline   Reply With Quote
Advert
Old 01-23-2024, 05:30 AM   #3
Martinoptic
Bibliolater
Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.
 
Martinoptic's Avatar
 
Posts: 4,790
Karma: 2600000
Join Date: Dec 2021
Location: England
Device: none
@Rascaltoo - You may need to request PM access as you’ve only posted once so far.

https://www.mobileread.com/forums/sh...d.php?t=319819
Martinoptic is offline   Reply With Quote
Old 02-06-2024, 09:21 PM   #4
Rascaltoo
Junior Member
Rascaltoo began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2022
Location: Georgia, USA
Device: none
Still having issue

I'm at a bit of a loss as to what I'm (still?) doing wrong. I tried starting a whole new library, and I'm starting to see the same/similar error signs as before. I thought maybe it'll be easier to find out where it's breaking down for me if I post the first time the error comes up.

It crashed on me when I was using FFF 'get URL's from a web page', and then a few minutes later I got this "Failed to Download" message below.

Spoiler:

Code:
calibre, version 7.4.0 (win32, embedded-python: True)
Failed to Download Stories: Failed: Download 18 FanFiction Book(s)

Download 18 FanFiction Book(s)
FFF: INFO: 2024-02-06 20:52:48,985: calibre_plugins.fanficfare_plugin.jobs(50): CPUs:1
FFF: INFO: 2024-02-06 20:52:48,985: calibre_plugins.fanficfare_plugin.jobs(53): FanFicFare v4.31.0
calibre 7.4  embedded-python: True
Windows-10-10.0.22621-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.22621')
Python 3.11.5
Windows: ('10', '10.0.22621', 'SP0', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: FanFicFare (4, 31, 0)
FFF: INFO: 2024-02-06 20:52:49,033: calibre_plugins.fanficfare_plugin.jobs(74): Launch background process for site archiveofourown.org:
https://archiveofourown.org/works/52135606
https://archiveofourown.org/works/50643862
https://archiveofourown.org/works/43912840
https://archiveofourown.org/works/53206696
https://archiveofourown.org/works/36363646
https://archiveofourown.org/works/53293429
https://archiveofourown.org/works/53434849
https://archiveofourown.org/works/51109072
https://archiveofourown.org/works/47885326
https://archiveofourown.org/works/53129524
https://archiveofourown.org/works/53432572
https://archiveofourown.org/works/53388532
https://archiveofourown.org/works/53431528
https://archiveofourown.org/works/48868303
https://archiveofourown.org/works/53427679
https://archiveofourown.org/works/44562502
https://archiveofourown.org/works/35158627
https://archiveofourown.org/works/52924798
FFF: INFO: 2024-02-06 20:55:35,099: calibre_plugins.fanficfare_plugin.jobs(136): 

================================================================================ site:(archiveofourown.org)
FFF: INFO: 2024-02-06 20:52:49,656: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/52135606
FFF: DEBUG: 2024-02-06 20:52:49,669: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:52:49,669: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:52:49,670: base_otw_adapter.py(142): url: https://archiveofourown.org/works/52135606/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:52:49,670: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/52135606?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:49,671: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/52135606/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:49,671: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:49,671: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/52135606?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:49,671: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:49,753: base_otw_adapter.py(269): numChapters: (10)
FFF: DEBUG: 2024-02-06 20:52:49,775: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:52:49,786: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Vow-silveritas-hl10g8_u.epub
FFF: INFO: 2024-02-06 20:52:49,786: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Vow-silveritas-hl10g8_u.epub
FFF: DEBUG: 2024-02-06 20:52:49,787: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/131864689 index: 0
FFF: DEBUG: 2024-02-06 20:52:49,787: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:49,788: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/52135606?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:52:49,788: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/52135606?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:52:50,323: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:52:50,323: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:52:50,324: decorators.py(123): random sleep(1.00-3.00):2.81
FFF: DEBUG: 2024-02-06 20:52:53,136: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:53,567: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/131864929 index: 1
FFF: DEBUG: 2024-02-06 20:52:53,568: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:53,625: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/132166999 index: 2
FFF: DEBUG: 2024-02-06 20:52:53,625: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:53,750: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/132407677 index: 3
FFF: DEBUG: 2024-02-06 20:52:53,751: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,108: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/132920653 index: 4
FFF: DEBUG: 2024-02-06 20:52:54,109: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,231: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/133469782 index: 5
FFF: DEBUG: 2024-02-06 20:52:54,231: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,315: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/133979362 index: 6
FFF: DEBUG: 2024-02-06 20:52:54,316: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,444: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/134414812 index: 7
FFF: DEBUG: 2024-02-06 20:52:54,445: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,657: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/134898685 index: 8
FFF: DEBUG: 2024-02-06 20:52:54,658: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:54,882: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/52135606/chapters/135258283 index: 9
FFF: DEBUG: 2024-02-06 20:52:54,883: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:52:54,971: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:52:55,239: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/50643862
FFF: DEBUG: 2024-02-06 20:52:55,250: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:52:55,250: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:52:55,250: base_otw_adapter.py(142): url: https://archiveofourown.org/works/50643862/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:52:55,250: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/50643862?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:55,250: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/50643862/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:55,250: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:55,251: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/50643862?view_adult=true
FFF: DEBUG: 2024-02-06 20:52:55,251: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:55,332: base_otw_adapter.py(269): numChapters: (28)
FFF: DEBUG: 2024-02-06 20:52:55,357: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:52:55,367: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\An Unlikely Alliance-Bookvamp-mqggtwhi.epub
FFF: INFO: 2024-02-06 20:52:55,367: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\An Unlikely Alliance-Bookvamp-mqggtwhi.epub
FFF: DEBUG: 2024-02-06 20:52:55,368: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/127933999 index: 0
FFF: DEBUG: 2024-02-06 20:52:55,369: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:52:55,369: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/50643862?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:52:55,369: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/50643862?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:52:56,106: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:52:56,106: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:52:56,107: decorators.py(123): random sleep(1.00-3.00):2.92
FFF: DEBUG: 2024-02-06 20:52:59,028: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:52:59,541: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/50643862/chapters/127933999,url=https://media.discordapp.net/attachments/1163237993897803947/1178842995634737242/Copy_of_White_and_Gray_Watercolor_Snake__Candle_Novel_Book_Cover_1.jpg?ex=65779e18&is=65652918&hm=e10a5b67023947b96c7be9865ba889ac64d2606eca8554863b8e9f40261b1f75&=&format=webp&width=408&height=651,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:52:59,541: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://media.discordapp.net/attachments/1163237993897803947/1178842995634737242/Copy_of_White_and_Gray_Watercolor_Snake__Candle_Novel_Book_Cover_1.jpg?ex=65779e18&is=65652918&hm=e10a5b67023947b96c7be9865ba889ac64d2606eca8554863b8e9f40261b1f75&=&format=webp&width=408&height=651
FFF: DEBUG: 2024-02-06 20:52:59,541: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://media.discordapp.net/attachments/1163237993897803947/1178842995634737242/Copy_of_White_and_Gray_Watercolor_Snake__Candle_Novel_Book_Cover_1.jpg?ex=65779e18&is=65652918&hm=e10a5b67023947b96c7be9865ba889ac64d2606eca8554863b8e9f40261b1f75&=&format=webp&width=408&height=651
FFF: DEBUG: 2024-02-06 20:52:59,936: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:52:59,936: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:52:59,936: decorators.py(123): random sleep(1.00-3.00):2.07
FFF: DEBUG: 2024-02-06 20:53:02,023: story.py(1697): Attempt make_firstimage_cover(https://media.discordapp.net/attachments/1163237993897803947/1178842995634737242/Copy_of_White_and_Gray_Watercolor_Snake__Candle_Novel_Book_Cover_1.jpg?ex=65779e18&is=65652918&hm=e10a5b67023947b96c7be9865ba889ac64d2606eca8554863b8e9f40261b1f75&=&format=webp&width=408&height=651)
FFF: DEBUG: 2024-02-06 20:53:02,025: story.py(1715): use cover(first): https://media.discordapp.net/attachments/1163237993897803947/1178842995634737242/Copy_of_White_and_Gray_Watercolor_Snake__Candle_Novel_Book_Cover_1.jpg?ex=65779e18&is=65652918&hm=e10a5b67023947b96c7be9865ba889ac64d2606eca8554863b8e9f40261b1f75&=&format=webp&width=408&height=651
FFF: DEBUG: 2024-02-06 20:53:02,085: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/127936582 index: 1
FFF: DEBUG: 2024-02-06 20:53:02,086: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,155: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/127951240 index: 2
FFF: DEBUG: 2024-02-06 20:53:02,155: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,202: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/128112331 index: 3
FFF: DEBUG: 2024-02-06 20:53:02,202: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,250: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/128579485 index: 4
FFF: DEBUG: 2024-02-06 20:53:02,251: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,341: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/129028225 index: 5
FFF: DEBUG: 2024-02-06 20:53:02,342: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,421: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/129310648 index: 6
FFF: DEBUG: 2024-02-06 20:53:02,422: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,527: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/129826813 index: 7
FFF: DEBUG: 2024-02-06 20:53:02,528: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,620: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/130231198 index: 8
FFF: DEBUG: 2024-02-06 20:53:02,621: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,693: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/130594702 index: 9
FFF: DEBUG: 2024-02-06 20:53:02,693: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,775: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131040385 index: 10
FFF: DEBUG: 2024-02-06 20:53:02,776: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,844: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131055409 index: 11
FFF: DEBUG: 2024-02-06 20:53:02,844: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,879: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131365600 index: 12
FFF: DEBUG: 2024-02-06 20:53:02,880: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:02,973: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131369161 index: 13
FFF: DEBUG: 2024-02-06 20:53:02,973: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,066: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131850403 index: 14
FFF: DEBUG: 2024-02-06 20:53:03,067: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,156: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/131850379 index: 15
FFF: DEBUG: 2024-02-06 20:53:03,157: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,219: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/132154699 index: 16
FFF: DEBUG: 2024-02-06 20:53:03,220: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,266: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/132208267 index: 17
FFF: DEBUG: 2024-02-06 20:53:03,266: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,371: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/133518667 index: 18
FFF: DEBUG: 2024-02-06 20:53:03,371: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,474: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/133786624 index: 19
FFF: DEBUG: 2024-02-06 20:53:03,475: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,551: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/133961851 index: 20
FFF: DEBUG: 2024-02-06 20:53:03,552: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,610: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/134121616 index: 21
FFF: DEBUG: 2024-02-06 20:53:03,611: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,680: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/134143714 index: 22
FFF: DEBUG: 2024-02-06 20:53:03,681: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,731: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/134397160 index: 23
FFF: DEBUG: 2024-02-06 20:53:03,732: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,820: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/134506705 index: 24
FFF: DEBUG: 2024-02-06 20:53:03,820: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,881: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/134882053 index: 25
FFF: DEBUG: 2024-02-06 20:53:03,882: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,935: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/135248032 index: 26
FFF: DEBUG: 2024-02-06 20:53:03,935: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:03,992: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/50643862/chapters/135255751 index: 27
FFF: DEBUG: 2024-02-06 20:53:03,993: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:04,084: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:04,454: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/43912840
FFF: DEBUG: 2024-02-06 20:53:04,464: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:04,465: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:04,465: base_otw_adapter.py(142): url: https://archiveofourown.org/works/43912840/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:04,465: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/43912840?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:04,465: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/43912840/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:04,465: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:04,465: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/43912840?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:04,465: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:04,532: base_otw_adapter.py(269): numChapters: (3)
FFF: DEBUG: 2024-02-06 20:53:04,544: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:04,553: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Unmade-HisKit-mwydh52u.epub
FFF: INFO: 2024-02-06 20:53:04,553: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Unmade-HisKit-mwydh52u.epub
FFF: DEBUG: 2024-02-06 20:53:04,554: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/43912840/chapters/110411017 index: 0
FFF: DEBUG: 2024-02-06 20:53:04,554: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:04,554: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/43912840?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:04,554: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/43912840?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:04,997: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:04,997: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:04,998: decorators.py(123): random sleep(1.00-3.00):2.75
FFF: DEBUG: 2024-02-06 20:53:07,746: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:07,812: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/43912840/chapters/110411017,url=https://64.media.tumblr.com/fc11d7cafcb1d52539081002675c5ddf/70a84ee8868d844e-d0/s2048x3072/582a95294c5afe1b635b596aec8abdb8e2a809e5.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:07,812: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/fc11d7cafcb1d52539081002675c5ddf/70a84ee8868d844e-d0/s2048x3072/582a95294c5afe1b635b596aec8abdb8e2a809e5.jpg
FFF: DEBUG: 2024-02-06 20:53:07,812: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/fc11d7cafcb1d52539081002675c5ddf/70a84ee8868d844e-d0/s2048x3072/582a95294c5afe1b635b596aec8abdb8e2a809e5.jpg
FFF: DEBUG: 2024-02-06 20:53:08,239: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:08,240: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:08,240: decorators.py(123): random sleep(1.00-3.00):1.79
FFF: DEBUG: 2024-02-06 20:53:10,082: story.py(1697): Attempt make_firstimage_cover(https://64.media.tumblr.com/fc11d7cafcb1d52539081002675c5ddf/70a84ee8868d844e-d0/s2048x3072/582a95294c5afe1b635b596aec8abdb8e2a809e5.jpg)
FFF: DEBUG: 2024-02-06 20:53:10,083: story.py(1715): use cover(first): https://64.media.tumblr.com/fc11d7cafcb1d52539081002675c5ddf/70a84ee8868d844e-d0/s2048x3072/582a95294c5afe1b635b596aec8abdb8e2a809e5.jpg
FFF: DEBUG: 2024-02-06 20:53:10,083: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/43912840/chapters/110411017,url=https://www.tumblr.com/hiskitao3/741063959293100032?source=share,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:10,083: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://www.tumblr.com/hiskitao3/741063959293100032?source=share
FFF: DEBUG: 2024-02-06 20:53:10,084: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://www.tumblr.com/hiskitao3/741063959293100032?source=share
FFF: DEBUG: 2024-02-06 20:53:10,497: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:10,497: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:10,497: decorators.py(123): random sleep(1.00-3.00):1.23
FFF: INFO: 2024-02-06 20:53:11,724: story.py(1651): Failed to load or convert image, 
parent:https://archiveofourown.org/works/43912840/chapters/110411017
skipping:https://www.tumblr.com/hiskitao3/741063959293100032?source=share
Exception: Calibre image processing returned 0x0 image
See https://github.com/JimmXinu/FanFicFare/issues/997 for one possible reason.
FFF: DEBUG: 2024-02-06 20:53:11,740: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/43912840/chapters/110411592 index: 1
FFF: DEBUG: 2024-02-06 20:53:11,741: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:11,786: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/43912840/chapters/135249037 index: 2
FFF: DEBUG: 2024-02-06 20:53:11,787: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:11,840: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:11,971: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53206696
FFF: DEBUG: 2024-02-06 20:53:11,981: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:11,982: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:11,982: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53206696/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:11,982: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53206696?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:11,982: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53206696/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:11,982: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:11,983: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53206696?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:11,983: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:12,056: base_otw_adapter.py(269): numChapters: (2)
FFF: DEBUG: 2024-02-06 20:53:12,070: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:12,079: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Narcissism of Small Differences-acapulcogold-3kjjtho4.epub
FFF: INFO: 2024-02-06 20:53:12,079: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Narcissism of Small Differences-acapulcogold-3kjjtho4.epub
FFF: DEBUG: 2024-02-06 20:53:12,080: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53206696/chapters/134635768 index: 0
FFF: DEBUG: 2024-02-06 20:53:12,080: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:12,080: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53206696?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:12,080: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53206696?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:12,597: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:12,597: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:12,598: decorators.py(123): random sleep(1.00-3.00):2.30
FFF: DEBUG: 2024-02-06 20:53:14,899: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:15,017: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53206696/chapters/135242761 index: 1
FFF: DEBUG: 2024-02-06 20:53:15,018: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:15,080: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:15,204: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/36363646
FFF: DEBUG: 2024-02-06 20:53:15,214: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:15,214: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:15,214: base_otw_adapter.py(142): url: https://archiveofourown.org/works/36363646/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:15,214: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/36363646?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:15,214: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/36363646/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:15,215: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:15,215: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/36363646?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:15,215: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:15,345: base_otw_adapter.py(269): numChapters: (55)
FFF: DEBUG: 2024-02-06 20:53:15,382: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:15,392: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Crimson Seeds-Lia_Redrose-4m8cf0p2.epub
FFF: INFO: 2024-02-06 20:53:15,392: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Crimson Seeds-Lia_Redrose-4m8cf0p2.epub
FFF: DEBUG: 2024-02-06 20:53:15,392: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/91106686 index: 0
FFF: DEBUG: 2024-02-06 20:53:15,393: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:15,393: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/36363646?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:15,393: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/36363646?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:16,570: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:16,571: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:16,571: decorators.py(123): random sleep(1.00-3.00):1.08
FFF: DEBUG: 2024-02-06 20:53:17,654: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:19,561: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/91106686,url=https://i.postimg.cc/zDbqhmm2/Black-Mystery-Novel-Book-Cover.png,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:19,562: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/zDbqhmm2/Black-Mystery-Novel-Book-Cover.png
FFF: DEBUG: 2024-02-06 20:53:19,562: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/zDbqhmm2/Black-Mystery-Novel-Book-Cover.png
FFF: DEBUG: 2024-02-06 20:53:20,468: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:20,468: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:20,469: decorators.py(123): random sleep(1.00-3.00):2.67
FFF: DEBUG: 2024-02-06 20:53:23,147: story.py(1697): Attempt make_firstimage_cover(https://i.postimg.cc/zDbqhmm2/Black-Mystery-Novel-Book-Cover.png)
FFF: DEBUG: 2024-02-06 20:53:23,148: story.py(1715): use cover(first): https://i.postimg.cc/zDbqhmm2/Black-Mystery-Novel-Book-Cover.png
FFF: DEBUG: 2024-02-06 20:53:23,227: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/93037039 index: 1
FFF: DEBUG: 2024-02-06 20:53:23,228: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,345: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/92205058 index: 2
FFF: DEBUG: 2024-02-06 20:53:23,345: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,422: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/94647418 index: 3
FFF: DEBUG: 2024-02-06 20:53:23,423: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,561: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/90659272 index: 4
FFF: DEBUG: 2024-02-06 20:53:23,562: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,715: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/95664967 index: 5
FFF: DEBUG: 2024-02-06 20:53:23,716: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,800: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/97694172 index: 6
FFF: DEBUG: 2024-02-06 20:53:23,801: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,878: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/99921966 index: 7
FFF: DEBUG: 2024-02-06 20:53:23,878: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:23,968: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/100352493 index: 8
FFF: DEBUG: 2024-02-06 20:53:23,969: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,044: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/100934148 index: 9
FFF: DEBUG: 2024-02-06 20:53:24,045: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,131: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/101667300 index: 10
FFF: DEBUG: 2024-02-06 20:53:24,131: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,208: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/102089247 index: 11
FFF: DEBUG: 2024-02-06 20:53:24,208: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,303: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/102483438 index: 12
FFF: DEBUG: 2024-02-06 20:53:24,304: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,491: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/102779112 index: 13
FFF: DEBUG: 2024-02-06 20:53:24,492: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,593: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/103484886 index: 14
FFF: DEBUG: 2024-02-06 20:53:24,594: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,694: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/104063463 index: 15
FFF: DEBUG: 2024-02-06 20:53:24,695: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,805: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/104464845 index: 16
FFF: DEBUG: 2024-02-06 20:53:24,806: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,875: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/104790051 index: 17
FFF: DEBUG: 2024-02-06 20:53:24,875: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:24,989: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/105003696 index: 18
FFF: DEBUG: 2024-02-06 20:53:24,990: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,072: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/105591978 index: 19
FFF: DEBUG: 2024-02-06 20:53:25,073: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,162: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/106233747 index: 20
FFF: DEBUG: 2024-02-06 20:53:25,162: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,262: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/106898340 index: 21
FFF: DEBUG: 2024-02-06 20:53:25,262: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,448: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/107835387 index: 22
FFF: DEBUG: 2024-02-06 20:53:25,448: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,532: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/108526689 index: 23
FFF: DEBUG: 2024-02-06 20:53:25,532: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,691: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/109076763 index: 24
FFF: DEBUG: 2024-02-06 20:53:25,691: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,765: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/109683253 index: 25
FFF: DEBUG: 2024-02-06 20:53:25,766: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:25,909: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/110728116 index: 26
FFF: DEBUG: 2024-02-06 20:53:25,910: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,001: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/111602218 index: 27
FFF: DEBUG: 2024-02-06 20:53:26,002: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,170: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/112008400 index: 28
FFF: DEBUG: 2024-02-06 20:53:26,170: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,338: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/113333857 index: 29
FFF: DEBUG: 2024-02-06 20:53:26,338: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,531: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/114667771 index: 30
FFF: DEBUG: 2024-02-06 20:53:26,532: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,746: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/115491973 index: 31
FFF: DEBUG: 2024-02-06 20:53:26,746: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:26,963: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/117134311 index: 32
FFF: DEBUG: 2024-02-06 20:53:26,965: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,058: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/117852568 index: 33
FFF: DEBUG: 2024-02-06 20:53:27,059: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,230: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/118812322 index: 34
FFF: DEBUG: 2024-02-06 20:53:27,230: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,402: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/119384809 index: 35
FFF: DEBUG: 2024-02-06 20:53:27,402: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,599: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/119801014 index: 36
FFF: DEBUG: 2024-02-06 20:53:27,600: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,792: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/120391660 index: 37
FFF: DEBUG: 2024-02-06 20:53:27,793: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:27,942: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/121114792 index: 38
FFF: DEBUG: 2024-02-06 20:53:27,942: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:28,139: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/121504978 index: 39
FFF: DEBUG: 2024-02-06 20:53:28,139: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:28,144: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/121504978,url=https://i.postimg.cc/Nj1DRWQq/52d7be39-b364-405f-96d4-80ad94960e34.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:28,144: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/Nj1DRWQq/52d7be39-b364-405f-96d4-80ad94960e34.jpg
FFF: DEBUG: 2024-02-06 20:53:28,145: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/Nj1DRWQq/52d7be39-b364-405f-96d4-80ad94960e34.jpg
FFF: DEBUG: 2024-02-06 20:53:28,212: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:28,212: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:28,212: decorators.py(123): random sleep(1.00-3.00):2.86
FFF: DEBUG: 2024-02-06 20:53:31,184: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/122085883 index: 40
FFF: DEBUG: 2024-02-06 20:53:31,185: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:31,197: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/122085883,url=https://i.postimg.cc/Qdh9ktqY/d2c41986-b408-44b7-b86d-632db7756849.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:31,197: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/Qdh9ktqY/d2c41986-b408-44b7-b86d-632db7756849.jpg
FFF: DEBUG: 2024-02-06 20:53:31,197: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/Qdh9ktqY/d2c41986-b408-44b7-b86d-632db7756849.jpg
FFF: DEBUG: 2024-02-06 20:53:31,284: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:31,284: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:31,284: decorators.py(123): random sleep(1.00-3.00):2.00
FFF: DEBUG: 2024-02-06 20:53:33,487: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/122550601 index: 41
FFF: DEBUG: 2024-02-06 20:53:33,488: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:33,631: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/122805424 index: 42
FFF: DEBUG: 2024-02-06 20:53:33,631: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:33,828: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/123384511 index: 43
FFF: DEBUG: 2024-02-06 20:53:33,829: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:33,997: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/123826684 index: 44
FFF: DEBUG: 2024-02-06 20:53:33,998: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:34,123: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/124774096 index: 45
FFF: DEBUG: 2024-02-06 20:53:34,124: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:34,287: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/125543452 index: 46
FFF: DEBUG: 2024-02-06 20:53:34,288: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:34,467: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/126008191 index: 47
FFF: DEBUG: 2024-02-06 20:53:34,468: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:34,595: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/126637453 index: 48
FFF: DEBUG: 2024-02-06 20:53:34,595: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:34,684: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/126637453,url=https://i.postimg.cc/NML2HwDC/dde3824f-c7f9-4cb7-b6c4-c01e977a747e.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:34,684: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/NML2HwDC/dde3824f-c7f9-4cb7-b6c4-c01e977a747e.jpg
FFF: DEBUG: 2024-02-06 20:53:34,684: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/NML2HwDC/dde3824f-c7f9-4cb7-b6c4-c01e977a747e.jpg
FFF: DEBUG: 2024-02-06 20:53:34,755: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:34,755: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:34,755: decorators.py(123): random sleep(1.00-3.00):1.74
FFF: DEBUG: 2024-02-06 20:53:36,505: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/126637453,url=https://i.postimg.cc/pLzThJjj/Schermata-2023-09-17-alle-15-13-27.png,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:36,506: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/pLzThJjj/Schermata-2023-09-17-alle-15-13-27.png
FFF: DEBUG: 2024-02-06 20:53:36,506: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/pLzThJjj/Schermata-2023-09-17-alle-15-13-27.png
FFF: DEBUG: 2024-02-06 20:53:36,557: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:36,557: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:36,557: decorators.py(123): random sleep(1.00-3.00):1.71
FFF: DEBUG: 2024-02-06 20:53:38,272: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/126637453,url=https://i.postimg.cc/yxZ384yq/Schermata-2023-09-17-alle-16-37-40.png,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:38,272: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/yxZ384yq/Schermata-2023-09-17-alle-16-37-40.png
FFF: DEBUG: 2024-02-06 20:53:38,272: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/yxZ384yq/Schermata-2023-09-17-alle-16-37-40.png
FFF: DEBUG: 2024-02-06 20:53:38,384: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:38,385: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:38,385: decorators.py(123): random sleep(1.00-3.00):2.95
FFF: DEBUG: 2024-02-06 20:53:41,456: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/127723717 index: 49
FFF: DEBUG: 2024-02-06 20:53:41,457: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:41,552: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/128394718 index: 50
FFF: DEBUG: 2024-02-06 20:53:41,553: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:41,720: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/128784106 index: 51
FFF: DEBUG: 2024-02-06 20:53:41,721: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:41,726: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/36363646/chapters/128784106,url=https://i.postimg.cc/QtMxPKSB/We-were-happy.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:41,726: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.postimg.cc/QtMxPKSB/We-were-happy.jpg
FFF: DEBUG: 2024-02-06 20:53:41,726: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.postimg.cc/QtMxPKSB/We-were-happy.jpg
FFF: DEBUG: 2024-02-06 20:53:41,787: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:41,787: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:41,787: decorators.py(123): random sleep(1.00-3.00):1.52
FFF: DEBUG: 2024-02-06 20:53:43,412: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/130229482 index: 52
FFF: DEBUG: 2024-02-06 20:53:43,413: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:43,503: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/134001937 index: 53
FFF: DEBUG: 2024-02-06 20:53:43,504: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:43,624: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/36363646/chapters/135249031 index: 54
FFF: DEBUG: 2024-02-06 20:53:43,625: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:43,790: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:44,679: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53293429
FFF: DEBUG: 2024-02-06 20:53:44,690: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:44,690: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:44,690: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53293429/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:44,690: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53293429?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:44,690: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53293429/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:44,690: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:44,690: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53293429?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:44,691: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:44,758: base_otw_adapter.py(269): numChapters: (5)
FFF: DEBUG: 2024-02-06 20:53:44,771: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:44,780: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Root of the Problem-westxnorthwest-hl2er9qt.epub
FFF: INFO: 2024-02-06 20:53:44,780: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Root of the Problem-westxnorthwest-hl2er9qt.epub
FFF: DEBUG: 2024-02-06 20:53:44,781: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53293429/chapters/134870659 index: 0
FFF: DEBUG: 2024-02-06 20:53:44,781: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:44,781: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53293429?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:44,781: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53293429?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:45,250: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:45,250: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:45,250: decorators.py(123): random sleep(1.00-3.00):1.51
FFF: DEBUG: 2024-02-06 20:53:46,761: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:46,856: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53293429/chapters/134871865 index: 1
FFF: DEBUG: 2024-02-06 20:53:46,857: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:46,874: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53293429/chapters/135227647 index: 2
FFF: DEBUG: 2024-02-06 20:53:46,875: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:46,895: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53293429/chapters/135237193 index: 3
FFF: DEBUG: 2024-02-06 20:53:46,896: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:46,920: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53293429/chapters/135248890 index: 4
FFF: DEBUG: 2024-02-06 20:53:46,921: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:46,954: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:47,077: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53434849
FFF: DEBUG: 2024-02-06 20:53:47,086: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:47,087: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:47,087: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53434849/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:47,087: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53434849?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:47,087: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53434849/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:47,087: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:47,088: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53434849?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:47,088: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:47,156: base_otw_adapter.py(269): numChapters: (1)
FFF: DEBUG: 2024-02-06 20:53:47,170: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:47,179: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Kids Aren't Alright-Eudaimonias_Revenge-uii40rw3.epub
FFF: INFO: 2024-02-06 20:53:47,179: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Kids Aren't Alright-Eudaimonias_Revenge-uii40rw3.epub
FFF: DEBUG: 2024-02-06 20:53:47,180: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53434849/chapters/135247042 index: 0
FFF: DEBUG: 2024-02-06 20:53:47,181: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53434849/chapters/135247042?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:47,181: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53434849/chapters/135247042?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:47,653: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:47,653: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:47,653: decorators.py(123): random sleep(1.00-3.00):2.47
FFF: DEBUG: 2024-02-06 20:53:50,127: requestable.py(55): Encoding:utf8
FFF: INFO: 2024-02-06 20:53:50,218: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:50,361: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/51109072
FFF: DEBUG: 2024-02-06 20:53:50,371: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:50,371: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:50,371: base_otw_adapter.py(142): url: https://archiveofourown.org/works/51109072/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:50,371: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/51109072?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:50,371: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/51109072/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:50,371: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:50,371: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/51109072?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:50,372: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:50,445: base_otw_adapter.py(269): numChapters: (17)
FFF: DEBUG: 2024-02-06 20:53:50,464: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:50,474: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Minister & I-ApfelPi13-oircgy40.epub
FFF: INFO: 2024-02-06 20:53:50,474: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\The Minister & I-ApfelPi13-oircgy40.epub
FFF: DEBUG: 2024-02-06 20:53:50,475: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/129131710 index: 0
FFF: DEBUG: 2024-02-06 20:53:50,475: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:50,476: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/51109072?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:50,476: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/51109072?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:51,128: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:51,128: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:51,128: decorators.py(123): random sleep(1.00-3.00):2.18
FFF: DEBUG: 2024-02-06 20:53:53,313: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:53,526: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/129241933 index: 1
FFF: DEBUG: 2024-02-06 20:53:53,527: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,563: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/129579313 index: 2
FFF: DEBUG: 2024-02-06 20:53:53,564: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,589: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/129700813 index: 3
FFF: DEBUG: 2024-02-06 20:53:53,590: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,614: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/130023022 index: 4
FFF: DEBUG: 2024-02-06 20:53:53,615: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,655: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/130149856 index: 5
FFF: DEBUG: 2024-02-06 20:53:53,656: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,681: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/130462291 index: 6
FFF: DEBUG: 2024-02-06 20:53:53,682: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,720: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/130568401 index: 7
FFF: DEBUG: 2024-02-06 20:53:53,721: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,760: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/130868350 index: 8
FFF: DEBUG: 2024-02-06 20:53:53,761: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,807: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/131292628 index: 9
FFF: DEBUG: 2024-02-06 20:53:53,808: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,838: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/131646100 index: 10
FFF: DEBUG: 2024-02-06 20:53:53,838: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,872: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/132181003 index: 11
FFF: DEBUG: 2024-02-06 20:53:53,872: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,907: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/132555367 index: 12
FFF: DEBUG: 2024-02-06 20:53:53,908: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,953: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/133131871 index: 13
FFF: DEBUG: 2024-02-06 20:53:53,953: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:53,982: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/133561756 index: 14
FFF: DEBUG: 2024-02-06 20:53:53,983: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:54,046: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/134926249 index: 15
FFF: DEBUG: 2024-02-06 20:53:54,046: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:54,089: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/51109072/chapters/135245695 index: 16
FFF: DEBUG: 2024-02-06 20:53:54,090: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:53:54,130: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:53:54,320: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/47885326
FFF: DEBUG: 2024-02-06 20:53:54,331: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:53:54,331: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:53:54,331: base_otw_adapter.py(142): url: https://archiveofourown.org/works/47885326/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:53:54,331: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/47885326?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:54,331: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/47885326/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:54,331: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:54,332: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/47885326?view_adult=true
FFF: DEBUG: 2024-02-06 20:53:54,332: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:54,438: base_otw_adapter.py(269): numChapters: (60)
FFF: DEBUG: 2024-02-06 20:53:54,478: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:53:54,490: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Dear Diary-Catmint and Thyme (Languish_Locked_in_L)-jni9xmck.epub
FFF: INFO: 2024-02-06 20:53:54,490: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Dear Diary-Catmint and Thyme (Languish_Locked_in_L)-jni9xmck.epub
FFF: DEBUG: 2024-02-06 20:53:54,491: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120725311 index: 0
FFF: DEBUG: 2024-02-06 20:53:54,491: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:54,492: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/47885326?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:54,492: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/47885326?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:53:55,313: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:55,313: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:55,313: decorators.py(123): random sleep(1.00-3.00):2.11
FFF: DEBUG: 2024-02-06 20:53:57,426: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:53:57,880: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120725311,url=https://64.media.tumblr.com/8f3b19b45882cbe40124f8dbb5470e38/d15d56186a8eea63-d0/s1280x1920/98f466634c77483f76e4ea752d0e1d550632bf53.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:57,880: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/8f3b19b45882cbe40124f8dbb5470e38/d15d56186a8eea63-d0/s1280x1920/98f466634c77483f76e4ea752d0e1d550632bf53.jpg
FFF: DEBUG: 2024-02-06 20:53:57,880: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/8f3b19b45882cbe40124f8dbb5470e38/d15d56186a8eea63-d0/s1280x1920/98f466634c77483f76e4ea752d0e1d550632bf53.jpg
FFF: DEBUG: 2024-02-06 20:53:58,257: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:58,257: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:58,257: decorators.py(123): random sleep(1.00-3.00):1.21
FFF: DEBUG: 2024-02-06 20:53:59,481: story.py(1697): Attempt make_firstimage_cover(https://64.media.tumblr.com/8f3b19b45882cbe40124f8dbb5470e38/d15d56186a8eea63-d0/s1280x1920/98f466634c77483f76e4ea752d0e1d550632bf53.jpg)
FFF: DEBUG: 2024-02-06 20:53:59,483: story.py(1715): use cover(first): https://64.media.tumblr.com/8f3b19b45882cbe40124f8dbb5470e38/d15d56186a8eea63-d0/s1280x1920/98f466634c77483f76e4ea752d0e1d550632bf53.jpg
FFF: DEBUG: 2024-02-06 20:53:59,505: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120740698 index: 1
FFF: DEBUG: 2024-02-06 20:53:59,505: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:59,536: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120775420 index: 2
FFF: DEBUG: 2024-02-06 20:53:59,536: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:53:59,538: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120775420,url=https://64.media.tumblr.com/3f168a7f3e16099b692bf8b407b35f9d/fdc1450a408ab535-89/s1280x1920/531f255ce7325b3b2eabf96778445b304cb7e1d5.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:53:59,538: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/3f168a7f3e16099b692bf8b407b35f9d/fdc1450a408ab535-89/s1280x1920/531f255ce7325b3b2eabf96778445b304cb7e1d5.jpg
FFF: DEBUG: 2024-02-06 20:53:59,538: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/3f168a7f3e16099b692bf8b407b35f9d/fdc1450a408ab535-89/s1280x1920/531f255ce7325b3b2eabf96778445b304cb7e1d5.jpg
FFF: DEBUG: 2024-02-06 20:53:59,607: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:53:59,607: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:53:59,607: decorators.py(123): random sleep(1.00-3.00):2.55
FFF: DEBUG: 2024-02-06 20:54:02,189: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120844180 index: 3
FFF: DEBUG: 2024-02-06 20:54:02,190: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:02,191: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120844180,url=https://imgur.com/a/RTsDbh6.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:02,191: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://imgur.com/a/RTsDbh6.jpg
FFF: DEBUG: 2024-02-06 20:54:02,191: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://imgur.com/a/RTsDbh6.jpg
FFF: DEBUG: 2024-02-06 20:54:02,959: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:02,959: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:02,959: decorators.py(123): random sleep(1.00-3.00):2.87
FFF: INFO: 2024-02-06 20:54:05,834: story.py(1651): Failed to load or convert image, 
parent:https://archiveofourown.org/works/47885326/chapters/120844180
skipping:https://imgur.com/a/RTsDbh6.jpg
Exception: Calibre image processing returned 0x0 image
See https://github.com/JimmXinu/FanFicFare/issues/997 for one possible reason.
FFF: DEBUG: 2024-02-06 20:54:05,835: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120844180,url=https://i.imgur.com/BUIejqB.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:05,835: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/BUIejqB.jpg
FFF: DEBUG: 2024-02-06 20:54:05,835: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/BUIejqB.jpg
FFF: DEBUG: 2024-02-06 20:54:06,344: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:06,344: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:06,344: decorators.py(123): random sleep(1.00-3.00):2.64
FFF: DEBUG: 2024-02-06 20:54:09,018: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120900268 index: 4
FFF: DEBUG: 2024-02-06 20:54:09,020: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:09,053: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120931798 index: 5
FFF: DEBUG: 2024-02-06 20:54:09,054: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:09,057: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120931798,url=https://64.media.tumblr.com/804a01b18d9c5b466e9eb1ef3517644a/40591fafa94db1fe-93/s540x810/507150ad56fcc5a5a259e9098945982cafeb3d87.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:09,057: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/804a01b18d9c5b466e9eb1ef3517644a/40591fafa94db1fe-93/s540x810/507150ad56fcc5a5a259e9098945982cafeb3d87.jpg
FFF: DEBUG: 2024-02-06 20:54:09,057: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/804a01b18d9c5b466e9eb1ef3517644a/40591fafa94db1fe-93/s540x810/507150ad56fcc5a5a259e9098945982cafeb3d87.jpg
FFF: DEBUG: 2024-02-06 20:54:09,096: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:09,096: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:09,096: decorators.py(123): random sleep(1.00-3.00):2.86
FFF: DEBUG: 2024-02-06 20:54:11,982: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/120979819 index: 6
FFF: DEBUG: 2024-02-06 20:54:11,982: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:11,984: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/120979819,url=https://64.media.tumblr.com/57f33eed4f38781e74e4972ec98c76ec/40591fafa94db1fe-29/s540x810/c1ff8da3d26d61425a8f658adc82f33b9b00f8fa.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:11,985: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/57f33eed4f38781e74e4972ec98c76ec/40591fafa94db1fe-29/s540x810/c1ff8da3d26d61425a8f658adc82f33b9b00f8fa.jpg
FFF: DEBUG: 2024-02-06 20:54:11,985: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/57f33eed4f38781e74e4972ec98c76ec/40591fafa94db1fe-29/s540x810/c1ff8da3d26d61425a8f658adc82f33b9b00f8fa.jpg
FFF: DEBUG: 2024-02-06 20:54:12,222: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:12,222: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:12,222: decorators.py(123): random sleep(1.00-3.00):1.41
FFF: DEBUG: 2024-02-06 20:54:13,671: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121049500 index: 7
FFF: DEBUG: 2024-02-06 20:54:13,672: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:13,702: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121157221 index: 8
FFF: DEBUG: 2024-02-06 20:54:13,703: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:13,718: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121423276 index: 9
FFF: DEBUG: 2024-02-06 20:54:13,718: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:13,738: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121468183 index: 10
FFF: DEBUG: 2024-02-06 20:54:13,739: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:13,764: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121527208 index: 11
FFF: DEBUG: 2024-02-06 20:54:13,765: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:13,767: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/121527208,url=https://64.media.tumblr.com/74fc0a481fc27b893d2fe5e4b5dbc0d1/40591fafa94db1fe-43/s640x960/c8321004c80ec6ee8d2668c5a8bb87e0c29427c5.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:13,767: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/74fc0a481fc27b893d2fe5e4b5dbc0d1/40591fafa94db1fe-43/s640x960/c8321004c80ec6ee8d2668c5a8bb87e0c29427c5.jpg
FFF: DEBUG: 2024-02-06 20:54:13,767: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/74fc0a481fc27b893d2fe5e4b5dbc0d1/40591fafa94db1fe-43/s640x960/c8321004c80ec6ee8d2668c5a8bb87e0c29427c5.jpg
FFF: DEBUG: 2024-02-06 20:54:13,816: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:13,816: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:13,816: decorators.py(123): random sleep(1.00-3.00):2.77
FFF: DEBUG: 2024-02-06 20:54:16,595: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/121527208,url=https://64.media.tumblr.com/70c5236914233c3f16b54cd904ea5fdc/40591fafa94db1fe-05/s640x960/c338e39051909164ae9cd4fa1681045cc4f308e0.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:16,595: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/70c5236914233c3f16b54cd904ea5fdc/40591fafa94db1fe-05/s640x960/c338e39051909164ae9cd4fa1681045cc4f308e0.jpg
FFF: DEBUG: 2024-02-06 20:54:16,595: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/70c5236914233c3f16b54cd904ea5fdc/40591fafa94db1fe-05/s640x960/c338e39051909164ae9cd4fa1681045cc4f308e0.jpg
FFF: DEBUG: 2024-02-06 20:54:16,649: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:16,649: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:16,649: decorators.py(123): random sleep(1.00-3.00):2.12
FFF: DEBUG: 2024-02-06 20:54:18,807: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121581019 index: 12
FFF: DEBUG: 2024-02-06 20:54:18,808: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:18,821: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121592965 index: 13
FFF: DEBUG: 2024-02-06 20:54:18,822: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:18,847: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/121670227 index: 14
FFF: DEBUG: 2024-02-06 20:54:18,847: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:18,850: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/121670227,url=https://i.imgur.com/WWanUIM.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:18,850: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/WWanUIM.jpg
FFF: DEBUG: 2024-02-06 20:54:18,850: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/WWanUIM.jpg
FFF: DEBUG: 2024-02-06 20:54:18,989: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:18,989: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:18,989: decorators.py(123): random sleep(1.00-3.00):1.02
FFF: DEBUG: 2024-02-06 20:54:20,055: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/122053492 index: 15
FFF: DEBUG: 2024-02-06 20:54:20,056: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:20,078: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/122095786 index: 16
FFF: DEBUG: 2024-02-06 20:54:20,078: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:20,094: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/122173309 index: 17
FFF: DEBUG: 2024-02-06 20:54:20,095: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:20,096: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/122173309,url=https://64.media.tumblr.com/eca02f458d50a6122c3e79fa47e07ba5/40591fafa94db1fe-99/s540x810/165ed00e10757a95822e4067da2dd90f6ffa4c99.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:20,096: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/eca02f458d50a6122c3e79fa47e07ba5/40591fafa94db1fe-99/s540x810/165ed00e10757a95822e4067da2dd90f6ffa4c99.jpg
FFF: DEBUG: 2024-02-06 20:54:20,096: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/eca02f458d50a6122c3e79fa47e07ba5/40591fafa94db1fe-99/s540x810/165ed00e10757a95822e4067da2dd90f6ffa4c99.jpg
FFF: DEBUG: 2024-02-06 20:54:20,132: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:20,132: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:20,132: decorators.py(123): random sleep(1.00-3.00):1.14
FFF: DEBUG: 2024-02-06 20:54:21,293: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/122289670 index: 18
FFF: DEBUG: 2024-02-06 20:54:21,293: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:21,296: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/122289670,url=https://i.imgur.com/6eUpZ97.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:21,296: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/6eUpZ97.jpg
FFF: DEBUG: 2024-02-06 20:54:21,296: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/6eUpZ97.jpg
FFF: DEBUG: 2024-02-06 20:54:21,529: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:21,529: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:21,529: decorators.py(123): random sleep(1.00-3.00):2.53
FFF: DEBUG: 2024-02-06 20:54:24,092: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/122289670,url=https://i.imgur.com/gIj7BCY.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:24,092: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/gIj7BCY.jpg
FFF: DEBUG: 2024-02-06 20:54:24,092: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/gIj7BCY.jpg
FFF: DEBUG: 2024-02-06 20:54:24,390: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:24,390: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:24,390: decorators.py(123): random sleep(1.00-3.00):1.62
FFF: DEBUG: 2024-02-06 20:54:26,071: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/122966437 index: 19
FFF: DEBUG: 2024-02-06 20:54:26,072: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,101: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/123031336 index: 20
FFF: DEBUG: 2024-02-06 20:54:26,102: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,133: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124067587 index: 21
FFF: DEBUG: 2024-02-06 20:54:26,134: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,164: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124123147 index: 22
FFF: DEBUG: 2024-02-06 20:54:26,165: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,217: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124204018 index: 23
FFF: DEBUG: 2024-02-06 20:54:26,218: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,236: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124257124 index: 24
FFF: DEBUG: 2024-02-06 20:54:26,237: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,261: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124516615 index: 25
FFF: DEBUG: 2024-02-06 20:54:26,261: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:26,264: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/124516615,url=https://i.imgur.com/GrbpzbF.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:26,264: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/GrbpzbF.jpg
FFF: DEBUG: 2024-02-06 20:54:26,264: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/GrbpzbF.jpg
FFF: DEBUG: 2024-02-06 20:54:26,569: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:26,569: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:26,569: decorators.py(123): random sleep(1.00-3.00):1.99
FFF: DEBUG: 2024-02-06 20:54:28,595: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/124516615,url=https://i.imgur.com/1eob3Og.png,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:28,595: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/1eob3Og.png
FFF: DEBUG: 2024-02-06 20:54:28,596: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/1eob3Og.png
FFF: DEBUG: 2024-02-06 20:54:28,640: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:28,640: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:28,640: decorators.py(123): random sleep(1.00-3.00):1.34
FFF: DEBUG: 2024-02-06 20:54:29,984: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/124516615,url=https://i.imgur.com/1d28ArL.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:29,985: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/1d28ArL.jpg
FFF: DEBUG: 2024-02-06 20:54:29,985: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/1d28ArL.jpg
FFF: DEBUG: 2024-02-06 20:54:30,034: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:30,035: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:30,035: decorators.py(123): random sleep(1.00-3.00):1.64
FFF: DEBUG: 2024-02-06 20:54:31,679: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/124516615,url=https://i.imgur.com/YT0CHtu.png,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:31,680: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/YT0CHtu.png
FFF: DEBUG: 2024-02-06 20:54:31,680: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/YT0CHtu.png
FFF: DEBUG: 2024-02-06 20:54:32,251: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:32,251: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:32,251: decorators.py(123): random sleep(1.00-3.00):1.30
FFF: DEBUG: 2024-02-06 20:54:33,616: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124555321 index: 26
FFF: DEBUG: 2024-02-06 20:54:33,617: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,660: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/124648381 index: 27
FFF: DEBUG: 2024-02-06 20:54:33,661: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,692: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/125783509 index: 28
FFF: DEBUG: 2024-02-06 20:54:33,693: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,718: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/125844262 index: 29
FFF: DEBUG: 2024-02-06 20:54:33,718: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,737: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/125976013 index: 30
FFF: DEBUG: 2024-02-06 20:54:33,738: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,766: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126009718 index: 31
FFF: DEBUG: 2024-02-06 20:54:33,767: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,804: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126068137 index: 32
FFF: DEBUG: 2024-02-06 20:54:33,804: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,827: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126128185 index: 33
FFF: DEBUG: 2024-02-06 20:54:33,827: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,845: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126150055 index: 34
FFF: DEBUG: 2024-02-06 20:54:33,846: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,871: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126200839 index: 35
FFF: DEBUG: 2024-02-06 20:54:33,871: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:33,873: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/126200839,url=https://i.imgur.com/MiM91oK.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:33,873: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://i.imgur.com/MiM91oK.jpg
FFF: DEBUG: 2024-02-06 20:54:33,873: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://i.imgur.com/MiM91oK.jpg
FFF: DEBUG: 2024-02-06 20:54:33,920: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:33,920: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:33,920: decorators.py(123): random sleep(1.00-3.00):2.90
FFF: DEBUG: 2024-02-06 20:54:36,841: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126205852 index: 36
FFF: DEBUG: 2024-02-06 20:54:36,841: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:36,874: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126256657 index: 37
FFF: DEBUG: 2024-02-06 20:54:36,874: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:36,890: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126741358 index: 38
FFF: DEBUG: 2024-02-06 20:54:36,891: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:36,923: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/126794014 index: 39
FFF: DEBUG: 2024-02-06 20:54:36,923: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:36,966: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/127353058 index: 40
FFF: DEBUG: 2024-02-06 20:54:36,966: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:36,996: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/127411513 index: 41
FFF: DEBUG: 2024-02-06 20:54:36,996: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:37,028: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/127491814 index: 42
FFF: DEBUG: 2024-02-06 20:54:37,029: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:37,055: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/127570180 index: 43
FFF: DEBUG: 2024-02-06 20:54:37,056: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:37,079: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128068414 index: 44
FFF: DEBUG: 2024-02-06 20:54:37,080: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:37,082: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128068414,url=https://64.media.tumblr.com/4de079a57253e132e0d585f4d8a132d2/38ea2166212d3f12-15/s400x600/1140be3a6b4da982a7e49e3456c89ac6a91272a3.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:37,082: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/4de079a57253e132e0d585f4d8a132d2/38ea2166212d3f12-15/s400x600/1140be3a6b4da982a7e49e3456c89ac6a91272a3.jpg
FFF: DEBUG: 2024-02-06 20:54:37,082: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/4de079a57253e132e0d585f4d8a132d2/38ea2166212d3f12-15/s400x600/1140be3a6b4da982a7e49e3456c89ac6a91272a3.jpg
FFF: DEBUG: 2024-02-06 20:54:37,129: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:37,129: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:37,129: decorators.py(123): random sleep(1.00-3.00):2.07
FFF: DEBUG: 2024-02-06 20:54:39,226: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128511205 index: 45
FFF: DEBUG: 2024-02-06 20:54:39,226: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:39,229: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128511205,url=https://64.media.tumblr.com/13afdafdcca2f1f6fa4473f4937b44d3/38ea2166212d3f12-76/s2048x3072/25b1d2b18c024016dc2b5c052c79c51098d2a037.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:39,229: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/13afdafdcca2f1f6fa4473f4937b44d3/38ea2166212d3f12-76/s2048x3072/25b1d2b18c024016dc2b5c052c79c51098d2a037.jpg
FFF: DEBUG: 2024-02-06 20:54:39,229: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/13afdafdcca2f1f6fa4473f4937b44d3/38ea2166212d3f12-76/s2048x3072/25b1d2b18c024016dc2b5c052c79c51098d2a037.jpg
FFF: DEBUG: 2024-02-06 20:54:39,335: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:39,335: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:39,335: decorators.py(123): random sleep(1.00-3.00):2.85
FFF: DEBUG: 2024-02-06 20:54:42,244: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128570038 index: 46
FFF: DEBUG: 2024-02-06 20:54:42,245: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:42,268: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128575042 index: 47
FFF: DEBUG: 2024-02-06 20:54:42,269: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:42,270: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128575042,url=https://64.media.tumblr.com/bcbd8b28fcb59cdd87102a16151bcf0f/b0b5e21a790c9d97-ef/s500x750/a4567ced0de282fbd78baca497bf7bbbd06eb547.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:42,270: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/bcbd8b28fcb59cdd87102a16151bcf0f/b0b5e21a790c9d97-ef/s500x750/a4567ced0de282fbd78baca497bf7bbbd06eb547.jpg
FFF: DEBUG: 2024-02-06 20:54:42,270: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/bcbd8b28fcb59cdd87102a16151bcf0f/b0b5e21a790c9d97-ef/s500x750/a4567ced0de282fbd78baca497bf7bbbd06eb547.jpg
FFF: DEBUG: 2024-02-06 20:54:42,319: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:42,319: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:42,319: decorators.py(123): random sleep(1.00-3.00):2.56
FFF: DEBUG: 2024-02-06 20:54:44,886: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128575042,url=https://64.media.tumblr.com/bc569be7524757fa05eba1938a0d3531/b0b5e21a790c9d97-b0/s500x750/bd9b063ab450f7bdca90ce39ddb9beccfba6bf15.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:44,886: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/bc569be7524757fa05eba1938a0d3531/b0b5e21a790c9d97-b0/s500x750/bd9b063ab450f7bdca90ce39ddb9beccfba6bf15.jpg
FFF: DEBUG: 2024-02-06 20:54:44,886: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/bc569be7524757fa05eba1938a0d3531/b0b5e21a790c9d97-b0/s500x750/bd9b063ab450f7bdca90ce39ddb9beccfba6bf15.jpg
FFF: DEBUG: 2024-02-06 20:54:44,939: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:44,939: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:44,939: decorators.py(123): random sleep(1.00-3.00):1.32
FFF: DEBUG: 2024-02-06 20:54:46,259: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128575042,url=https://64.media.tumblr.com/1bf009c55af1dacd257d4f3f61d6b4ab/b0b5e21a790c9d97-53/s1280x1920/24e9f28ebae999fc131f0351535a535ac5e47657.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:46,260: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/1bf009c55af1dacd257d4f3f61d6b4ab/b0b5e21a790c9d97-53/s1280x1920/24e9f28ebae999fc131f0351535a535ac5e47657.jpg
FFF: DEBUG: 2024-02-06 20:54:46,260: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/1bf009c55af1dacd257d4f3f61d6b4ab/b0b5e21a790c9d97-53/s1280x1920/24e9f28ebae999fc131f0351535a535ac5e47657.jpg
FFF: DEBUG: 2024-02-06 20:54:46,328: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:46,328: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:46,328: decorators.py(123): random sleep(1.00-3.00):2.71
FFF: DEBUG: 2024-02-06 20:54:49,046: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128575042,url=https://64.media.tumblr.com/5f04e354bca578f88a6cf7bf31b35afe/c8d5a6da40a381a1-00/s1280x1920/890052ef626e22e88f8d0dd9326c7b040e430a2d.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:49,046: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/5f04e354bca578f88a6cf7bf31b35afe/c8d5a6da40a381a1-00/s1280x1920/890052ef626e22e88f8d0dd9326c7b040e430a2d.jpg
FFF: DEBUG: 2024-02-06 20:54:49,046: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/5f04e354bca578f88a6cf7bf31b35afe/c8d5a6da40a381a1-00/s1280x1920/890052ef626e22e88f8d0dd9326c7b040e430a2d.jpg
FFF: DEBUG: 2024-02-06 20:54:49,109: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:49,109: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:49,109: decorators.py(123): random sleep(1.00-3.00):1.86
FFF: DEBUG: 2024-02-06 20:54:50,980: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128575042,url=https://64.media.tumblr.com/e55559a76d7c28c5510a70a388b9a1d3/7fc4fa91c3437e99-96/s1280x1920/14f09921810057bc1eb5a7fbe2e86e46318f8f69.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:50,981: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/e55559a76d7c28c5510a70a388b9a1d3/7fc4fa91c3437e99-96/s1280x1920/14f09921810057bc1eb5a7fbe2e86e46318f8f69.jpg
FFF: DEBUG: 2024-02-06 20:54:50,981: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/e55559a76d7c28c5510a70a388b9a1d3/7fc4fa91c3437e99-96/s1280x1920/14f09921810057bc1eb5a7fbe2e86e46318f8f69.jpg
FFF: DEBUG: 2024-02-06 20:54:51,026: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:51,027: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:51,027: decorators.py(123): random sleep(1.00-3.00):1.84
FFF: DEBUG: 2024-02-06 20:54:52,885: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128633983 index: 48
FFF: DEBUG: 2024-02-06 20:54:52,885: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:52,925: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128688097 index: 49
FFF: DEBUG: 2024-02-06 20:54:52,926: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:52,929: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128688097,url=https://64.media.tumblr.com/16c69031da74ffc19b2cc2c5ceafc71f/e83ddf0154344eb3-70/s2048x3072/3f76538cddec6738564240ef8253af9e61edd089.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:52,929: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/16c69031da74ffc19b2cc2c5ceafc71f/e83ddf0154344eb3-70/s2048x3072/3f76538cddec6738564240ef8253af9e61edd089.jpg
FFF: DEBUG: 2024-02-06 20:54:52,929: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/16c69031da74ffc19b2cc2c5ceafc71f/e83ddf0154344eb3-70/s2048x3072/3f76538cddec6738564240ef8253af9e61edd089.jpg
FFF: DEBUG: 2024-02-06 20:54:53,074: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:53,074: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:53,074: decorators.py(123): random sleep(1.00-3.00):1.64
FFF: DEBUG: 2024-02-06 20:54:54,746: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128747800 index: 50
FFF: DEBUG: 2024-02-06 20:54:54,747: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:54,787: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/128974906 index: 51
FFF: DEBUG: 2024-02-06 20:54:54,787: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:54,789: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/128974906,url=https://64.media.tumblr.com/3035e263cd2b628bb3e7697ba8cbe758/e83ddf0154344eb3-47/s2048x3072/e29939d3ab3326e9f07aee84c6777ae660aa1b15.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:54,789: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/3035e263cd2b628bb3e7697ba8cbe758/e83ddf0154344eb3-47/s2048x3072/e29939d3ab3326e9f07aee84c6777ae660aa1b15.jpg
FFF: DEBUG: 2024-02-06 20:54:54,789: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/3035e263cd2b628bb3e7697ba8cbe758/e83ddf0154344eb3-47/s2048x3072/e29939d3ab3326e9f07aee84c6777ae660aa1b15.jpg
FFF: DEBUG: 2024-02-06 20:54:54,879: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:54,879: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:54,880: decorators.py(123): random sleep(1.00-3.00):2.40
FFF: DEBUG: 2024-02-06 20:54:57,325: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/129021580 index: 52
FFF: DEBUG: 2024-02-06 20:54:57,326: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:57,355: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/130832596 index: 53
FFF: DEBUG: 2024-02-06 20:54:57,356: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:54:57,357: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/04b2c66e7fdbebb22998430679baabab/239692aa346de311-bd/s2048x3072/2ed85cbf17be0592e605f17e03778b7894bd9480.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:54:57,357: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/04b2c66e7fdbebb22998430679baabab/239692aa346de311-bd/s2048x3072/2ed85cbf17be0592e605f17e03778b7894bd9480.jpg
FFF: DEBUG: 2024-02-06 20:54:57,357: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/04b2c66e7fdbebb22998430679baabab/239692aa346de311-bd/s2048x3072/2ed85cbf17be0592e605f17e03778b7894bd9480.jpg
FFF: DEBUG: 2024-02-06 20:54:57,741: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:54:57,741: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:54:57,741: decorators.py(123): random sleep(1.00-3.00):2.34
FFF: DEBUG: 2024-02-06 20:55:00,107: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/624b7a5ead1d0f8f14dac6a99dc869a4/239692aa346de311-28/s2048x3072/66d5e597709dccf948d028ffb12bc09f8bb7c3fe.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:00,107: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/624b7a5ead1d0f8f14dac6a99dc869a4/239692aa346de311-28/s2048x3072/66d5e597709dccf948d028ffb12bc09f8bb7c3fe.jpg
FFF: DEBUG: 2024-02-06 20:55:00,107: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/624b7a5ead1d0f8f14dac6a99dc869a4/239692aa346de311-28/s2048x3072/66d5e597709dccf948d028ffb12bc09f8bb7c3fe.jpg
FFF: DEBUG: 2024-02-06 20:55:00,281: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:00,281: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:00,281: decorators.py(123): random sleep(1.00-3.00):1.37
FFF: DEBUG: 2024-02-06 20:55:01,668: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/020cda234b5e52b600ed756ba14a33bf/239692aa346de311-0c/s2048x3072/e5d028be831f4059df23aa806347d9e15bdac045.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:01,668: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/020cda234b5e52b600ed756ba14a33bf/239692aa346de311-0c/s2048x3072/e5d028be831f4059df23aa806347d9e15bdac045.jpg
FFF: DEBUG: 2024-02-06 20:55:01,669: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/020cda234b5e52b600ed756ba14a33bf/239692aa346de311-0c/s2048x3072/e5d028be831f4059df23aa806347d9e15bdac045.jpg
FFF: DEBUG: 2024-02-06 20:55:01,776: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:01,776: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:01,776: decorators.py(123): random sleep(1.00-3.00):1.23
FFF: DEBUG: 2024-02-06 20:55:03,036: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/b499624f8784a9274fb34c1b43ce9fb2/239692aa346de311-9c/s2048x3072/7ecc277a5a948d4dc23cd8ce7e38a49f5b4a295e.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:03,036: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/b499624f8784a9274fb34c1b43ce9fb2/239692aa346de311-9c/s2048x3072/7ecc277a5a948d4dc23cd8ce7e38a49f5b4a295e.jpg
FFF: DEBUG: 2024-02-06 20:55:03,036: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/b499624f8784a9274fb34c1b43ce9fb2/239692aa346de311-9c/s2048x3072/7ecc277a5a948d4dc23cd8ce7e38a49f5b4a295e.jpg
FFF: DEBUG: 2024-02-06 20:55:03,134: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:03,134: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:03,134: decorators.py(123): random sleep(1.00-3.00):2.25
FFF: DEBUG: 2024-02-06 20:55:05,408: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/d504ac3b25f7245290b9a1851ae1a6d5/239692aa346de311-7b/s2048x3072/676d2b8d2425c893ccf45ef3655ef8c3b1a9f382.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:05,409: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/d504ac3b25f7245290b9a1851ae1a6d5/239692aa346de311-7b/s2048x3072/676d2b8d2425c893ccf45ef3655ef8c3b1a9f382.jpg
FFF: DEBUG: 2024-02-06 20:55:05,409: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/d504ac3b25f7245290b9a1851ae1a6d5/239692aa346de311-7b/s2048x3072/676d2b8d2425c893ccf45ef3655ef8c3b1a9f382.jpg
FFF: DEBUG: 2024-02-06 20:55:05,533: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:05,533: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:05,533: decorators.py(123): random sleep(1.00-3.00):2.54
FFF: DEBUG: 2024-02-06 20:55:08,098: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/b4a9259ef8b7d340077832ae370038b2/239692aa346de311-98/s2048x3072/71402c6c2c8490be6ac2a72af4704b47110a99c4.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:08,098: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/b4a9259ef8b7d340077832ae370038b2/239692aa346de311-98/s2048x3072/71402c6c2c8490be6ac2a72af4704b47110a99c4.jpg
FFF: DEBUG: 2024-02-06 20:55:08,098: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/b4a9259ef8b7d340077832ae370038b2/239692aa346de311-98/s2048x3072/71402c6c2c8490be6ac2a72af4704b47110a99c4.jpg
FFF: DEBUG: 2024-02-06 20:55:08,192: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:08,192: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:08,192: decorators.py(123): random sleep(1.00-3.00):2.47
FFF: DEBUG: 2024-02-06 20:55:10,686: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/d145a6bf60710bf39d8b6325baaad185/239692aa346de311-a9/s2048x3072/6efe0c6da8eacb1d7dba546c25ff4d5c9256f9a5.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:10,686: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/d145a6bf60710bf39d8b6325baaad185/239692aa346de311-a9/s2048x3072/6efe0c6da8eacb1d7dba546c25ff4d5c9256f9a5.jpg
FFF: DEBUG: 2024-02-06 20:55:10,686: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/d145a6bf60710bf39d8b6325baaad185/239692aa346de311-a9/s2048x3072/6efe0c6da8eacb1d7dba546c25ff4d5c9256f9a5.jpg
FFF: DEBUG: 2024-02-06 20:55:10,832: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:10,832: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:10,832: decorators.py(123): random sleep(1.00-3.00):2.18
FFF: DEBUG: 2024-02-06 20:55:13,038: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/130832596,url=https://64.media.tumblr.com/5a2a916041f37357150e9181119fa585/239692aa346de311-b2/s2048x3072/05d7980d9a7b98871fcb9f346d1530a57956a315.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:13,038: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/5a2a916041f37357150e9181119fa585/239692aa346de311-b2/s2048x3072/05d7980d9a7b98871fcb9f346d1530a57956a315.jpg
FFF: DEBUG: 2024-02-06 20:55:13,038: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/5a2a916041f37357150e9181119fa585/239692aa346de311-b2/s2048x3072/05d7980d9a7b98871fcb9f346d1530a57956a315.jpg
FFF: DEBUG: 2024-02-06 20:55:13,106: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:13,106: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:13,106: decorators.py(123): random sleep(1.00-3.00):2.48
FFF: DEBUG: 2024-02-06 20:55:15,621: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/130842373 index: 54
FFF: DEBUG: 2024-02-06 20:55:15,622: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:15,651: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/130945888 index: 55
FFF: DEBUG: 2024-02-06 20:55:15,651: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:15,684: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/131193460 index: 56
FFF: DEBUG: 2024-02-06 20:55:15,685: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:15,689: story.py(1523): addImgUrl(parenturl=https://archiveofourown.org/works/47885326/chapters/131193460,url=https://64.media.tumblr.com/ebec33b0f7f151a9bfd2814d22330551/1a9ddd4018f5fb79-d0/s2048x3072/a4fb2caa5c7a6e6ad5f9a0b6dfe05e9cc2b5f9da.jpg,cover=None,coverexclusion=
FFF: DEBUG: 2024-02-06 20:55:15,689: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://64.media.tumblr.com/ebec33b0f7f151a9bfd2814d22330551/1a9ddd4018f5fb79-d0/s2048x3072/a4fb2caa5c7a6e6ad5f9a0b6dfe05e9cc2b5f9da.jpg
FFF: DEBUG: 2024-02-06 20:55:15,690: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://64.media.tumblr.com/ebec33b0f7f151a9bfd2814d22330551/1a9ddd4018f5fb79-d0/s2048x3072/a4fb2caa5c7a6e6ad5f9a0b6dfe05e9cc2b5f9da.jpg
FFF: DEBUG: 2024-02-06 20:55:15,961: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:15,961: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:15,961: decorators.py(123): random sleep(1.00-3.00):2.04
FFF: DEBUG: 2024-02-06 20:55:18,098: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/131726992 index: 57
FFF: DEBUG: 2024-02-06 20:55:18,099: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:18,140: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/134787376 index: 58
FFF: DEBUG: 2024-02-06 20:55:18,140: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:18,190: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/47885326/chapters/135213460 index: 59
FFF: DEBUG: 2024-02-06 20:55:18,191: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:55:18,270: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:55:18,629: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53129524
FFF: DEBUG: 2024-02-06 20:55:18,642: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:55:18,642: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:55:18,643: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53129524/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:55:18,643: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53129524?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:18,643: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53129524/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:18,643: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:18,643: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53129524?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:18,644: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:18,709: base_otw_adapter.py(269): numChapters: (4)
FFF: DEBUG: 2024-02-06 20:55:18,722: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:55:18,731: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Enough is Enough-NeheMikkele-s325esy0.epub
FFF: INFO: 2024-02-06 20:55:18,732: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\Enough is Enough-NeheMikkele-s325esy0.epub
FFF: DEBUG: 2024-02-06 20:55:18,732: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53129524/chapters/134429512 index: 0
FFF: DEBUG: 2024-02-06 20:55:18,733: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:18,733: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53129524?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:18,733: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53129524?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:19,200: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:19,200: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:19,201: decorators.py(123): random sleep(1.00-3.00):1.38
FFF: DEBUG: 2024-02-06 20:55:20,582: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:20,649: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53129524/chapters/134859844 index: 1
FFF: DEBUG: 2024-02-06 20:55:20,650: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:20,663: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53129524/chapters/135100903 index: 2
FFF: DEBUG: 2024-02-06 20:55:20,664: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:20,675: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53129524/chapters/135241732 index: 3
FFF: DEBUG: 2024-02-06 20:55:20,712: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:55:20,728: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:55:20,841: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53432572
FFF: DEBUG: 2024-02-06 20:55:20,851: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:55:20,851: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:55:20,851: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53432572/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:55:20,851: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53432572?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:20,851: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53432572/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:20,851: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:20,852: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53432572?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:20,852: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:20,912: base_otw_adapter.py(269): numChapters: (1)
FFF: DEBUG: 2024-02-06 20:55:20,922: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:55:20,931: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\That's Not My Name-Sartaeon-78_a8mti.epub
FFF: INFO: 2024-02-06 20:55:20,931: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\That's Not My Name-Sartaeon-78_a8mti.epub
FFF: DEBUG: 2024-02-06 20:55:20,931: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53432572/chapters/135240814 index: 0
FFF: DEBUG: 2024-02-06 20:55:20,932: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53432572/chapters/135240814?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:20,932: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53432572/chapters/135240814?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:21,414: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:21,414: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:21,414: decorators.py(123): random sleep(1.00-3.00):1.75
FFF: DEBUG: 2024-02-06 20:55:23,169: requestable.py(55): Encoding:utf8
FFF: INFO: 2024-02-06 20:55:23,220: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:55:23,329: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53388532
FFF: DEBUG: 2024-02-06 20:55:23,339: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:55:23,340: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:55:23,340: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53388532/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:55:23,340: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53388532?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:23,340: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53388532/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:23,340: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:23,340: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53388532?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:23,340: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:23,409: base_otw_adapter.py(269): numChapters: (3)
FFF: DEBUG: 2024-02-06 20:55:23,425: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:55:23,435: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\True North-ACR_Writes_ orphan_account-2d2qm2g3.epub
FFF: INFO: 2024-02-06 20:55:23,435: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\True North-ACR_Writes_ orphan_account-2d2qm2g3.epub
FFF: DEBUG: 2024-02-06 20:55:23,436: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53388532/chapters/135124624 index: 0
FFF: DEBUG: 2024-02-06 20:55:23,436: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:23,437: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53388532?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:23,437: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53388532?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:23,895: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:23,895: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:23,895: decorators.py(123): random sleep(1.00-3.00):1.74
FFF: DEBUG: 2024-02-06 20:55:25,639: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:25,710: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53388532/chapters/135143281 index: 1
FFF: DEBUG: 2024-02-06 20:55:25,711: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:25,750: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53388532/chapters/135240586 index: 2
FFF: DEBUG: 2024-02-06 20:55:25,751: base_otw_adapter.py(444): USE view_full_work
FFF: INFO: 2024-02-06 20:55:25,788: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:55:25,906: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/53431528
FFF: DEBUG: 2024-02-06 20:55:25,916: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:55:25,917: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:55:25,917: base_otw_adapter.py(142): url: https://archiveofourown.org/works/53431528/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:55:25,917: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/53431528?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:25,917: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53431528/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:25,917: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:25,918: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/53431528?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:25,918: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:26,003: base_otw_adapter.py(269): numChapters: (1)
FFF: DEBUG: 2024-02-06 20:55:26,017: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:55:26,027: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\For Science-Bitsandpieces12-zkh3hz9j.epub
FFF: INFO: 2024-02-06 20:55:26,028: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\For Science-Bitsandpieces12-zkh3hz9j.epub
FFF: DEBUG: 2024-02-06 20:55:26,028: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/53431528/chapters/135237817 index: 0
FFF: DEBUG: 2024-02-06 20:55:26,029: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/53431528/chapters/135237817?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:26,029: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/53431528/chapters/135237817?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:26,516: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:26,516: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:26,516: decorators.py(123): random sleep(1.00-3.00):2.39
FFF: DEBUG: 2024-02-06 20:55:28,907: requestable.py(55): Encoding:utf8
FFF: INFO: 2024-02-06 20:55:29,081: writer_epub.py(369): Saving EPUB Version 2.0
FFF: INFO: 2024-02-06 20:55:29,201: calibre_plugins.fanficfare_plugin.jobs(217): 

-------------------------------------------------------------------------------- https://archiveofourown.org/works/48868303
FFF: DEBUG: 2024-02-06 20:55:29,212: configurable.py(1078): use_browser_cache:
FFF: DEBUG: 2024-02-06 20:55:29,212: configurable.py(1098): use_basic_cache:true
FFF: INFO: 2024-02-06 20:55:29,212: base_otw_adapter.py(142): url: https://archiveofourown.org/works/48868303/navigate?view_adult=true
FFF: INFO: 2024-02-06 20:55:29,212: base_otw_adapter.py(143): metaurl: https://archiveofourown.org/works/48868303?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:29,212: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/48868303/navigate?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:29,212: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:29,212: cache_basic.py(116): 
========== HIT (GET) BasicCache
https://archiveofourown.org/works/48868303?view_adult=true
FFF: DEBUG: 2024-02-06 20:55:29,212: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:29,344: base_otw_adapter.py(269): numChapters: (37)
FFF: DEBUG: 2024-02-06 20:55:29,376: calibre_plugins.fanficfare_plugin.jobs(269): metadata newforanthology:
FFF: INFO: 2024-02-06 20:55:29,386: calibre_plugins.fanficfare_plugin.jobs(318): write to C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\She Whom He Harbors-EllieEckert-yt10r6s9.epub
FFF: INFO: 2024-02-06 20:55:29,386: base_writer.py(190): Save directly to file: C:\Users\nrgai\AppData\Local\Temp\calibre_1q664xh2\fanficfare_7v_5ct4b\She Whom He Harbors-EllieEckert-yt10r6s9.epub
FFF: DEBUG: 2024-02-06 20:55:29,387: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123280516 index: 0
FFF: DEBUG: 2024-02-06 20:55:29,388: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:29,388: cache_basic.py(116): 
========== MISS (GET) BasicCache
https://archiveofourown.org/works/48868303?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:29,388: fetcher_requests.py(114): 
---------- REQ (GET) RequestsFetcher
https://archiveofourown.org/works/48868303?view_full_work=true&view_adult=true
FFF: DEBUG: 2024-02-06 20:55:30,404: fetcher_requests.py(127): response code:200
FFF: DEBUG: 2024-02-06 20:55:30,405: decorators.py(112): fromcache:False
FFF: DEBUG: 2024-02-06 20:55:30,405: decorators.py(123): random sleep(1.00-3.00):1.25
FFF: DEBUG: 2024-02-06 20:55:31,659: requestable.py(55): Encoding:utf8
FFF: DEBUG: 2024-02-06 20:55:33,848: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123283006 index: 1
FFF: DEBUG: 2024-02-06 20:55:33,849: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:33,906: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123285730 index: 2
FFF: DEBUG: 2024-02-06 20:55:33,906: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,000: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123287224 index: 3
FFF: DEBUG: 2024-02-06 20:55:34,000: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,059: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123459022 index: 4
FFF: DEBUG: 2024-02-06 20:55:34,059: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,205: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/123701797 index: 5
FFF: DEBUG: 2024-02-06 20:55:34,207: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,305: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/124029196 index: 6
FFF: DEBUG: 2024-02-06 20:55:34,306: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,389: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/124136755 index: 7
FFF: DEBUG: 2024-02-06 20:55:34,390: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,531: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/124482094 index: 8
FFF: DEBUG: 2024-02-06 20:55:34,532: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,668: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/124705366 index: 9
FFF: DEBUG: 2024-02-06 20:55:34,668: base_otw_adapter.py(444): USE view_full_work
FFF: DEBUG: 2024-02-06 20:55:34,915: base_otw_adapter.py(430): Getting chapter text for: https://archiveofourown.org/works/48868303/chapters/124885321 index: 10
FFF: DEBUG: 2024-02-06 20:55:34,915: base_otw_adapter.py(444): USE view_full_work

Traceback (most recent call last):
  File "runpy.py", line 198, in _run_module_as_main
  File "runpy.py", line 88, in _run_code
  File "site.py", line 95, in <module>
  File "site.py", line 90, in main
  File "site.py", line 50, in run_entry_point
  File "calibre\utils\ipc\worker.py", line 215, in main
  File "calibre\utils\ipc\worker.py", line 150, in arbitrary_n
  File "calibre_plugins.fanficfare_plugin.jobs", line 140, in do_download_worker
TypeError: 'NoneType' object is not iterable


Is this something I've done or can fix on my end?
Should my question be directed elsewhere?
Rascaltoo is offline   Reply With Quote
Reply

Tags
database corrupted, database errors, database restore, help needed, typeerror


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Restoring database failed jstavene Library Management 3 02-27-2022 11:03 AM
Restoring Metadata Failed (internal buffer error) yonkyunior Calibre 1 10-29-2018 04:16 AM
Restoring Database Yusufbodrum Library Management 3 07-31-2015 07:49 PM
Restoring database failed Lady Domino Calibre 2 03-23-2012 01:12 PM
Error: Failed to check database integrity in v0.7.16 irrationalJohn Calibre 6 08-29-2010 02:31 PM


All times are GMT -4. The time now is 03:49 AM.


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