Quote:
Originally Posted by kovidgoyal
And it works with
web2lrf --user-profile nwn2.py
?
|
My bad! I had made a change in the code in the Custom News Source in the GUI a couple of weeks ago and had not changed the command line version to match. But, yes, that code will run with web2lrf it just won't produce any data in the linked files. I have attached the corrected code to this message. It now produces useful out put when run from the command line. But I still get the following from the GUI.
'unicode' object has no attribute 'needs_subscription'
Detailed traceback:
Traceback (most recent call last):
File "libprs500/gui2/news.pyo", line 62, in fetch_news
AttributeError: 'unicode' object has no attribute 'needs_subscription''unicode' object has no attribute 'needs_subscription'
Detailed traceback:
Traceback (most recent call last):
File "libprs500/gui2/news.pyo", line 62, in fetch_news
AttributeError: 'unicode' object has no attribute 'needs_subscription'
Which is sort of odd since there is not sign in/password requirement on this RSS feed.