Skip to content

Instantly share code, notes, and snippets.

@bassings
Created August 20, 2018 13:27
Show Gist options
  • Save bassings/cbfb4740727d96f19cf8bfe8c24a835e to your computer and use it in GitHub Desktop.
Save bassings/cbfb4740727d96f19cf8bfe8c24a835e to your computer and use it in GitHub Desktop.
2018-08-21 10:26:51 DEBUG Thread_13 :: [f5973b2] Attempting to set status for episode Last Week Tonight with John Oliver 5x21 to 11
2018-08-21 10:26:51 ERROR Thread_13 :: [f5973b2] Exception generated: need more than 1 value to unpack
Traceback (most recent call last):
File "/var/lib/**********mediaserver/medusa/medusa/server/web/core/base.py", line 259, in async_call
result = function(**kwargs)
File "/var/lib/**********mediaserver/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 "/var/lib/**********mediaserver/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