Skip to content
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

AnimeBytes throws error when trying to parse a result #9847

Closed
Theonepudding opened this issue Sep 9, 2021 · 0 comments · Fixed by #9850
Closed

AnimeBytes throws error when trying to parse a result #9847

Theonepudding opened this issue Sep 9, 2021 · 0 comments · Fixed by #9850

Comments

@Theonepudding
Copy link

INFO

Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.18
Commit: fbd43ad
Link to Log: No Log available

ERROR

2021-09-08 23:57:28 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [AnimeBytes] :: [fbd43ad] DailySearchQueueItem Exception, error: IndexError('list index out of range')
Traceback (most recent call last):
  File "C:\Medusa\Medusa\medusa\search\queue.py", line 295, in run
    found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force)
  File "C:\Medusa\Medusa\medusa\search\core.py", line 532, in search_for_needed_episodes
    cur_provider.cache.update_cache(scheduler_start_time)
  File "C:\Medusa\Medusa\medusa\tv\cache.py", line 226, in update_cache
    data = self._get_rss_data()
  File "C:\Medusa\Medusa\medusa\tv\cache.py", line 201, in _get_rss_data
    return {'entries': self.provider.search(self.search_params)}
  File "C:\Medusa\Medusa\medusa\providers\torrent\json\animebytes.py", line 115, in search
    results += self.parse(jdata, mode, show=ep_obj.series if ep_obj else None)
  File "C:\Medusa\Medusa\medusa\providers\torrent\json\animebytes.py", line 165, in parse
    torrent_container=properties[1],
IndexError: list index out of range

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@p0psicles p0psicles changed the title [APP SUBMITTED]: IndexError: list index out of range AnimeBytes throws error when trying to parse a result Sep 9, 2021
@p0psicles p0psicles linked a pull request Sep 10, 2021 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants