We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems TV trending option is broken, movies come up but no TV.
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - TypeError: cannot concatenate 'str' and 'int' objects 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - 'tvdb_url': 'http://thetvdb.com/?tab=series&id='+data[i]['tvdb_id']} 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/home/xbmc/usntssearch/NZBmegasearch/SuggestionModule.py", line 329, in get_trends_show 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - showinfo_trend = self.get_trends_show() 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/home/xbmc/usntssearch/NZBmegasearch/SuggestionModule.py", line 196, in asktrend_show 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - self.__target(_self.__args, *_self.__kwargs) 2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.7/threading.py", line 763, in run 2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - self.run() 2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner 2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - Traceback (most recent call last): 2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - Exception in thread Thread-2:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems TV trending option is broken, movies come up but no TV.
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - TypeError: cannot concatenate 'str' and 'int' objects
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - 'tvdb_url': 'http://thetvdb.com/?tab=series&id='+data[i]['tvdb_id']}
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/home/xbmc/usntssearch/NZBmegasearch/SuggestionModule.py", line 329, in get_trends_show
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - showinfo_trend = self.get_trends_show()
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/home/xbmc/usntssearch/NZBmegasearch/SuggestionModule.py", line 196, in asktrend_show
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - self.__target(_self.__args, *_self.__kwargs)
2015-05-26 13:16:22,617 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.7/threading.py", line 763, in run
2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - self.run()
2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - Traceback (most recent call last):
2015-05-26 13:16:22,616 - TERMINAL_ERR - ERROR - Exception in thread Thread-2:
The text was updated successfully, but these errors were encountered: