|  08-07-2022, 07:30 AM | #7396 | 
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
				
				Flaresolver
			 
			
			Is anyone else experiencing problems with FF-Net and flaresolver, or is it just me? I've installed the latest version, but I keep getting the error question if I have started flaresolver.
		 | 
|   |   | 
|  08-07-2022, 07:49 AM | #7397 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			I successfully used Flaresolverr a few days ago. Assuming that it's enabled in the setting (can't hurt to check; I once accidentally deleted the line) once in a while FFF just doesn't see that it's running. In that case restarting both Calibre and Flaresolverr fixed it. | 
|   |   | 
|  08-07-2022, 10:10 AM | #7398 | 
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
			
			I found the issue is with Flaresolver, I start the program but after testing the connection it discontinues the program. I don't know why yet, I've tried re-installing but it's not working. However that is not an FFF issue so I'll have to take this issue elsewhere.
		 | 
|   |   | 
|  08-07-2022, 11:46 AM | #7399 | ||
| Enthusiast  Posts: 28 Karma: 10 Join Date: Jul 2021 Device: none | 
			
			Thank you for your suggestions. Quote: 
 Quote: 
 Spoiler: 
 I assume I'm doing something wrong here? 😅 I added the 'https://' + self.getSiteDomain() + alink['href'] part to the code too but it made no difference. Code:         inspired = metasoup.find('div',{'id':'children'})
        seetheend = metasoup.find('a',text='other works inspired by this one')
        if inspired:
            for alink in inspired.find_all('a'):
                if 'http' not in alink['href']:
                    alink['href']='https://' + self.getSiteDomain() + alink['href']
            self.story.setMetadata('inspired',stripHTML(inspired.text))
        elif seetheend:
            self.story.setMetadata('seetheend','See the end of the work for other works inspired by this one.') | ||
|   |   | 
|  08-07-2022, 12:07 PM | #7400 | |
| Enthusiast  Posts: 28 Karma: 10 Join Date: Jul 2021 Device: none | Quote: 
 I downloaded 2.2.6 and that one works.  I don't know which version you're using but if it's not the newest, it should solve the problem. | |
|   |   | 
|  08-07-2022, 02:26 PM | #7401 | |
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Is this something other users would like included in FFF? Code: add_to_extra_valid_entries:,inspired, inspiredUrl, inspiredHTML, endnotes, endnotesUrl, endnotesHTML add_to_make_linkhtml_entries:,inspired, endnotes add_to_extra_titlepage_entries:,inspiredHTML,endnotesHTML add_to_custom_columns_settings: inspiredHTML=>#long_text1 endnotesHTML=>#long_text2 Code:         notesdiv = metasoup.find('div', {'class' : "notes module"})
        if notesdiv:
            endnotesurl = notesdiv.find('a',href=re.compile('#work_endnotes$'))
            if endnotesurl:
                self.story.setMetadata('endnotesUrl',self.url+'?view_full_work=true'+'#work_endnotes')
                self.story.setMetadata('endnotes','Story has end notes')
            # logger.debug(self.story.getMetadata('endnotesUrl'))
            inspiredurl = notesdiv.find('a',href=re.compile('#children$'))
            if inspiredurl:
                self.story.setMetadata('inspiredUrl',self.url+'?view_full_work=true'+'#children')
                self.story.setMetadata('inspired','Story has inspired works')
            # logger.debug(self.story.getMetadata('inspiredUrl')) | |
|   |   | 
|  08-07-2022, 05:27 PM | #7402 | |
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | Quote: 
 | |
|   |   | 
|  08-09-2022, 09:56 AM | #7403 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-08-09 - adapter_adultfanfictionorg: http->https Closes #870 | 
|   |   | 
|  08-11-2022, 05:21 PM | #7404 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Version Released Version 4.15.0 - 2022-08-11 - adapter_adultfanfictionorg: http->https Closes #870 - Fix for win10/qt6 progbar not displaying initially. - Add get_section_url() for adapter_royalroadcom for longer story URL [sections] - adapter_storiesonlinenet: Single chapter stories slightly different. Also scifistories and finestories. Closes #867 - Use cal6 icon theme system to allow plugin icon customization. | 
|   |   | 
|  08-12-2022, 02:49 PM | #7405 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Question: Is anyone else finding themselves unable to drag and drop from Thunderbird's email list to FFF's download URL window? Somewhere between Windows, Calibre, and FFF all updating at once, it's not working anymore and giving me a crossed-out circle cursor. Dragging from the browser's address bar works as expected. Last edited by ownedbycats; 08-12-2022 at 02:57 PM. | 
|   |   | 
|  08-12-2022, 04:01 PM | #7406 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			It's working for me right now.   But I have seen for several years times when I would have to drag emails or links back and forth over the border of an area I'd made droppable several times before it would change cursors and allow it. As I recall, Kovid attributed it to qt issues when I asked. | 
|   |   | 
|  08-12-2022, 10:16 PM | #7407 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Unfortunately, I can't seem to get it working... restarted Calibre, restarted Thunderbird, restarted the computer. 4.14.3 is behaving the same, so it's likely a change in either Calibre or Windows. | 
|   |   | 
|  08-12-2022, 10:34 PM | #7408 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader |  I just updated Thunderbird to the latest, and already updated calibre today; it still works for me. Win10 says there's an update for me, but is stalled at "Downloading 0%". I'll check again if/when it finishes. | 
|   |   | 
|  08-13-2022, 06:41 AM | #7409 | 
| Zealot            Posts: 106 Karma: 4486 Join Date: Mar 2020 Location: Netherlands Device: i-pad | 
				
				Error Message
			 
			
			Hey,  For the last +/- 24 hours I've been having issues using FFF in combination with Flaresolver. FFF give the following error: HTTP Error in FFF '500 Server Error: Internal Server Error for url: http://localhost:8191/v1'(500) which I learned is a timeout error. This is the flaresolver report: PHP Code: 
			 | 
|   |   | 
|  08-13-2022, 10:11 AM | #7410 | |
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Honestly, I stopped using Flaresolverr and just use browser cache--along with basically not using ffnet for finding new stories anymore. | |
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| Thread Tools | Search this Thread | 
| 
 | 
|  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 |