![]() |
#16 |
onlinenewsreader.net
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 324
Karma: 10143
Join Date: Dec 2009
Location: Phoenix, AZ & Victoria, BC
Device: Kindle 3, Kindle Fire, IPad3, iPhone4, Playbook, HTC Inspire
|
Something is stepping on the thread memory since the trap is from trying to invoke a method on "None" right after it has been tested to make sure it's not "None". I suggest setting simultaneous_downloads=1 to see if that solves it.
|
![]() |
![]() |
![]() |
#17 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,195
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
That doesn't make sense, the error is TypeError: 'NoneType' object is not callable
which implies that raw.startswith is None not that raw is None. If raw were None, the error would be AttributeError: 'NoneType' object has no attribute 'startswith' Doing a grep of startswith.*= on the calibre source code yield no place where startswith is ever assigned to, so there is no code that could be setting startswith to None. |
![]() |
![]() |
Advert | |
|
![]() |
#18 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 59
Karma: 4212
Join Date: Feb 2010
Device: Sony
|
Yuk - if you are at loss, imagine I....
![]() |
![]() |
![]() |
![]() |
#19 |
onlinenewsreader.net
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 324
Karma: 10143
Join Date: Dec 2009
Location: Phoenix, AZ & Victoria, BC
Device: Kindle 3, Kindle Fire, IPad3, iPhone4, Playbook, HTC Inspire
|
So the only possible explanation is that somehow raw is not a string when this happens
Edit: actually, if raw wasn't a string then it wouldn't have a startswith attribute and you'd be getting the "has no such attribute" error, so as Kovid said it has a startswith attribute which is None. The calibre installation must be corrupt in some way. Last edited by nickredding; 12-31-2011 at 07:01 PM. |
![]() |
![]() |
![]() |
#20 |
onlinenewsreader.net
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 324
Karma: 10143
Join Date: Dec 2009
Location: Phoenix, AZ & Victoria, BC
Device: Kindle 3, Kindle Fire, IPad3, iPhone4, Playbook, HTC Inspire
|
Also, I've never seen this on my windows installation. At this point I would suggest a complete uninstall and reinstall.
|
![]() |
![]() |
Advert | |
|
![]() |
#21 |
Member
![]() Posts: 13
Karma: 10
Join Date: Jan 2012
Device: none
|
could someone post the code of the recipe pls?
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
NYTimes recipe skipping articles | jzall | Recipes | 3 | 12-03-2012 11:06 PM |
Which New York Times recipe? | jdomingos76 | Recipes | 1 | 03-25-2011 08:40 PM |
Help - New York Times Recipe | brutalist | Recipes | 6 | 03-20-2011 10:17 PM |
New York Times missing Front Page articles | mkgtu | Recipes | 0 | 02-21-2011 10:37 AM |
(another) FIX: New York Times Missing Articles | bcollier | Recipes | 11 | 02-11-2011 03:16 PM |