Register Guidelines E-Books Today's Posts Search

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

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 12-10-2013, 12:23 AM   #2236
Depletion
Pelican
Depletion began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Sep 2013
Location: Southeast US
Device: Nexus 7 2013
Uploaded the new debug data.

I really appreciate your time in looking into this by the way, as well as your continued support of the plugin in general.
Attached Files
File Type: txt tmpkcddcn.txt (2.2 KB, 133 views)
Depletion is offline  
Old 12-10-2013, 01:18 AM   #2237
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Depletion View Post
Uploaded the new debug data.

I really appreciate your time in looking into this by the way, as well as your continued support of the plugin in general.
I'm just a perfectionist that way.

What do you have in your personal.ini in the fimfiction.net section? Especially, do you have anything for extra_valid_entries? Because while groups are being collected, group URLs are not; and the defaults.ini configuration includes both.
JimmXinu is offline  
Old 12-10-2013, 01:42 AM   #2238
Depletion
Pelican
Depletion began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Sep 2013
Location: Southeast US
Device: Nexus 7 2013
extracategories:My Little Pony: Friendship is Magic
do_update_hook:false

Should be the only two site-specific.

Attached my personal.ini
Attached Files
File Type: txt personalini.txt (4.3 KB, 159 views)
Depletion is offline  
Old 12-10-2013, 05:40 AM   #2239
BaconButty
Connoisseur
BaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enough
 
Posts: 69
Karma: 520
Join Date: Jun 2012
Location: France
Device: Kindle Paperwhite 5 & iPad Mini & Galaxy Tab10
Another Fanfiction.net problem?

Hi...

I tried to update 20 or so fics from FFN this morning and they all returned a similar error message:

One was declined because:
'utf8' codec can't decode byte 0xe9 in position 43: invalid continuation byte

All the others came up with:
'utf8' codec can't decode byte 0xe9 in position 58: invalid continuation byte

Is it me?

I'm on calibre 1.14 and using Downloader 1.8.2.
Thanks for your help...



EDIT: I restarted calibre, downloaded the fics and they all updated without any problem.
Can anyone shed a light on what happened?

Thanks in advance.

Last edited by BaconButty; 12-10-2013 at 05:59 AM. Reason: more info
BaconButty is offline  
Old 12-10-2013, 12:24 PM   #2240
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Depletion View Post
...
Attached my personal.ini
Got it. The problem is the extra_valid_entries line in your personal.ini. It's overriding the one in defaults.ini and removing groupsURL. Remove that line and it will work.

In fact, you could/should remove all of these, as they're already in defaults.ini:
Code:
## Site dedicated to these categories/characters/ships
extracategories:My Little Pony: Friendship is Magic

## Extra metadata that this adapter knows about.  See [dramione.org]
## for examples of how to use them.
extra_valid_entries:likes,dislikes,views,total_views,short_description,groups
likes_label:Likes
dislikes_label:Dislikes
views_label:Highest Single Chapter Views
total_views_label:Total Views
short_description_label:Short Summary
groups_label:Groups
I will also include code in the next release so it fails gracefully in this case instead of aborting.

I should probably also change the order defaults.ini lists options so the ones mostly likely to be copied are right after the section heading...
JimmXinu is offline  
Old 12-10-2013, 12:29 PM   #2241
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by BaconButty View Post
...
'utf8' codec can't decode byte 0xe9 in position 58: invalid continuation byte

Is it me?

...
EDIT: I restarted calibre, downloaded the fics and they all updated without any problem.
Can anyone shed a light on what happened?
It's not you--but it was your computer.

Tracking down the exact cause of a problem when it's not happening anymore is extremely difficult. If it happens frequently, I'd try reinstalling calibre and FFDL and if it happens after that, running a memory tester program to check the computer's memory.
JimmXinu is offline  
Old 12-10-2013, 02:12 PM   #2242
BaconButty
Connoisseur
BaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enoughBaconButty will become famous soon enough
 
Posts: 69
Karma: 520
Join Date: Jun 2012
Location: France
Device: Kindle Paperwhite 5 & iPad Mini & Galaxy Tab10
Quote:
Originally Posted by JimmXinu View Post
It's not you--but it was your computer.

Tracking down the exact cause of a problem when it's not happening anymore is extremely difficult. If it happens frequently, I'd try reinstalling calibre and FFDL and if it happens after that, running a memory tester program to check the computer's memory.
Thank you for the quick reply.
I'll get cleaning...
BaconButty is offline  
Old 12-11-2013, 11:18 AM   #2243
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Jimm,

please check this story:http://archiveofourown.org/works/972937
I think chapters can be added out of order, because after the last update I have 2 appendix chapters at the end of the story, and chapter 142 should be another update not identical to the last chapter.
Firedancer885 is offline  
Old 12-11-2013, 11:37 AM   #2244
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Firedancer885 View Post
please check this story:http://archiveofourown.org/works/972937
I think chapters can be added out of order, because after the last update I have 2 appendix chapters at the end of the story, and chapter 142 should be another update not identical to the last chapter.
Yes, some sites allow chapters to be added out of order. But on most sites it's very rare for authors to do so.

The adapter for fimfiction.net has an optional feature that can detect when the newest chapter isn't the last one and download all chapter from that point on. I'll look into adding that feature to the AO3 adapter, too.

For now, you'll have to do 'Overwrite Always' or delete the book and re-add it.
JimmXinu is offline  
Old 12-11-2013, 11:47 AM   #2245
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Quote:
Originally Posted by JimmXinu View Post
Yes, some sites allow chapters to be added out of order. But on most sites it's very rare for authors to do so.

The adapter for fimfiction.net has an optional feature that can detect when the newest chapter isn't the last one and download all chapter from that point on. I'll look into adding that feature to the AO3 adapter, too.

For now, you'll have to do 'Overwrite Always' or delete the book and re-add it.
Thanks
Firedancer885 is offline  
Old 12-11-2013, 12:26 PM   #2246
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
This is a test version that adds a chapter date detecting hook to the adapter for AO3.

If you add this to your personal.ini:
Code:
[archiveofourown.org]
do_update_hook:true
...on update, it will look at the dates of all the chapters and download all chapters from the newest dated chapter on.

That should generate correct epubs even when the author adds chapters in the middle while still reusing as much content as possible.

UPDATE Jan 4, 2013 - Remove obsolete beta versions

Last edited by JimmXinu; 01-04-2014 at 02:59 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 12-11-2013, 12:49 PM   #2247
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Quote:
Originally Posted by JimmXinu View Post
This is a test version that adds a chapter date detecting hook to the adapter for AO3.
Thank you I can only check it tomorrow, when the next story update is due.
Firedancer885 is offline  
Old 12-11-2013, 12:56 PM   #2248
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Jimm,

which version of the plugin did you modify? I just got a plugin update notice, when I restarted Calibre after installing the beta version you posted.
Firedancer885 is offline  
Old 12-11-2013, 01:00 PM   #2249
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: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Firedancer885 View Post
which version of the plugin did you modify? I just got a plugin update notice, when I restarted Calibre after installing the beta version you posted.
I usually don't bump the plugin version number until I build it for release, but this time I did early because I was also bumping up the minimum calibre version. So the current release is 1.8.2, the posted test version is 1.8.3 and I'll bump it to 1.8.4 when I release it next.
JimmXinu is offline  
Old 12-11-2013, 01:02 PM   #2250
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Quote:
Originally Posted by JimmXinu View Post
I usually don't bump the plugin version number until I build it for release, but this time I did early because I was also bumping up the minimum calibre version. So the current release is 1.8.2, the posted test version is 1.8.3 and I'll bump it to 1.8.4 when I release it next.
No. I got a notice because the version I installed registered as 1.8.1. I had 1.8.2 installed previously. Please check.
Firedancer885 is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Count Pages kiwidude Plugins 1849 08-30-2025 01:22 PM
[GUI Plugin] Resize Cover kiwidude Plugins 100 07-10-2025 08:50 AM
[GUI Plugin] Find Duplicates kiwidude Plugins 1124 04-18-2025 09:19 AM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 04:36 PM.


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