|
Latest Uploads |
Browse Latest Uploads |
Latest Uploads (Feed) |
Kindle Download Guide |
Formats |
Kindle (MOBI) |
Sony BBeB (LRF) |
ePub (EPUB) |
eBookwise (IMP) |
Miscellaneous |
Search Forums |
Advanced Search |
Attachment Search |
Find New Posts |
All New Posts |
- w/o E-Book Uploads |
Last 24 Hours |
Last 2 Days |
Last 5 Days |
Your Posts |
Go to Page... |
![]() |
|
Thread Tools | Search this Thread |
![]() |
#1 |
Newsbeamer dev
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123
Karma: 1000
Join Date: Dec 2011
Device: Kindle Voyage
|
Forbidden error when using recipe
A recipe that somebody here has been helping write seems to work well in terms of finding the latest article URLs.
But when it tries to download them, it fails with "FetchError: Forbidden" for every article. I've included below both the recipe Spoiler:
#!/usr/bin/env python
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>' __license__ = 'GPL v3' ''' calibre recipe for prospectmagazine.co.uk ''' import re from calibre.web.feeds.recipes import BasicNewsRecipe class ProspectMagUK(BasicNewsRecipe): description = 'A general-interest publication offering analysis and commentary about politics, news and culture.' __author__ = 'barty1' timefmt = ' [%d %B %Y]' no_stylesheets = True language = 'en' title = 'Prospect Magazine (UK)' INDEX = 'http://www.prospectmagazine.co.uk/current-issue/' max_articles_per_feed = 50 auto_cleanup = False needs_subscription = True def get_browser(self): br = BasicNewsRecipe.get_browser() if self.username is not None and self.password is not None: br.open('http://www.prospectmagazine.co.uk/wp-login.php') br.select_form(name='loginform') br['log'] = self.username br['pwd'] = self.password br.submit() return br def parse_index(self): and the log file Spoiler:
ebook-convert prospectmaguk.recipe prospect.mobi -vv --username "XXX" --password "XXX"
Resolved conversion options calibre version: 0.8.31 {'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, 'enable_heuristics': 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 0x37371d0>, '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_ignore_margins': False, 'mobi_toc_at_start': False, 'no_chapters_in_toc': False, 'no_inline_navbars': False, 'no_inline_toc': False, 'output_profile': <calibre.customize.profiles.OutputProfile object at 0x3737590>, 'page_breaks_before': None, 'password': u'dasilva1', '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': '', 'rescale_images': False, 'series': None, 'series_index': None, 'share_not_sync': False, '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, 'unsmarten_punctuation': False, 'unwrap_lines': True, 'use_auto_toc': False, 'username': u'jamierc1@gmail.com', 'verbose': 2} 1% Converting input to HTML... InputFormatPlugin: Recipe Input running 1% Fetching feeds... Found article: The Olympic shadow :: http://www.prospectmagazine.co.uk/20...lympic-shadow/ Found article: Who holds the power? :: http://www.prospectmagazine.co.uk/20...lds-the-power/ Found article: The DNA of a generation :: http://www.prospectmagazine.co.uk/20...-a-generation/ Found article: Sealed in wax :: http://www.prospectmagazine.co.uk/20...ch-revolution/ Found article: Making the grade :: http://www.prospectmagazine.co.uk/20...hools-working/ Found article: Freud: the last great Enlightenment thinker :: http://www.prospectmagazine.co.uk/20...nment-thinker/ Found article: Freud slips :: http://www.prospectmagazine.co.uk/20...poll-lib-dems/ Found article: Time travel :: http://www.prospectmagazine.co.uk/2011/12/time-travel/ Found article: Total escape :: http://www.prospectmagazine.co.uk/2011/12/total-escape/ Found article: Tyger! Tyger! :: http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ Found article: Scottish sleeper :: http://www.prospectmagazine.co.uk/20...live-anderson/ Found article: Keys to the city :: http://www.prospectmagazine.co.uk/20...y-paris-berli/ Found article: Shrinking the City :: http://www.prospectmagazine.co.uk/20...ity-interview/ Found article: 2012: baked beans, iPhones and protest :: http://www.prospectmagazine.co.uk/20...s-and-protest/ Found article: Adair Turner: the interview :: http://www.prospectmagazine.co.uk/20...the-interview/ Found article: What do they want? :: http://www.prospectmagazine.co.uk/20...-giles-fraser/ Found article: Is America ungovernable? :: http://www.prospectmagazine.co.uk/20...cullen-murphy/ Found article: Greeks bearing gifts :: http://www.prospectmagazine.co.uk/20...bearing-gifts/ Found article: Australia’s Bilbao? :: http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ Found article: A mixed blessing :: http://www.prospectmagazine.co.uk/20...ixed-blessing/ Found article: China diary :: http://www.prospectmagazine.co.uk/20...china-diary-5/ Found article: Going for the burn :: http://www.prospectmagazine.co.uk/20...-for-the-burn/ Found article: The month in science :: http://www.prospectmagazine.co.uk/20...-in-science-6/ Found article: What a difference a decade makes :: http://www.prospectmagazine.co.uk/20...-decade-makes/ Found article: Country strong :: http://www.prospectmagazine.co.uk/20...cape-painting/ Found article: The enchanted portal :: http://www.prospectmagazine.co.uk/20...hanted-portal/ Found article: Making a drama out of the crisis :: http://www.prospectmagazine.co.uk/20...of-the-crisis/ Found article: The month in books :: http://www.prospectmagazine.co.uk/20...th-in-books-3/ Found article: Keeping watch over the sheep :: http://www.prospectmagazine.co.uk/20...ver-the-sheep/ Found article: Screensavers :: http://www.prospectmagazine.co.uk/20...creensavers-2/ Found article: Matters of taste :: http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ Found article: Investment :: http://www.prospectmagazine.co.uk/2011/12/investment-5/ Found article: Leith on life :: http://www.prospectmagazine.co.uk/20...-new-passport/ Found article: If I ruled the world: Sandi Toksvig :: http://www.prospectmagazine.co.uk/20...sandi-toksvig/ Found article: Prospect recommends: January :: http://www.prospectmagazine.co.uk/20...mends-january/ Found article: New Year’s resolutions :: http://www.prospectmagazine.co.uk/20...rbara-windsor/ Found article: The way we were: moving with the times :: http://www.prospectmagazine.co.uk/20...ith-the-times/ Found article: In fact :: http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ Found article: Editorial: Don't write off 2012 :: http://www.prospectmagazine.co.uk/20...rite-off-2012/ Found article: Letters :: http://www.prospectmagazine.co.uk/2011/12/letters-27/ 1% Got feeds from index page 1% Trying to download cover... 34% Downloading cover from http://www.prospectmagazine.co.uk/wp...covers/190.jpg 1% Generating masthead... Synthesizing mastheadImage Downloading Fetching http://www.prospectmagazine.co.uk/20...lympic-shadow/ Downloading 1% Starting download [5 thread(s)]...Downloading Fetching http://www.prospectmagazine.co.uk/20...er/Downloading Fetching http://www.prospectmagazine.co.uk/20...hools-working/ Fetching http://www.prospectmagazine.co.uk/20...ch-revolution/ Downloading Fetching http://www.prospectmagazine.co.uk/20...-a-generation/ Could not fetch link http://www.prospectmagazine.co.uk/20...lympic-shadow/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...lympic-shadow/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...nment-thinker/ Could not fetch link http://www.prospectmagazine.co.uk/20...ch-revolution/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...ch-revolution/ saved to Could not fetch link http://www.prospectmagazine.co.uk/20...-a-generation/ Downloading Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-a-generation/ saved to Fetching http://www.prospectmagazine.co.uk/20...ms/Downloading Fetching http://www.prospectmagazine.co.uk/2011/12/time-travel/ Could not fetch link http://www.prospectmagazine.co.uk/20...he-power/Could not fetch link http://www.prospectmagazine.co.uk/20...hools-working/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...hools-working/ saved to Downloading Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden Fetching http://www.prospectmagazine.co.uk/2011/12/total-escape/ http://www.prospectmagazine.co.uk/20...lds-the-power/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ Failed to download article: The Olympic shadow from http://www.prospectmagazine.co.uk/20...lympic-shadow/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 1% Article download failed: u'The Olympic shadow' Failed to download article: Sealed in wax from http://www.prospectmagazine.co.uk/20...ch-revolution/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 2% Article download failed: u'Sealed in wax' Failed to download article: The DNA of a generation from http://www.prospectmagazine.co.uk/20...-a-generation/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 3% Article download failed: u'The DNA of a generation' Failed to download article: Making the grade from http://www.prospectmagazine.co.uk/20...hools-working/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 4% Article download failed: u'Making the grade' Failed to download article: Who holds the power? from http://www.prospectmagazine.co.uk/20...lds-the-power/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 5% Article download failed: u'Who holds the power?' Could not fetch link http://www.prospectmagazine.co.uk/2011/12/time-travel/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/time-travel/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...live-anderson/ Failed to download article: Time travel from http://www.prospectmagazine.co.uk/2011/12/time-travel/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 5% Article download failed: u'Time travel' Could not fetch link http://www.prospectmagazine.co.uk/20...poll-lib-dems/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...poll-lib-dems/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...y-paris-berli/ Could not fetch link http://www.prospectmagazine.co.uk/2011/12/total-escape/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/total-escape/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...ity-interview/ Failed to download article: Freud slips from http://www.prospectmagazine.co.uk/20...poll-lib-dems/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 6% Article download failed: u'Freud slips' Failed to download article: Total escape from http://www.prospectmagazine.co.uk/2011/12/total-escape/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 7% Article download failed: u'Total escape' Could not fetch link http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ saved to Downloading Failed to download article: Tyger! Tyger! fromFetching http://www.prospectmagazine.co.uk/20...s-and-protest/ http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 8% Article download failed: u'Tyger! Tyger!' Could not fetch link http://www.prospectmagazine.co.uk/20...nment-thinker/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...nment-thinker/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...the-interview/ Failed to download article: Freud: the last great Enlightenment thinker from http://www.prospectmagazine.co.uk/20...nment-thinker/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 9% Article download failed: u'Freud: the last great Enlightenment thinker' Could not fetch link http://www.prospectmagazine.co.uk/20...ity-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...ity-interview/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...-giles-fraser/ Could not fetch link http://www.prospectmagazine.co.uk/20...y-paris-berli/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...y-paris-berli/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...cullen-murphy/ Failed to download article: Shrinking the City from http://www.prospectmagazine.co.uk/20...ity-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 10% Article download failed: u'Shrinking the City' Failed to download article: Keys to the city from http://www.prospectmagazine.co.uk/20...y-paris-berli/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 10% Article download failed: u'Keys to the city' Could not fetch link http://www.prospectmagazine.co.uk/20...live-anderson/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...live-anderson/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...bearing-gifts/ Failed to download article: Scottish sleeper from http://www.prospectmagazine.co.uk/20...live-anderson/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 11% Article download failed: u'Scottish sleeper' Could not fetch link http://www.prospectmagazine.co.uk/20...the-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...the-interview/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ Failed to download article: Adair Turner: the interview from http://www.prospectmagazine.co.uk/20...the-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 12% Article download failed: u'Adair Turner: the interview' Could not fetch link http://www.prospectmagazine.co.uk/20...s-and-protest/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...s-and-protest/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...ixed-blessing/ Failed to download article: 2012: baked beans, iPhones and protest from http://www.prospectmagazine.co.uk/20...s-and-protest/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 13% Article download failed: u'2012: baked beans, iPhones and protest' Could not fetch link http://www.prospectmagazine.co.uk/20...-giles-fraser/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-giles-fraser/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...china-diary-5/ Could not fetch link http://www.prospectmagazine.co.uk/20...cullen-murphy/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...cullen-murphy/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...-for-the-burn/ Failed to download article: What do they want? from http://www.prospectmagazine.co.uk/20...-giles-fraser/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 14% Article download failed: u'What do they want?' Failed to download article: Is America ungovernable? from http://www.prospectmagazine.co.uk/20...cullen-murphy/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 15% Article download failed: u'Is America ungovernable?' Could not fetch link http://www.prospectmagazine.co.uk/20...bearing-gifts/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...bearing-gifts/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...-in-science-6/ Could not fetch link http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...-decade-makes/ Failed to download article: Greeks bearing gifts from http://www.prospectmagazine.co.uk/20...bearing-gifts/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 15% Article download failed: u'Greeks bearing gifts' Failed to download article: Australia’s Bilbao? from http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 16% Article download failed: u'Australia\u2019s Bilbao?' Could not fetch link http://www.prospectmagazine.co.uk/20...-for-the-burn/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-for-the-burn/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...cape-painting/ Could not fetch link http://www.prospectmagazine.co.uk/20...ixed-blessing/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...ixed-blessing/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...hanted-portal/ Failed to download article: Going for the burn from http://www.prospectmagazine.co.uk/20...-for-the-burn/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 17% Article download failed: u'Going for the burn' Failed to download article: A mixed blessing from http://www.prospectmagazine.co.uk/20...ixed-blessing/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 18% Article download failed: u'A mixed blessing' Could not fetch link http://www.prospectmagazine.co.uk/20...-in-science-6/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-in-science-6/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...of-the-crisis/ Failed to download article: The month in science from http://www.prospectmagazine.co.uk/20...-in-science-6/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 19% Article download failed: u'The month in science' Could not fetch link http://www.prospectmagazine.co.uk/20...china-diary-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...china-diary-5/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...th-in-books-3/ Failed to download article: China diary from http://www.prospectmagazine.co.uk/20...china-diary-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 19% Article download failed: u'China diary' Could not fetch link http://www.prospectmagazine.co.uk/20...cape-painting/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...cape-painting/ saved to Downloading Could not fetch link http://www.prospectmagazine.co.uk/20...hanted-portal/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden Fetching http://www.prospectmagazine.co.uk/20...ver-the-sheep/ http://www.prospectmagazine.co.uk/20...hanted-portal/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...creensavers-2/ Failed to download article: Country strong from http://www.prospectmagazine.co.uk/20...cape-painting/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 20% Article download failed: u'Country strong' Failed to download article: The enchanted portal from http://www.prospectmagazine.co.uk/20...hanted-portal/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 21% Article download failed: u'The enchanted portal' Could not fetch link http://www.prospectmagazine.co.uk/20...th-in-books-3/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...th-in-books-3/ saved to Downloading Failed to download article: The month in books from http://www.prospectmagazine.co.uk/20...th-in-books-3/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Fetching 22% Article download failed: u'The month in books' http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ Could not fetch link http://www.prospectmagazine.co.uk/20...-decade-makes/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-decade-makes/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/2011/12/investment-5/ Failed to download article: What a difference a decade makes from http://www.prospectmagazine.co.uk/20...-decade-makes/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 23% Article download failed: u'What a difference a decade makes' Could not fetch link http://www.prospectmagazine.co.uk/20...of-the-crisis/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...of-the-crisis/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...-new-passport/ Failed to download article: Making a drama out of the crisis from http://www.prospectmagazine.co.uk/20...of-the-crisis/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 24% Article download failed: u'Making a drama out of the crisis' Could not fetch link http://www.prospectmagazine.co.uk/20...creensavers-2/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...creensavers-2/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...sandi-toksvig/ Could not fetch link http://www.prospectmagazine.co.uk/20...ver-the-sheep/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...ver-the-sheep/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...mends-january/ Failed to download article: Screensavers from http://www.prospectmagazine.co.uk/20...creensavers-2/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 24% Article download failed: u'Screensavers' Failed to download article: Keeping watch over the sheep from http://www.prospectmagazine.co.uk/20...ver-the-sheep/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 25% Article download failed: u'Keeping watch over the sheep' Could not fetch link http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...rbara-windsor/ Could not fetch link http://www.prospectmagazine.co.uk/2011/12/investment-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/investment-5/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...ith-the-times/ Failed to download article: Matters of taste from http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 26% Article download failed: u'Matters of taste' Failed to download article: Investment from http://www.prospectmagazine.co.uk/2011/12/investment-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 27% Article download failed: u'Investment' Could not fetch link http://www.prospectmagazine.co.uk/20...-new-passport/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...-new-passport/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ Failed to download article: Leith on life from http://www.prospectmagazine.co.uk/20...-new-passport/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 28% Article download failed: u'Leith on life' Could not fetch link http://www.prospectmagazine.co.uk/20...rbara-windsor/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...rbara-windsor/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/20...rite-off-2012/ Could not fetch link http://www.prospectmagazine.co.uk/20...ith-the-times/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...ith-the-times/ saved to Downloading Fetching http://www.prospectmagazine.co.uk/2011/12/letters-27/ Failed to download article: New Year’s resolutions from http://www.prospectmagazine.co.uk/20...rbara-windsor/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 29% Article download failed: u'New Year\u2019s resolutions' Failed to download article: The way we were: moving with the times from http://www.prospectmagazine.co.uk/20...ith-the-times/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 29% Article download failed: u'The way we were: moving with the times' Could not fetch link http://www.prospectmagazine.co.uk/20...sandi-toksvig/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...sandi-toksvig/ saved to Failed to download article: If I ruled the world: Sandi Toksvig from http://www.prospectmagazine.co.uk/20...sandi-toksvig/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 30% Article download failed: u'If I ruled the world: Sandi Toksvig' Could not fetch link http://www.prospectmagazine.co.uk/20...mends-january/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...mends-january/ saved to Failed to download article: Prospect recommends: January from http://www.prospectmagazine.co.uk/20...mends-january/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 31% Article download failed: u'Prospect recommends: January' Could not fetch link http://www.prospectmagazine.co.uk/20...rite-off-2012/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/20...rite-off-2012/ saved to Could not fetch link http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ saved to Failed to download article: Editorial: Don't write off 2012 from http://www.prospectmagazine.co.uk/20...rite-off-2012/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 32% Article download failed: u"Editorial: Don't write off 2012" Failed to download article: In fact from http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 33% Article download failed: u'In fact' Could not fetch link http://www.prospectmagazine.co.uk/2011/12/letters-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 420, in process_links dsrc = self.fetch_url(iurl) File "/usr/lib/calibre/calibre/web/fetch/simple.py", line 219, in fetch_url raise FetchError, responses[err.code] FetchError: Forbidden http://www.prospectmagazine.co.uk/2011/12/letters-27/ saved to Failed to download article: Letters from http://www.prospectmagazine.co.uk/2011/12/letters-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 34% Article download failed: u'Letters' 34% Feeds downloaded to /tmp/calibre_0.8.31_tmp_waKcr9/1bn7jK_plumber/index.html 34% Download finished Failed to download the following articles: The Olympic shadow from Issue 190 http://www.prospectmagazine.co.uk/20...lympic-shadow/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Sealed in wax from Issue 190 http://www.prospectmagazine.co.uk/20...ch-revolution/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log The DNA of a generation from Issue 190 http://www.prospectmagazine.co.uk/20...-a-generation/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Making the grade from Issue 190 http://www.prospectmagazine.co.uk/20...hools-working/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Who holds the power? from Issue 190 http://www.prospectmagazine.co.uk/20...lds-the-power/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Time travel from Issue 190 http://www.prospectmagazine.co.uk/2011/12/time-travel/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Freud slips from Issue 190 http://www.prospectmagazine.co.uk/20...poll-lib-dems/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Total escape from Issue 190 http://www.prospectmagazine.co.uk/2011/12/total-escape/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Tyger! Tyger! from Issue 190 http://www.prospectmagazine.co.uk/2011/12/tyger-tyger/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Freud: the last great Enlightenment thinker from Issue 190 http://www.prospectmagazine.co.uk/20...nment-thinker/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Shrinking the City from Issue 190 http://www.prospectmagazine.co.uk/20...ity-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Keys to the city from Issue 190 http://www.prospectmagazine.co.uk/20...y-paris-berli/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Scottish sleeper from Issue 190 http://www.prospectmagazine.co.uk/20...live-anderson/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Adair Turner: the interview from Issue 190 http://www.prospectmagazine.co.uk/20...the-interview/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log 2012: baked beans, iPhones and protest from Issue 190 http://www.prospectmagazine.co.uk/20...s-and-protest/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log What do they want? from Issue 190 http://www.prospectmagazine.co.uk/20...-giles-fraser/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Is America ungovernable? from Issue 190 http://www.prospectmagazine.co.uk/20...cullen-murphy/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Greeks bearing gifts from Issue 190 http://www.prospectmagazine.co.uk/20...bearing-gifts/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Australia’s Bilbao? from Issue 190 http://www.prospectmagazine.co.uk/20...80%99s-bilbao/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Going for the burn from Issue 190 http://www.prospectmagazine.co.uk/20...-for-the-burn/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log A mixed blessing from Issue 190 http://www.prospectmagazine.co.uk/20...ixed-blessing/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log The month in science from Issue 190 http://www.prospectmagazine.co.uk/20...-in-science-6/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log China diary from Issue 190 http://www.prospectmagazine.co.uk/20...china-diary-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Country strong from Issue 190 http://www.prospectmagazine.co.uk/20...cape-painting/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log The enchanted portal from Issue 190 http://www.prospectmagazine.co.uk/20...hanted-portal/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log The month in books from Issue 190 http://www.prospectmagazine.co.uk/20...th-in-books-3/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log What a difference a decade makes from Issue 190 http://www.prospectmagazine.co.uk/20...-decade-makes/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Making a drama out of the crisis from Issue 190 http://www.prospectmagazine.co.uk/20...of-the-crisis/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Screensavers from Issue 190 http://www.prospectmagazine.co.uk/20...creensavers-2/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Keeping watch over the sheep from Issue 190 http://www.prospectmagazine.co.uk/20...ver-the-sheep/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Matters of taste from Issue 190 http://www.prospectmagazine.co.uk/20...rs-of-taste-9/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Investment from Issue 190 http://www.prospectmagazine.co.uk/2011/12/investment-5/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Leith on life from Issue 190 http://www.prospectmagazine.co.uk/20...-new-passport/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log New Year’s resolutions from Issue 190 http://www.prospectmagazine.co.uk/20...rbara-windsor/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log The way we were: moving with the times from Issue 190 http://www.prospectmagazine.co.uk/20...ith-the-times/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log If I ruled the world: Sandi Toksvig from Issue 190 http://www.prospectmagazine.co.uk/20...sandi-toksvig/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Prospect recommends: January from Issue 190 http://www.prospectmagazine.co.uk/20...mends-january/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Editorial: Don't write off 2012 from Issue 190 http://www.prospectmagazine.co.uk/20...rite-off-2012/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log In fact from Issue 190 http://www.prospectmagazine.co.uk/2011/12/in-fact-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Letters from Issue 190 http://www.prospectmagazine.co.uk/2011/12/letters-27/ Traceback (most recent call last): File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run (request, request.callable(*request.args, **request.kwds)) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 968, in fetch_article return self._fetch_article(url, dir, f, a, num_of_feeds) File "/usr/lib/calibre/calibre/web/feeds/news.py", line 963, in _fetch_article raise Exception(msg) Exception: Could not fetch article. The debug traceback is available earlier in this log Parsing all content... Parsing index.html ... Forcing index.html into XHTML namespace Parsing feed_0/index.html ... Forcing feed_0/index.html into XHTML namespace Reading TOC from NCX... 34% Running transforms on ebook... Merging user specified metadata... Detecting structure... Flattening CSS and remapping font sizes... Source base font size is 12.00000pt Removing fake margins... Parsing stylesheet.css ... Found 3 items of level: div_1 Found 1 items of level: div_2 Found 2 items of level: p_2 Ignoring level p_2 div_1 left margin stats: Counter() div_1 right margin stats: Counter() div_2 left margin stats: Counter() div_2 right margin stats: Counter() Cleaning up manifest... Trimming unused files from manifest... Creating MOBI Output... 67% Creating MOBI Output Applying case-transforming CSS... Parsing manglecase.css ... Rasterizing SVG images... Converting XHTML to Mobipocket markup... Using mastheadImage supplied in manifest... Serializing images... Serializing markup content... Compressing markup content... No TOC, MOBI index not generated MOBI output written to /home/jamierc/Downloads/prospect.mobi Really grateful if somebody could take a look. Last edited by duluoz; 12-19-2011 at 07:10 PM. |
![]() |
![]() |
![]() |
#2 |
Newsbeamer dev
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123
Karma: 1000
Join Date: Dec 2011
Device: Kindle Voyage
|
[SOLVED]. There was a problem with the website, not the recipe. Webmaster informed, he fixed it, and the recipe is now working like a charm
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion Error -Recipe | zulu5432678 | Recipes | 0 | 11-24-2011 10:47 AM |
Error while using Google Reader Recipe | cobraa | Recipes | 2 | 04-18-2011 09:44 PM |
PopSci Recipe Download Error | cityzen | Recipes | 0 | 02-14-2011 05:59 PM |
xkcd recipe error | sonyreaderuser | Calibre | 3 | 09-18-2010 05:00 PM |
6.10 Recipe Customizer Error | estral | Calibre | 1 | 08-28-2009 03:33 PM |