-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
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
[APP SUBMITTED]: IndexError: tuple index out of range #3064
Comments
INFOPython Version: ERROR2017-10-09 09:05:20 ERROR FINDPROPERS :: [Pretome] :: [d397bcb] Failed parsing provider. Traceback: 'Traceback (most recent call last):\n File "/home/pi/Medusa/medusa/providers/torrent/html/pretome.py", line 126, in parse\n seeders = try_int(cells[9].get_text(), 1)\nIndexError: list index out of range\n' Traceback (most recent call last): File "/home/pi/Medusa/medusa/providers/torrent/html/pretome.py", line 126, in parse seeders = try_int(cells[9].get_text(), 1) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2017-12-27 16:05:41 ERROR SHOWQUEUE-REFRESH :: [ecd4b38] 73807: Error while refreshing show Fire Chasers. Error: list index out of range Traceback (most recent call last): File "/home/pi/Medusa/medusa/show_queue.py", line 632, in run self.show.write_metadata() File "/home/pi/Medusa/medusa/tv/series.py", line 848, in write_metadata self.__get_images(metadata_provider) File "/home/pi/Medusa/medusa/tv/series.py", line 1197, in __get_images fanart_result = metadata_provider.create_fanart(self) or fanart_result File "/home/pi/Medusa/medusa/metadata/generic.py", line 299, in create_fanart return self.save_fanart(show_obj) File "/home/pi/Medusa/medusa/metadata/generic.py", line 516, in save_fanart fanart_data = self._retrieve_show_image(u'fanart', show_obj, which=which) File "/home/pi/Medusa/medusa/metadata/generic.py", line 729, in _retrieve_show_image indexer_show_obj = self._get_show_data(show_obj) File "/home/pi/Medusa/medusa/metadata/generic.py", line 852, in _get_show_data my_show = self.indexer_api[int(show_id)] File "/home/pi/Medusa/medusa/indexers/indexer_base.py", line 285, in __getitem__ self._get_show_data(key, self.config['language']) File "/home/pi/Medusa/medusa/indexers/tmdb/tmdb.py", line 460, in _get_show_data self._parse_images(sid) File "/home/pi/Medusa/medusa/indexers/tmdb/tmdb.py", line 361, in _parse_images self._save_images(sid, _images) File "/home/pi/Medusa/medusa/indexers/indexer_base.py", line 261, in _save_images highest_rated = images_by_rating[0] IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-08-02 18:49:45 ERROR SEARCHQUEUE-DAILY-SEARCH :: [Newpct] :: [f5973b2] Failed parsing provider. Traceback (most recent call last): File "E:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 140, in parse torrent_content = self._get_content(anchor.get('href'), mode) File "E:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 213, in _get_content return self._parse_download(torrent_content, mode) File "E:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 226, in _parse_download if not len(spans[0].contents)>1: IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-08-04 15:10:54 ERROR SEARCHQUEUE-DAILY-SEARCH :: [Newpct] :: [f5973b2] Failed parsing provider. Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 140, in parse torrent_content = self._get_content(anchor.get('href'), mode) File "C:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 213, in _get_content return self._parse_download(torrent_content, mode) File "C:\Medusa\Medusa\medusa\providers\torrent\html\newpct.py", line 226, in _parse_download size = spans[0].contents[1].strip() IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-09-27 18:04:31 ERROR SEARCHQUEUE-RETRY-76119 :: [65697f1] BraceMessage string formatting failed. Using representation instead. Traceback (most recent call last): File "/home/pi/Medusa/medusa/logger/adapters/style.py", line 40, in __str__ return self.msg.format(**kwargs) IndexError: tuple index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-09-27 20:07:33 ERROR SEARCHQUEUE-BACKLOG-337020 :: [65697f1] BraceMessage string formatting failed. Using representation instead. Traceback (most recent call last): File "/opt/medusa/medusa/logger/adapters/style.py", line 40, in __str__ return self.msg.format(**kwargs) IndexError: tuple index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-05 22:43:13 ERROR SEARCHQUEUE-DAILY-SEARCH :: [68b427c] BraceMessage string formatting failed. Using representation instead. Traceback (most recent call last): File "/home/pi/Medusa/medusa/logger/adapters/style.py", line 46, in __str__ return self.msg.format(**kwargs) IndexError: tuple index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@duramato |
INFOPython Version: ERROR2018-10-07 22:51:07 ERROR SEARCHQUEUE-DAILY-SEARCH :: [acd797b] BraceMessage string formatting failed. Using representation instead. Traceback (most recent call last): File "C:\Medusa\medusa\logger\adapters\style.py", line 40, in __str__ return self.msg.format(**kwargs) IndexError: tuple index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-05 05:16:14 ERROR POSTPROCESSOR :: [0c0a735] Exception generated: list index out of range Traceback (most recent call last): File "/app/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/app/medusa/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/app/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/app/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/app/medusa/medusa/process_tv.py", line 556, in process_media self.result = processor.process() File "/app/medusa/medusa/post_processor.py", line 1106, in process if int(ep_obj.season) > int(max_season[0]['max']): IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFO
Python Version:
2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2]
Operating System:
Linux-4.9.35-v7+-armv7l-with-debian-8.0
Locale:
UTF-8
Branch: develop
Database:
44.8
Commit: c3a7a22
Link to Log: https://gist.github.com/19e28ececb2afebb240c02b54a88fc6a
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: