Skip to content

Instantly share code, notes, and snippets.

@buzolich
Created November 14, 2018 13:12
Show Gist options
  • Save buzolich/c6e89bdad230759dc389f09ff44bef95 to your computer and use it in GitHub Desktop.
Save buzolich/c6e89bdad230759dc389f09ff44bef95 to your computer and use it in GitHub Desktop.
2018-11-14 08:10:12 DEBUG Thread_1 :: [77b2091] Attempting to set status for episode Empire (2015) 5x3 to 6
2018-11-14 08:10:12 ERROR Thread_1 :: [77b2091] Exception generated: need more than 1 value to unpack
Traceback (most recent call last):
File "/app/medusa/medusa/server/web/core/base.py", line 258, in async_call
result = function(**kwargs)
File "/app/medusa/medusa/server/web/home/handler.py", line 1897, 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