Skip to content

Instantly share code, notes, and snippets.

@Xenocell12
Created July 28, 2018 03:17
Show Gist options
  • Save Xenocell12/6a9cea7b7c9ea56c88bd6d7d3ad79a37 to your computer and use it in GitHub Desktop.
Save Xenocell12/6a9cea7b7c9ea56c88bd6d7d3ad79a37 to your computer and use it in GitHub Desktop.
2018-07-27 22:16:13 INFO TORNADO :: [f5973b2] User logged into the Medusa web interface
2018-07-27 22:16:19 DEBUG Thread_1 :: [f5973b2] Checking GitHub for latest news.
2018-07-27 22:16:20 DEBUG Thread_1 :: [f5973b2] GET URL: https://cdn.pymedusa.com/news/news.md [Status: 200]
2018-07-27 22:16:20 DEBUG Thread_1 :: [f5973b2] User-Agent: Medusa/0.2.8 (Windows; 10; 93e778d1-91ec-11e8-91a7-00155d019523)
2018-07-27 22:16:20 DEBUG Thread_1 :: [f5973b2] GET URL: https://cdn.pymedusa.com/providers/broken_providers.json [Status: 200]
2018-07-27 22:16:20 DEBUG Thread_1 :: [f5973b2] User-Agent: Medusa/0.2.8 (Windows; 10; 93e778d1-91ec-11e8-91a7-00155d019523)
2018-07-27 22:16:20 INFO Thread_1 :: [f5973b2] Broken providers found: [u'torrent9']
2018-07-27 22:16:42 DEBUG Thread_1 :: [f5973b2] Attempting to set status for episode Umamusume: Pretty Derby 1x4 to 11
2018-07-27 22:16:42 ERROR Thread_1 :: [f5973b2] Exception generated: need more than 1 value to unpack
Traceback (most recent call last):
File "C:\Users\uTorrentVM\Medusa\medusa\server\web\core\base.py", line 259, in async_call
result = function(**kwargs)
File "C:\Users\uTorrentVM\Medusa\medusa\server\web\manage\handler.py", line 176, in changeEpisodeStatuses
self.setStatus(indexer_id_to_name(int(cur_indexer_id)), cur_series_id, '|'.join(to_change[(cur_indexer_id, cur_series_id)]), newStatus, direct=True)
File "C:\Users\uTorrentVM\Medusa\medusa\server\web\home\handler.py", line 1928, in setStatus
season_no, episode_no = cur_ep.lstrip('s').split('e')
ValueError: need more than 1 value to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment