View Single Post
Old 11-16-2024, 06:07 PM   #10094
John Maverick
Connoisseur
John Maverick began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Oct 2018
Device: none
Quote:
Originally Posted by JimmXinu View Post
The page doesn't open in your browser?
Yes. FFF Seems to try opening the page in the default browser of the OS, but nothings happens

Quote:
Originally Posted by JimmXinu View Post
Does it work to click a story (or other) link in Calibre and have it open in browser?
Yes, it works from Calibre. If click in the story id in Calibre the page of the story is opened in the Browser. It works with the default browser or choosing an specific browser from the setting "openers_by_scheme". Like this:
Code:
# Cambiar los programas que se ejecutan al abrir archivos o URL

openers_by_scheme = {'http*': 'firefox %u'}
Quote:
Originally Posted by JimmXinu View Post
Or the page opens, but the cache lookup fails? That would suggest the browser cache location setting in FFF may be wrong now. IE, your browser cache lives in a different place, or you're using a different browser now.
The page are never opened. But FFF can read the Browser cache. I have to open the stories chapters in the browser like before "open_pages_in_browser" was implemented to update or download stories.

If it helps the default browser of the OS is Chromium. Switching it for Firefox does the same. And trying to open urls from other programs like the text editor or even the command line works fine.

Last edited by John Maverick; 11-16-2024 at 07:24 PM. Reason: Some corrections.
John Maverick is offline   Reply With Quote