Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 03-05-2011, 03:00 PM   #1
mgiammarco
Junior Member
mgiammarco began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: kindle
Read it later connection does not work

I have this error message:

calibre, version 0.7.47
ERROR: Errore di conversione: <b>Operazione Fallita</b>: Scarica notizie da Read It Later

Scarica notizie da Read It Later
Resolved conversion options
calibre version: 0.7.47
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_download_recipe': False,
'enable_heuristics': False,
'extra_css': None,
'fix_indents': True,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.40000000000000002,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x1a7b610>,
'insert_blank_line': False,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'mobi_ignore_margins': False,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindleOutput object at 0x1a7bc50>,
'page_breaks_before': None,
'password': 'Zxcvbnm1',
'personal_doc': '[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'rescale_images': False,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'unwrap_lines': True,
'use_auto_toc': False,
'username': 'mgiammarco',
'verbose': 2}
InputFormatPlugin: Recipe Input running
Traceback (most recent call last):
File "/usr/bin/calibre-parallel", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/utils/ipc/worker.py", line 110, in main
result = func(*args, **kwargs)
File "/usr/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 904, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 204, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/web/feeds/input.py", line 105, in convert
ro.download()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 734, in download
res = self.build_index()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 871, in build_index
feeds = feeds_from_index(self.parse_index(), oldest_article=self.oldest_article,
File "/tmp/calibre_0.7.47_tmp_wFMLYJ/calibre_0.7.47_PGVI0w_recipes/recipe0.py", line 52, in parse_index
for item in ritem.findAll('li'):
AttributeError: 'NoneType' object has no attribute 'findAll'
mgiammarco is offline   Reply With Quote
Old 03-10-2011, 04:15 AM   #2
mgiammarco
Junior Member
mgiammarco began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: kindle
No one can help?

No one has a problem similar to this? Can you give me an hint to where to start to debug?


Thanks,
Mario
mgiammarco is offline   Reply With Quote
Advert
Old 03-10-2011, 09:51 AM   #3
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by mgiammarco View Post
No one has a problem similar to this? Can you give me an hint to where to start to debug?


Thanks,
Mario
Look at parse_index where
Code:
            ritem = soup.find('ul',attrs={'id':'list'})
            for item in ritem.findAll('li'):
appears. You'll probably find that ritem is undefined on the page. Put in a test for existence, or some print statements to figure out what's happening.
Starson17 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
LEARNER - Home - Work . . . Same forums... Different Read status. wannabee General Discussions 1 11-09-2010 01:59 PM
No connection lvd4 Fictionwise eBookwise 1 10-10-2010 08:55 PM
Does the iLiad internet connection work in Australia Onemack iRex 8 10-22-2009 01:03 PM
Wireless internet connection frustrating IDS connection Socrates iRex 8 10-21-2009 12:46 PM
First connection Peregrine Sony Reader 5 11-02-2006 05:29 PM


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


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