nhasian
Posts: 2
|
Posted: Thu Jul 23, 2009 5:26 pm Post subject: pads stopped working :( |
|
|
I'm running pads with hellanzb in Ubuntu 64-bit Karmic Alpha3. everything was working fine until last sunday, that was the last day i got any new downloads. Now when i run ./pads manually from a terminal it says:
Quote: | $ ./pads
Traceback (most recent call last):
File "./pads", line 214, in <module>
main()
File "./pads", line 200, in main
truefalse,postid = nzbSearch(searchstring,postidlist)
File "./pads", line 152, in nzbSearch
pid = re.compile('.*(\d{7}).*').sub(r'\1',postid.id)
File "/usr/lib/pymodules/python2.6/feedparser.py", line 236, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'id'
|
How can I resolve the issue? Thanks in advance |
|