Ticket #852 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

newsfeed error(s)

Reported by: alexxx Owned by: kovidgoyal
Priority: minor Milestone:
Component: feeds2lrf Version: trunk
Keywords: Cc:

Description

Hi Kovid, I used calibre a lot in the past for fetching news, and had some problems just for Newsweek. Now with the latest install another problem appeared - I'm including the errors I get for the newsfeeds:

NYTimes, New Yorker? ---------------------------------------- 'None Type?' object is unsubscriptable Detailed traceback: Traceback (most recent call last): File "build/bdist.linux-i686/egg/calibre/gui2/main.py", line 522, in books_uploaded Type Error?: 'None Type?' object is unsubscriptable

but just if the Reader is plugged in - if it isnt, the feed is downloaded, and there's no problem in uploading it later

Thile for Newsweek the error is this:

Newsweek ---------------------------------------- safe_unicode() takes exactly 2 arguments (1 given) Detailed traceback: Traceback (most recent call last): File "build/bdist.linux-i686/egg/calibre/gui2/main.py", line 749, in news_fetched File "build/bdist.linux-i686/egg/calibre/gui2/main.py", line 1129, in conversion_job_exception Type Error?: safe_unicode() takes exactly 2 arguments (1 given)

Some other feeds run fine (e.g. NY Review of Books), but I didnt test them all...

thanks for your help & time !

alessandro

Change History

comment:1 Changed 2 years ago by kovidgoyal

  • Status changed from new to closed
  • Resolution set to fixed

Both those errors will be fixed in the next release.

Note: See TracTickets for help on using tickets.