View Single Post
Posts: 344 | Thanked: 73 times | Joined on Oct 2009 @ Los Angeles
#282
Originally Posted by Slocan View Post
Really? What's wrong with it? It was broken at some point, but that was fixed quite a while back. Can you start FeedingIt from the command line, and try it? See if there is any message there. Thanks.
~ $ FeedingIt
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "FeedingIt.py", line 168, in run
self.listing.updateFeed(self.key, self.config.getExpiry(), imageCache=self.config.getImageCache() )
File "/home/opt/FeedingIt/rss.py", line 528, in updateFeed
feed = self.getFeed(key)
File "/home/opt/FeedingIt/rss.py", line 540, in getFeed
feed = self.loadFeed(key)
File "/home/opt/FeedingIt/rss.py", line 501, in loadFeed
feed = pickle.load(file)
File "/usr/lib/python2.5/pickle.py", line 1370, in load
return Unpickler(file).load()
File "/usr/lib/python2.5/pickle.py", line 858, in load
dispatch[key](self)
File "/usr/lib/python2.5/pickle.py", line 880, in load_eof
raise EOFError
EOFError

Traceback (most recent call last):
File "FeedingIt.py", line 793, in button_markAll
feed = self.listing.getFeed(key)
File "/home/opt/FeedingIt/rss.py", line 540, in getFeed
feed = self.loadFeed(key)
File "/home/opt/FeedingIt/rss.py", line 501, in loadFeed
feed = pickle.load(file)
File "/usr/lib/python2.5/pickle.py", line 1370, in load
return Unpickler(file).load()
File "/usr/lib/python2.5/pickle.py", line 858, in load
dispatch[key](self)
File "/usr/lib/python2.5/pickle.py", line 880, in load_eof
raise EOFError
EOFError
~ $
 

The Following User Says Thank You to sorodoros For This Useful Post: