-
-
Save buzolich/c6e89bdad230759dc389f09ff44bef95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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