pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.81k stars 276 forks source link

[APP SUBMITTED]: IndexError: list index out of range #10150

Open lazeras opened 2 years ago

lazeras commented 2 years ago

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: pymedusa/Medusa@f35a19da6bc4efcafff8facca6a4d5b9e3f3f501 Link to Log: No Log available

ERROR

2021-12-06 15:11:12 ERROR    DOWNLOADHANDLER :: [f35a19d] Exception while checking torrent status. with error: list index out of range
Traceback (most recent call last):
  File "C:\Medusa\Medusa\medusa\schedulers\download_handler.py", line 389, in run
    self._update_status(torrent_client)
  File "C:\Medusa\Medusa\medusa\schedulers\download_handler.py", line 176, in _update_status
    status = client.get_status(history_result['info_hash'])
  File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 377, in get_status
    client_status.destination = torrent[26]
IndexError: list index out of range

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

lazeras commented 2 years ago

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: pymedusa/Medusa@1405fbb6eb8ef4d20fcca24c32ddca52b11f0f38 Link to Log: No Log available

ERROR

2022-01-24 09:48:12 ERROR    DOWNLOADHANDLER :: [1405fbb] Exception while checking torrent status. with error: list index out of range
Traceback (most recent call last):
  File "C:\Medusa\Medusa\medusa\schedulers\download_handler.py", line 389, in run
    self._update_status(torrent_client)
  File "C:\Medusa\Medusa\medusa\schedulers\download_handler.py", line 176, in _update_status
    status = client.get_status(history_result['info_hash'])
  File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 377, in get_status
    client_status.destination = torrent[26]
IndexError: list index out of range

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators