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 04-16-2016, 12:27 PM   #1
rij73
Junior Member
rij73 began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Mar 2009
Device: iPod Touch
Huffington Post?

Today, the Huffington Post isn't working. It worked the last several days in a row and just broke today.

Code:
Fetch news from The Huffington Post
Resolved conversion options
calibre version: 2.55.0
{'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,
 'duplicate_links_in_toc': False,
 'embed_all_fonts': False,
 'embed_font_family': None,
 'enable_heuristics': False,
 'expand_css': False,
 'extra_css': None,
 'extract_to': None,
 'filter_css': None,
 'fix_indents': True,
 'font_size_mapping': None,
 'format_scene_breaks': True,
 'html_unwrap_factor': 0.4,
 'input_encoding': None,
 'input_profile': <calibre.customize.profiles.InputProfile object at 0x00000000027D36D8>,
 'insert_blank_line': False,
 'insert_blank_line_size': 0.5,
 '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_file_type': 'old',
 'mobi_ignore_margins': False,
 'mobi_keep_original_images': False,
 'mobi_toc_at_start': False,
 'no_chapters_in_toc': False,
 'no_inline_navbars': True,
 'no_inline_toc': False,
 'output_profile': <calibre.customize.profiles.KindleVoyageOutput object at 0x00000000027D3DD8>,
 'page_breaks_before': None,
 '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_fake_margins': True,
 'remove_first_image': False,
 'remove_paragraph_spacing': False,
 'remove_paragraph_spacing_indent_size': 1.5,
 'renumber_headings': True,
 'replace_scene_breaks': '',
 'search_replace': None,
 'series': None,
 'series_index': None,
 'share_not_sync': False,
 'smarten_punctuation': False,
 'sr1_replace': '',
 'sr1_search': '',
 'sr2_replace': '',
 'sr2_search': '',
 'sr3_replace': '',
 'sr3_search': '',
 'start_reading_at': None,
 'subset_embedded_fonts': False,
 'tags': None,
 'test': False,
 'timestamp': None,
 'title': None,
 'title_sort': None,
 'toc_filter': None,
 'toc_threshold': 6,
 'toc_title': None,
 'transform_css_rules': None,
 'unsmarten_punctuation': False,
 'unwrap_lines': True,
 'use_auto_toc': False,
 'verbose': 2}
InputFormatPlugin: Recipe Input running
Using custom recipe
Failed feed: Latest News
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Politics
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Media
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Business
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Entertainment
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Style
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Green
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Technology
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: Comedy
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Failed feed: World
Traceback (most recent call last):
  File "site-packages\calibre\web\feeds\news.py", line 1641, in parse_feeds
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 204, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 457, in http_response
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 221, in error
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 571, in http_error_302
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 203, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_mechanize.py", line 230, in _mech_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_opener.py", line 193, in open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 344, in _open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 332, in _call_chain
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1142, in http_open
  File "site-packages\mechanize-0.2.5-py2.7.egg\mechanize\_urllib2_fork.py", line 1118, in do_open
URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Link:http://www.huffingtonpost.com/2015/11/02/paul-singer-marco-rubio_n_8456530.html
Skipping article Stop The Presses: Billionaire Weirdo Likes Something! (Mon, 02 Nov, 2015 14:15) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/27/gop-debate-preview_n_8406152.html
Skipping article 5 Things To Watch For In Tonight's GOP Debate (Wed, 28 Oct, 2015 03:36) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/22/so-that-happened-bye-bye-biden_n_8367242.html
Skipping article Joe Biden Was A Bad Choice And Dems Are Lucky He Didn't Run (Fri, 23 Oct, 2015 03:31) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/21/jim-webb-campaign_n_8351988.html
Skipping article Jim Webb's Campaign Ends, Leaving More Questions Than Answers (Wed, 21 Oct, 2015 13:50) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/19/trey-gowdy-benghazi-casualty_n_8333958.html
Skipping article Trey Gowdy Reveals The Latest Benghazi Casualty: Trey Gowdy (Mon, 19 Oct, 2015 14:19) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/16/charlie-crist-congress-florida_n_8316070.html
Skipping article Charlie Crist Is Gonna Keep At This Politics Thing, Apparently (Fri, 16 Oct, 2015 13:00) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/15/so-that-happened-drone-papers_n_8311698.html
Skipping article Drone Papers Reveal Weak Links In The Kill Chain (Fri, 16 Oct, 2015 03:32) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/08/so-that-happened-kunduz_n_8273456.html
Skipping article Doctors Without Borders Meets Bombing Without Consequences (Sat, 10 Oct, 2015 05:03) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/10/08/marco-rubio-dark-money_n_8265650.html
Skipping article Hmm, This Dark Money Org Seems To Exist Just To Help Marco Rubio (Thu, 08 Oct, 2015 11:31) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/25/jeb-bush-donors-panic_n_8216032.html
Skipping article Jeb Bush Donors Are Not Panicking. Or Are They? Really, Who Can Tell? (Tue, 29 Sep, 2015 10:58) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/24/2016-campaign-music_n_8200212.html
Skipping article Why One Rocker Wants To Stay Off 2016ers' Campaign Playlists (Sat, 26 Sep, 2015 05:14) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/21/clinton-sanders-poll_n_8171746.html
Skipping article Clinton's Lead Over Sanders Both Growing And Shrinking, According To CNN (Mon, 21 Sep, 2015 09:03) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/18/bernie-sanders-liberty-university_n_8162736.html
Skipping article Bernie Sanders Reaches For The Converted At Liberty University (Sat, 19 Sep, 2015 05:02) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/16/rand-paul-tax-code-act_n_8148394.html
Skipping article Rand Paul Now Just An Itinerant Prop Comic, Apparently (Wed, 16 Sep, 2015 11:55) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/10/scott-walker-reverses-himself_n_8119458.html
Skipping article Scott Walker Reverses The Position He Took On Taking Positions (Thu, 10 Sep, 2015 13:53) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/10/democrats-additional-primary-debates_n_8118466.html
Skipping article Two DNC Vice-Chairs Push For Additional Primary Debates (Thu, 10 Sep, 2015 10:54) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/09/09/scott-walker-wont-take-questions_n_8111542.html
Skipping article Scott Walker Won't Take Questions About Past Or Future (Wed, 09 Sep, 2015 09:08) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/08/26/carly-fiorina-is-hopping-mad-at-cnn-over-looming-debate-snub_n_8046066.html
Skipping article Carly Fiorina Is Hopping Mad At CNN Over Looming Debate Snub (Wed, 26 Aug, 2015 15:37) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/08/24/scott-walker-china_n_8034134.html
Skipping article Scott Walker Wants Everyone To Know That He's Mad At China (Mon, 24 Aug, 2015 13:50) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/08/24/bill-kristol-gop-candidates_n_8033586.html
Skipping article Bill Kristol Begins His Quadrennial Panic Attack (Mon, 24 Aug, 2015 11:57) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/07/10/greece-crisis-so-that-happened_n_7765364.html
Skipping article World-Historical Deadbeats Demand Greece Pay Up, To Which Thomas Piketty Says 'LOL' (Fri, 10 Jul, 2015 03:36) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/07/08/jim-gilmore-2016_n_7754732.html
Skipping article Former Virginia Gov. Might Also Run For President Because Why Not? (Wed, 08 Jul, 2015 11:43) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/07/07/clinton-ropes-reporters-lol_n_7745504.html
Skipping article Don't Be The Dope Who Gets Roped: A Handy Guide For Campaign Journalists (Tue, 07 Jul, 2015 10:27) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/07/02/so-that-happened-juvenile-detention_n_7716084.html
Skipping article Civilized Nations Don't Put Children In Brutal Prisons, So Why Do We? (Thu, 02 Jul, 2015 13:45) from feed Original Reporting as it is too old.
Link:http://www.huffingtonpost.com/2015/07/01/2016-campaign-june_n_7709292.html
Skipping article Say Goodbye To Another Ridiculous June On The 2016 Campaign Trail (Wed, 01 Jul, 2015 15:37) from feed Original Reporting as it is too old.
Python function terminated unexpectedly
  No articles found, aborting (Error Code: 1)
Traceback (most recent call last):
  File "site.py", line 132, in main
  File "site.py", line 109, in run_entry_point
  File "site-packages\calibre\utils\ipc\worker.py", line 190, in main
  File "site-packages\calibre\gui2\convert\gui_conversion.py", line 25, in gui_convert
  File "site-packages\calibre\ebooks\conversion\plumber.py", line 1057, in run
  File "site-packages\calibre\customize\conversion.py", line 241, in __call__
  File "site-packages\calibre\ebooks\conversion\plugins\recipe_input.py", line 117, in convert
  File "site-packages\calibre\web\feeds\news.py", line 1029, in download
  File "site-packages\calibre\web\feeds\news.py", line 1202, in build_index
ValueError: No articles found, aborting
rij73 is offline   Reply With Quote
Old 04-16-2016, 11:40 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,320
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Those errors indicate the RSS feeds on the huffpo site are not working. You should send a message to the site admins. Though it's possible that the site has decided to discontinue its RSS feeds altogether.
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Huffington Post UK recipe Andrewzy Recipes 6 06-16-2012 09:17 AM
Huffington Post: The 15 Most Overrated Authors Joonbug1 Reading Recommendations 42 05-13-2011 03:03 AM
AOL in $315m Huffington Post deal boxcorner News 0 02-08-2011 02:32 AM
902 Pocketbook 902 shown on Huffington Post? EricLandes PocketBook 1 12-31-2010 06:17 PM
Huffington Post taking 70mins - normal? thetonyclifton Calibre 3 09-29-2010 05:34 PM


All times are GMT -4. The time now is 01:33 AM.


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