SOmehow when there is an error , it stops working.
I have this error :
22:23:11,270 INFO [app.lib.sabNzbd] NZB sent to SAB successfully.
22:30:36,156 INFO [app.lib.cron.cronRenamer] File still unpacking.
22:31:36,223 INFO [app.lib.cron.cronRenamer] Found movie via nfo file.
22:31:37,116 INFO [app.lib.provider.movie.sources.theMovieDb] TheMovieDB - Parsing RSS
22:31:37,160 INFO [app.lib.provider.movie.sources.theMovieDb] TheMovieDB - Found: [{'year': '2010', 'imdb': 'ttxxxxx', 'id': xxxx, 'name': u'xxxxxxxxxx'}]
22:31:37,162 INFO [app.lib.cron.cronRenamer] Finding quality for xxxxxxxxx.
22:31:37,191 CRITI [stderr] Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 50, in run
self.doRename()
File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 95, in doRename
finalDestination = self.renameFiles(files, movie['movie'], movie['queue'])
File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 162, in renameFiles
queue = self.getQueue(movie)
File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 132, in getQueue
for queue in movie.queue:
TypeError: 'NoneType' object is not iterable
I'll also download the new version to see if that might pick it all up






