|
|
#12481 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 95
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
|
My kid has a problem. We have the same set up, sort of, both running Win 11, Calibre 9.15, FFF latest test version. And the kid can't download and I can. I dragged my laptop upstairs to compare settings against the tower system. The settings appear identical in everything we used. The kid gets this error:
Quote:
I asked for a debug log and will pass it on when I get it. In the meantime, anyone have any ideas? We did try uninstalling and reinstalling Calibre, it was the first thing tried. I tried for a debug log on my system, but that story downloaded fine for me. And it's apparently happening on the kid's PC with every story where FFF download is attempted. |
|
|
|
|
|
|
#12482 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Without a debug log, I'm guessing, though.
|
|
|
|
|
|
|
#12483 |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 186
Karma: 295686
Join Date: Jul 2021
Device: iPhone
|
For what it's worth, these are my AO3 settings in the ini. FFF opens the navigate/TOC page then the usual fic link, so just two pages.
Code:
[archiveofourown.org] use_browser_cache:true use_browser_cache_only:true browser_cache_age_limit:8.0 open_pages_in_browser:true slow_down_sleep_time:8 ## always_login must be true to get bookmarked and subscribed data for all works always_login:true use_workskin:true # is_adult:true |
|
|
|
|
|
#12484 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Oct 2019
Device: note4
|
Please include this website in this miracle plugin - thefetlibrary.com
|
|
|
|
|
|
#12485 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2021
Device: none
|
Quote:
|
|
|
|
|
|
|
#12486 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2026
Device: Calibre
|
Slightly odd question.
Ok, so i've got a custom column setup for ratings with the look up name: rating_label , and type as "Text, column shown in tag browser". And under the FFF custom columns, it is set to 'Rating' In the personal ini, I have it set to some what normalize the ratings across sites. Code:
replace_metadata: rating=>^(G|K|K+|Fiction K|Fiction K+|Everyone|General|General.*)=>General rating=>^(T|Teen|Teen.*|PG-13|Fiction T)=>Teen rating=>^(M|Mature|R|NC-17|Fiction M)=>Mature rating=>^(E|X|XX|XXX|NC-18|Adult|Explicit|nsfw|NSFW)=>Explicit rating → #contentrating |
|
|
|
|
|
#12487 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2026
Device: Calibre
|
|
|
|
|
|
|
#12488 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
You likely also want trailing "$" on your regular expressions. Quote:
|
||
|
|
|
|
|
#12489 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2026
Device: Calibre
|
That's what did me in. Replaced the → with =>, and added the '$'. Not quite sure how I borked that. Thanks JimmXinu!
|
|
|
|
|
|
#12490 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 95
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
|
First I suggested checking where she told FFF the cache was against reality, and to stick to archiveofourown.org. She tried again on a three story download. Debug log attached. Two worked, one didn't.
I tried going through it and didn't see anything obvious. We might have fixed what we could, but I'd appreciate other opinions. I only sort of speak code. Last edited by JimmXinu; 09-23-2026 at 07:58 PM. Reason: Remove insecure log file. |
|
|
|
|
|
#12491 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
PDF is a poor format for this, BTW.
I did a simple Ctrl-A, Ctrl-C, switch app, Ctrl-P to copy-paste the text into a text editor so the lines wouldn't be wrapped and your black bars over user/pass disappeared leaving clear text for me to see. This has happened many time to businesses and governments with confidential and even classified documents. I deleted the PDF for you before anyone else downloaded it, in case you don't see this right away. I'll comment on the actual problem, but I wanted this out right away. |
|
|
|
|
|
#12492 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Quote:
For some reason, on only that story, the tag that normally contains bookmark info is missing--even though it's usually there regardless of whether the story is bookmarked or not. I can allow for this error, but I'm still researching why it's happening. And it looks like AO3's bookmark HTML has changed. In the meantime, set always_login:false to skip bookmark processing. I will also add code to automatically remove user/pass from INI snippet log output. I did not anticipate anyone putting those in INI snippet. |
||
|
|
|
|
|
#12493 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,628
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
New Test Version Posted
2026-09-23 - Plugin: Remove user/pass from ini snippets before logging, same as 'safe' personal.ini. - base_otw_adapter: More robust bookmark handling I still don't know what's going on with Elaine T's issue, but I've worked around it by making the code less brittle if that tag is missing. Unsurprisingly, collecting your Bookmark Tags for that story will be empty if the HTML tag that contains them is missing. (And I was wrong--the AO3 bookmark HTML didn't change.) |
|
|
|
|
|
#12494 | |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Sep 2026
Device: Calibre
|
Quote:
A detailed description of what you want to happen vs what you see happen. -When a fic/book is downloaded, it unifies the rating under one uniform tag for a custom column. -What is happening is the tags are not being overwritten and still use the source labels for the content. Some sample story URLs that exhibit the problem. -https://www.fanfiction.net/s/14305620/1/The-Holy-Grill --Suppose to be marked as 'Teen', comes out 'T' -https://fiction.live/stories/Total-Drama-A-New-Star/NxoFiDpiKG88fRzxs --Suppose to be marked as 'Explicit', comes out 'nsfw' A 'Safe' copy of your personal.ini, preferably wrapped in [spoiler][code] tags, or attached as a txt file if large. Added. safeini.txt And screen shots of custom column setup. And, |
|
|
|
|
|
|
#12495 | |
|
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 186
Karma: 295686
Join Date: Jul 2021
Device: iPhone
|
Quote:
And "rating=>#contentrating" should be on custom_column_settings, not replace_metadata. Code:
add_to_replace_metadata: rating=>^M$=>Mature rating=>^(G|K|K+|Fiction K|Fiction K+|Everyone|General|General.*)$=>General rating=>^(T|Teen|Teen.*|PG-13|Fiction T)$=>Teen rating=>^(M|Mature|R|NC-17|Fiction M)$=>Mature rating=>^(E|X|XX|XXX|NC-18|Adult|Explicit|nsfw|NSFW)$=>Explicit status=>(Canceled|Cancelled)=>Discontinued add_to_custom_columns_settings: rating=>#contentrating Last edited by culytera; 09-23-2026 at 10:59 PM. |
|
|
|
|
![]() |
| Tags |
| fanfiction |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 546 | 05-21-2026 02:44 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 405 | 02-09-2026 07:54 AM |
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |