This entry was posted on October 30, 2010 at 3:17 pm and is filed under Leechr. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Trying NZBIndex module..
No results.
Trying NZBMatrix module..
No results.
Traceback (most recent call last):
File “./leechr.py”, line 276, in
execfile(os.path.join(SCRIPTDIR,”main.py”))
File “/usr/local/Leechr/main.py”, line 1822, in
if not tmpFilename:
NameError: name ‘tmpFilename’ is not defined
kate@epona:~$
Traceback (most recent call last):
File “/usr/share/Leechr/leechr.py”, line 276, in
execfile(os.path.join(SCRIPTDIR,”main.py”))
File “/usr/share/Leechr/main.py”, line 1822, in
if not tmpFilename:
NameError: name ‘tmpFilename’ is not defined
October 30, 2010 at 4:38 pm |
One request: would you be willing to change the nse variable in main.py to the following?
nse = “%s-S%.2dE%.2d-%s” % (i['show_name'], i['season_num'], i['episode_num'], i['episode_name'])
This results in the .nzb files being named with the episode name at the end.
Thanks!
A.
October 30, 2010 at 6:35 pm |
The new version is giving me errors…
Trying NZBIndex module..
No results.
Trying NZBMatrix module..
No results.
Traceback (most recent call last):
File “./leechr.py”, line 276, in
execfile(os.path.join(SCRIPTDIR,”main.py”))
File “/usr/local/Leechr/main.py”, line 1822, in
if not tmpFilename:
NameError: name ‘tmpFilename’ is not defined
kate@epona:~$
October 30, 2010 at 10:19 pm |
Same issue for me with the new version:
Traceback (most recent call last):
File “/usr/share/Leechr/leechr.py”, line 276, in
execfile(os.path.join(SCRIPTDIR,”main.py”))
File “/usr/share/Leechr/main.py”, line 1822, in
if not tmpFilename:
NameError: name ‘tmpFilename’ is not defined
Thanks for such a great script!
October 31, 2010 at 2:41 pm |
This issue is detailed on the google code page:
http://code.google.com/p/leechr/issues/detail?id=68
It’s just a minor change that seems to work alright. Although given the recent activity I’m sure a .2 or similar will come out soon and fix it.
Thanks again for the great script.