Skip to content

Instantly share code, notes, and snippets.

@mikedm139
Created October 13, 2013 15:04
Show Gist options
  • Save mikedm139/6963316 to your computer and use it in GitHub Desktop.
Save mikedm139/6963316 to your computer and use it in GitHub Desktop.
CP Downloader error
ERROR [tato.core.plugins.renamer] Failed checking for release in downloader: Traceback (most recent call last):
File "/usr/local/couchpotato_v2/couchpotato/core/plugins/renamer/main.py", line 685, in checkSnatched
nzbname = self.createNzbName(rel_dict['info'], movie_dict)
File "/usr/local/couchpotato_v2/couchpotato/core/plugins/base.py", line 294, in createNzbName
return '%s%s' % (toSafeString(data.get('name')[:127 - len(tag)]), tag)
TypeError: 'int' object is unsubscriptable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment