-
Notifications
You must be signed in to change notification settings - Fork 278
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: list index out of range #7235
Comments
Seeing the same issue on Beyond-HD
|
INFOPython Version: ERROR2019-10-11 09:30:50 ERROR FORCEDSEARCHQUEUE-MANUAL-311714 :: [Beyond-HD] :: [baad1e5] Failed parsing provider. Traceback (most recent call last): File "C:\GitHub\Medusa\medusa\providers\torrent\html\beyondhd.py", line 114, in parse link = cells[1].find('a') IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
Anyone willing to share creds? |
@p0psicles sure, let's exchange on Discord |
|
INFOPython Version: ERROR2019-12-05 22:44:35 ERROR TORNADO :: [44cfeb7] Uncaught exception in APIv2: IndexError('list index out of range') Request: GET /api/v2/alias-source (127.0.0.1) Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/ext/tornado/web.py", line 1592, in _execute result = yield result File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1141, in run yielded = self.gen.throw(*exc_info) File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/base.py", line 83, in async_call content = yield IOLoop.current().run_in_executor(executor, prepared) File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/alias_source.py", line 44, in get data = find_alias_sources() File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/alias_source.py", line 19, in find_alias_sources last_refresh = get_last_refresh(mapping.get(identifier, identifier))[0]['last_refreshed'] IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-12-05 22:47:21 ERROR TORNADO :: [44cfeb7] Uncaught exception in APIv2: IndexError('list index out of range') Request: GET /api/v2/alias-source (127.0.0.1) Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/ext/tornado/web.py", line 1592, in _execute result = yield result File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1141, in run yielded = self.gen.throw(*exc_info) File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/base.py", line 83, in async_call content = yield IOLoop.current().run_in_executor(executor, prepared) File "/Users/ovidijus/Apps/Medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/alias_source.py", line 44, in get data = find_alias_sources() File "/Users/ovidijus/Apps/Medusa/medusa/server/api/v2/alias_source.py", line 19, in find_alias_sources last_refresh = get_last_refresh(mapping.get(identifier, identifier))[0]['last_refreshed'] IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
yeah that's weird. Can you reproduce it? |
INFOPython Version: ERROR2020-02-29 02:21:02 ERROR SNATCHQUEUE-SNATCH-355838 :: [] Snatch failed! For result: Lincoln.Rhyme.Hunt.for.the.Bone.Collector.S01E07.720p.HDTV.x264-AVS Traceback (most recent call last): File "/app/medusa/medusa/search/queue.py", line 459, in run self.success = snatch_episode(result) File "/app/medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) File "/app/medusa/medusa/clients/torrent/generic.py", line 238, in send_torrent if not self._get_auth(): File "/app/medusa/medusa/clients/torrent/deluged.py", line 44, in _get_auth return True if self.connect() else None File "/app/medusa/medusa/clients/torrent/deluged.py", line 57, in connect drpc = DelugeRPC(hostname[1], port=hostname[2], username=self.username, password=self.password) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-02-29 02:20:32 ERROR SNATCHQUEUE-SNATCH-311902 :: [] Snatch failed! For result: MacGyver.2016.S04E04.720p.HDTV.x264-AVS Traceback (most recent call last): File "/app/medusa/medusa/search/queue.py", line 459, in run self.success = snatch_episode(result) File "/app/medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) File "/app/medusa/medusa/clients/torrent/generic.py", line 238, in send_torrent if not self._get_auth(): File "/app/medusa/medusa/clients/torrent/deluged.py", line 44, in _get_auth return True if self.connect() else None File "/app/medusa/medusa/clients/torrent/deluged.py", line 57, in connect drpc = DelugeRPC(hostname[1], port=hostname[2], username=self.username, password=self.password) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-02-29 02:20:29 ERROR SNATCHQUEUE-SNATCH-349317 :: [] Snatch failed! For result: Charmed.2018.S02E14.720p.HDTV.x264-SVA Traceback (most recent call last): File "/app/medusa/medusa/search/queue.py", line 459, in run self.success = snatch_episode(result) File "/app/medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) File "/app/medusa/medusa/clients/torrent/generic.py", line 238, in send_torrent if not self._get_auth(): File "/app/medusa/medusa/clients/torrent/deluged.py", line 44, in _get_auth return True if self.connect() else None File "/app/medusa/medusa/clients/torrent/deluged.py", line 57, in connect drpc = DelugeRPC(hostname[1], port=hostname[2], username=self.username, password=self.password) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-05-26 09:19:44 ERROR SEARCHQUEUE-DAILY-SEARCH :: [EliteTracker] :: [d9c31da] DailySearchQueueItem Exception, error: IndexError('list index out of range',) Traceback (most recent call last): File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/search/queue.py", line 266, in run found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/search/core.py", line 526, in search_for_needed_episodes cur_provider.cache.update_cache(scheduler_start_time) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/tv/cache.py", line 225, in update_cache data = self._get_rss_data() File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/tv/cache.py", line 200, in _get_rss_data return {'entries': self.provider.search(self.search_params)} File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/providers/torrent/html/elitetracker.py", line 100, in search results += self.parse(response.text, mode, keywords=search_string) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/providers/torrent/html/elitetracker.py", line 122, in parse if torrent_rows[1].get_text(strip=True) == 'Aucun résultat': IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-09-07 00:21:26 ERROR TORNADO :: [708c2e9] Uncaught exception in APIv2: IndexError('list index out of range') Request: GET /**********/medusa/api/v2/internal/existingSeries?rootDirs=0,1 (127.0.0.1) Traceback (most recent call last): File "/home/**********/.medusa/ext/tornado/web.py", line 1592, in _execute result = yield result File "/home/**********/.medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/home/**********/.medusa/ext/tornado/gen.py", line 1141, in run yielded = self.gen.throw(*exc_info) File "/home/**********/.medusa/medusa/server/api/v2/base.py", line 83, in async_call content = yield IOLoop.current().run_in_executor(executor, prepared) File "/home/**********/.medusa/ext/tornado/gen.py", line 1133, in run value = future.result() File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/home/**********/.medusa/medusa/server/api/v2/internal.py", line 55, in get return resource_function() File "/home/**********/.medusa/medusa/server/api/v2/internal.py", line 76, in resource_existing_series root_dirs = [root_dirs[idx] for idx in root_dirs_indices] File "/home/**********/.medusa/medusa/server/api/v2/internal.py", line 76, in root_dirs = [root_dirs[idx] for idx in root_dirs_indices] IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-11-27 15:53:20 ERROR SEARCHQUEUE-BACKLOG-361753 :: [Beyond-HD] :: [e6025de] Failed parsing provider. Traceback (most recent call last): File "C:\GitHub\Medusa\medusa\providers\torrent\html\beyondhd.py", line 128, in parse download_url = urljoin(self.url, cells[2].find('a')['href']) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-11-29 22:36:45 ERROR SEARCHQUEUE-BACKLOG-360295 :: [Beyond-HD] :: [e6025de] Failed parsing provider. Traceback (most recent call last): File "C:\GitHub\Medusa\medusa\providers\torrent\html\beyondhd.py", line 128, in parse download_url = urljoin(self.url, cells[2].find('a')['href']) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2021-01-12 20:21:59 ERROR SEARCHQUEUE-BACKLOG-368121 :: [Beyond-HD] :: [698ca1d] Failed parsing provider. Traceback (most recent call last): File "/opt/medusa/medusa/providers/torrent/html/beyondhd.py", line 128, in parse download_url = urljoin(self.url, cells[2].find('a')['href']) IndexError: list index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2021-01-24 12:24:11 ERROR SEARCHQUEUE-DAILY-SEARCH :: [Speedcd] :: [2b874c2] DailySearchQueueItem Exception, error: IndexError('string index out of range') Traceback (most recent call last): File "/app/medusa/medusa/search/queue.py", line 295, in run found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force) File "/app/medusa/medusa/search/core.py", line 526, in search_for_needed_episodes cur_provider.cache.update_cache(scheduler_start_time) File "/app/medusa/medusa/tv/cache.py", line 226, in update_cache data = self._get_rss_data() File "/app/medusa/medusa/tv/cache.py", line 201, in _get_rss_data return {'entries': self.provider.search(self.search_params)} File "/app/medusa/medusa/providers/torrent/html/speedcd.py", line 104, in search html = response_json['Fs'][0][1][1][1] IndexError: string index out of range STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFO
Python Version:
2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:30:26) [MSC v.1500 64 bit (AMD64)]
Operating System:
Windows-10-10.0.18362
Locale:
cp1252
Branch: master
Database:
44.14
Commit: baad1e5
Link to Log: https://gist.github.com/ab11d90176bced5f9931431f8818cc8c
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: