|  05-22-2022, 09:58 AM | #7156 | 
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
			
			Getting this error after downloading, and I can't figure what the trigger is because the behavior afterwards keeps changing,  Spoiler: 
 For example first it downloads, I'm not sure what to call it, but the shell without any formats?? The error is as follows: Spoiler: 
 Then I try again, same message as the first but now it contains the regular metadata and epub. Doesn't matter which story it happens to all the stories accumulated into one action. | 
|   |   | 
|  05-22-2022, 11:07 AM | #7157 | |||
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Quote: 
 Quote: 
 | |||
|   |   | 
|  05-22-2022, 11:27 AM | #7158 | |
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
			
			Okay, then that message appears to be unrelated to the issue I had. Problem is I can't replicate it on purpose to run it in a debug log.  Maybe a description rings a bell. I attempted to download 4 stories, all four were fine according to the log, however when I pressed "yes" to add them into the library they were empty shells. It showed the title and the author, but the was no EPUB file attached to it. -- Quote: 
 The story name is "Snow Scraper" I assume the error reverts to the EPUB not being available. I just didn't know how to describe it properly so I included it. Sorry if it caused any confusion. | |
|   |   | 
|  05-22-2022, 11:31 AM | #7159 | 
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			Full disk?  RAM going bad?  If it isn't generating log errors, I've no idea, unfortunately. Personally, I always run Calibre in debug mode, even when I'm not working on code, just to catch anything that may happen. | 
|   |   | 
|  05-22-2022, 11:32 AM | #7160 | 
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
			
			Unrelated to the above (I think), when looking at the job log during download I noticed a strange thing at the top Spoiler: 
 But this is not a plugin I installed, nor can I find it in the plugin list. | 
|   |   | 
|  05-22-2022, 11:44 AM | #7161 | 
| Connoisseur  Posts: 60 Karma: 10 Join Date: Jun 2017 Device: Moon+ Reader Pro on Android | 
			
			The novelfull adapter also works for allnovelfull.com when copied and a search and replace novelfull -> allnovelfull applied. (There are stories on allnovelfull that aren't on novelfull.) As with novelfull.com, it's necessary to use flaresolverr. | 
|   |   | 
|  05-22-2022, 11:49 AM | #7162 | 
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			Fantastic Fiction is a known plugin. I would speculate that you did once download it and it failed, or is out of date. If it's only showing up in the jobs output, I would further speculate that maybe you have a confused/damaged Calibre install that is some how partially using code or executables for another, older Calibre install. I vaguely recall that happening before, and I know that I've had Windows become confused start using book reader from older, portable versions when double clicking say .epub files. Repair or uninstall/re-install of Calibre may help. YMMV, this is outside my area of knowledge. | 
|   |   | 
|  05-22-2022, 11:51 AM | #7163 | 
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-05-22 - adapter_quotevcom: Update collection of searchtags | 
|   |   | 
|  05-22-2022, 12:08 PM | #7164 | |
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Search the thread for readnovelfull to see the full discussion of the precedent: | |
|   |   | 
|  05-22-2022, 12:49 PM | #7165 | 
| Connoisseur  Posts: 60 Karma: 10 Join Date: Jun 2017 Device: Moon+ Reader Pro on Android | 
			
			Fair enough. I'll just keep a private fork of FanFicFare for myself from now on then. | 
|   |   | 
|  05-22-2022, 12:54 PM | #7166 | 
| Connoisseur  Posts: 60 Karma: 10 Join Date: Jun 2017 Device: Moon+ Reader Pro on Android | 
			
			Actually, technically, I think the site doesn't require flaresolverr, because that always says "Cloudflare not detected". When used without flaresolverr, the download fails with a "403: Client not permitted" error or something like that, so it might be that the site is just filtering access based on user agent or something like that. | 
|   |   | 
|  05-22-2022, 12:56 PM | #7167 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | Quote: 
 I *think* it can happen only if 
 Note that if there are other marks then the check is done. The list of marked books must be empty before the problematic book is added. There are some other errors in my changed code that could cause problems. The biggest is one place where I confused the book_id with the booklist row number. Sigh. EDIT for explanation: many years ago, V0 .. V2 I think, calibre used the row number in the GUI for the book id, changing the 'real' id into the row number when needed. This changed with Kovid's new database code in V3 (I think), where the real book id became the one-true-ID. However, there is still a pile of legacy code in the GUI that uses the 'old' system. I confused myself when I looked at the API and chose the wrong method. As I said, sigh... Last edited by chaley; 05-22-2022 at 01:39 PM. | |
|   |   | 
|  05-22-2022, 02:00 PM | #7168 | 
| Custom User Title            Posts: 11,352 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | |
|   |   | 
|  05-22-2022, 03:31 PM | #7169 | ||
| Plugin Developer            Posts: 7,127 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-05-22 - Don't set marked in Calibre when book_id is None #833 - adapter_quotevcom: Update collection of searchtags Quote: 
 You could also try use_cloudscraper:true, but that doesn't work for anything but the lowest levels of CF on 1-2 sites last I looked. Quote: 
  So, my apologies to chaley and all for not figuring out earlier that FFF can in fact, fix this issue. I was certain that I'd tested that. | ||
|   |   | 
|  05-22-2022, 04:37 PM | #7170 | |
| Grand Sorcerer            Posts: 12,525 Karma: 8065948 Join Date: Jan 2010 Location: Notts, England Device: Kobo Libra 2 | Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 527 | 08-15-2025 01:36 PM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 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 |