Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 01-17-2018, 11:25 PM   #2581
Ryune
Enthusiast
Ryune began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Nov 2017
Device: PRS-950, IPhone, Oasis 2
Quote:
Originally Posted by JimmXinu View Post
Maybe? I'd need to see an example.
Blarg, looks like I was using the FFnet version for downloading not the Xenforo version. However the chapter itself does have things in center justification that are not being reproduced in the epub version.

This chapter of the story has the text in question
https://www.fanfiction.net/s/1251521...lver-and-Steel
The first line that this pops up in is "Well met."

For Xenforo the same thing is happening. The chapter in question is here
https://forums.sufficientvelocity.co...2#post-9958859
The same lines are supposed to be both colored differently(it would be nice if these were shaded somewhat if at all possible) and right justified. Neither is reproduced in any way in the epub versions.
Ryune is offline   Reply With Quote
Old 01-19-2018, 08:02 AM   #2582
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
Can I change an error message from this:

Code:
Status
Title
Author
Comment
URL
Bad
Unknown
Unknown
'NoneType' object has no attribute '__getitem__'
https://www.fanfiction.net/s/260978/1/
to

Story no longer exists for links like that? Or the error message I get when I try the link on the website:

Story does not have any chapters?
Tanjamuse is offline   Reply With Quote
Advert
Old 01-19-2018, 06:33 PM   #2583
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Ryune View Post
Blarg, looks like I was using the FFnet version for downloading not the Xenforo version. However the chapter itself does have things in center justification that are not being reproduced in the epub version.

This chapter of the story has the text in question
https://www.fanfiction.net/s/1251521...lver-and-Steel
The first line that this pops up in is "Well met."

For Xenforo the same thing is happening. The chapter in question is here
https://forums.sufficientvelocity.co...2#post-9958859
The same lines are supposed to be both colored differently(it would be nice if these were shaded somewhat if at all possible) and right justified. Neither is reproduced in any way in the epub versions.
In both cases, those are coming from style attributes. You can instruct FFF to keep style attributes in personal.ini:

Code:
## Some attributes cause problems for EBook readers.  By default,
## FanFicFare will remove all attributes except the ones specified
## from all tags.  (The only exception is that <img> tags will also
## keep src, alt and longdesc attributes.)
## Example: To add 'style', 'title' and 'align' to the list to keep,
## in your personal.ini [defaults] put:
add_to_keep_html_attrs:,style,title,align
The section you put it in will control which stories it applies to. [defaults] for all stories (generally), or by site or story URL.
JimmXinu is offline   Reply With Quote
Old 01-19-2018, 06:38 PM   #2584
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Tanjamuse View Post
Can I change an error message from this:
...
Story no longer exists for links like that? Or the error message I get when I try the link on the website:

Story does not have any chapters?
They changed or added another version of 'no chapters' message. Next version will report Error downloading Chapter: https://www.fanfiction.net/s/260978/1/! 'Chapter not found. Please check to see you are not using an outdated url.'
JimmXinu is offline   Reply With Quote
Old 01-20-2018, 02:15 AM   #2585
Ryune
Enthusiast
Ryune began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Nov 2017
Device: PRS-950, IPhone, Oasis 2
Quote:
Originally Posted by JimmXinu View Post
In both cases, those are coming from style attributes. You can instruct FFF to keep style attributes in personal.ini:

Code:
## Some attributes cause problems for EBook readers.  By default,
## FanFicFare will remove all attributes except the ones specified
## from all tags.  (The only exception is that <img> tags will also
## keep src, alt and longdesc attributes.)
## Example: To add 'style', 'title' and 'align' to the list to keep,
## in your personal.ini [defaults] put:
add_to_keep_html_attrs:,style,title,align
The section you put it in will control which stories it applies to. [defaults] for all stories (generally), or by site or story URL.
When I add that it doesn't seem to help.
Code:
[Default]
add_to_keep_html_attrs:style,title,align
Is what I have in my personal.ini. However, while add_to_keep_html_attrs is blue, the only attribute that is the green color is 'title'. 'Style' and 'align' don't seem to be registering even on their own.
Ryune is offline   Reply With Quote
Advert
Old 01-20-2018, 07:37 AM   #2586
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
Quote:
Originally Posted by JimmXinu View Post
They changed or added another version of 'no chapters' message. Next version will report Error downloading Chapter: https://www.fanfiction.net/s/260978/1/! 'Chapter not found. Please check to see you are not using an outdated url.'
Thanks
Tanjamuse is offline   Reply With Quote
Old 01-20-2018, 10:51 AM   #2587
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Ryune View Post
When I add that it doesn't seem to help.
Code:
[Default]
add_to_keep_html_attrs:style,title,align
Is what I have in my personal.ini. However, while add_to_keep_html_attrs is blue, the only attribute that is the green color is 'title'. 'Style' and 'align' don't seem to be registering even on their own.
[defaults] not [Default]

And it will only affect chapters download after the change is made. So previously downloaded chapters will not be 'fixed'.

I use Calibre's Edit Book to remove the xhtml files for individual chapters and then FFF update in such cases.
JimmXinu is offline   Reply With Quote
Old 01-20-2018, 11:43 AM   #2588
Ryune
Enthusiast
Ryune began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Nov 2017
Device: PRS-950, IPhone, Oasis 2
Quote:
Originally Posted by JimmXinu View Post
[defaults] not [Default]

And it will only affect chapters download after the change is made. So previously downloaded chapters will not be 'fixed'.

I use Calibre's Edit Book to remove the xhtml files for individual chapters and then FFF update in such cases.
Yeah, I've been deleting the file wholesale and re-downloading the whole thing. And yeah, sorry, Misstyped the defaults. It's correct in my personal.ini. The problem I'm having though is that it seems to not be acknowledging the style and alight attributes in the ini file. They aren't green like all of the other attributes.
Attached Thumbnails
Click image for larger version

Name:	personal.jpg
Views:	160
Size:	146.5 KB
ID:	161702  
Ryune is offline   Reply With Quote
Old 01-20-2018, 11:52 AM   #2589
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Ryune View Post
Yeah, I've been deleting the file wholesale and re-downloading the whole thing. And yeah, sorry, Misstyped the defaults. It's correct in my personal.ini. The problem I'm having though is that it seems to not be acknowledging the style and alight attributes in the ini file. They aren't green like all of the other attributes.
Don't worry about that. Color coding in personal.ini isn't perfect; only the standard metadata entry names (like title) get green highlighting in lists.

What matters is whether it works.

I do notice that you're missing the leading comma that needs to be there:
add_to_keep_html_attrs:,style,title,align

Read here if you're interested in all the gory details about why.
JimmXinu is offline   Reply With Quote
Old 01-20-2018, 12:07 PM   #2590
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Test Version Posted

2018-01-20
- Tweak 'Chapter not found...' check for ffnet for changed/new text.
- Set siteabbrev for adapter_wattpadcom

Hopefully last test version before new release early next week.
JimmXinu is offline   Reply With Quote
Old 01-23-2018, 11:39 AM   #2591
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Version Released

Version 2.22.0 - 23 Jan 2018
(I accidentally skipped v2.21.)
- Tweak 'Chapter not found...' check for ffnet for changed/new text.
- Set siteabbrev for adapter_wattpadcom
- Handle QQ threads w/o threadmarks correctly.
- Additional CLI python version checking.
- fimfiction adapter: add new tag types, fix groups (#259), thanks FaceDeer!
JimmXinu is offline   Reply With Quote
Old 01-24-2018, 06:40 PM   #2592
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 482
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
I've just received this error when trying to update https://archiveofourown.org/works/2160891

<urlopen error EOF occurred in violation of protocol (_ssl.c:590)>

Just me?
MerlinMama is offline   Reply With Quote
Old 01-24-2018, 06:43 PM   #2593
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by MerlinMama View Post
I've just received this error when trying to update https://archiveofourown.org/works/2160891

<urlopen error EOF occurred in violation of protocol (_ssl.c:590)>

Just me?
I'm getting an error hitting AO3 in https from my browser, too. So there's apparently a problem with the site itself.
JimmXinu is offline   Reply With Quote
Old 01-24-2018, 06:48 PM   #2594
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 482
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Ah, I reached the site earlier when I was checking the fic, but now I can't. Probably slipped in at just the right time when I checked earlier...
MerlinMama is offline   Reply With Quote
Old 01-24-2018, 06:51 PM   #2595
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,320
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Presumably. Non https URLs still work in browser, but FFF is programmed to use https for AO3 now.

So you can use your browser to view http://archiveofourown.org/works/216...apters/4724244 in the meantime. FYI.

EDIT: AO3 https is working again for me.

Last edited by JimmXinu; 01-25-2018 at 12:49 AM.
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Open With kiwidude Plugins 403 04-01-2024 08:39 AM
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 492 10-25-2022 08:13 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


All times are GMT -4. The time now is 08:27 AM.


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