You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
While running the :develop docker image in schedule mode I receive the following error after it has completed the run.
The task gets executed and the collection updates but as soon as it prints the error the container crashes.
Related to #293 ? There is no error if I run the task manually with PMM_RUN:true
|====================================================================================================|
| Finished 14:07 Run |
| Run Time: 0:00:22 |
|====================================================================================================|
| Traceback (most recent call last): |
Error in sys.excepthook:
Traceback (most recent call last):
File "/modules/util.py", line 154, in my_except_hook
print_multiline(line, critical=True)
File "/modules/util.py", line 146, in print_multiline
logger.handlers[1].setFormatter(logging.Formatter(" " * 65 + "| %(message)s"))
IndexError: list index out of range
Original exception was:
Traceback (most recent call last):
File "//plex_meta_manager.py", line 554, in <module>
hours = int(seconds // 3600)
TypeError: unsupported operand type(s) for //: 'NoneType' and 'int'
Edit: I might have misunderstood. Looks like the github develop branch indeed works.
Just pulled it and built the docker image manually. So far so good. Been testing for a while now and no crashing.
Describe the Bug
While running the :develop docker image in schedule mode I receive the following error after it has completed the run.
The task gets executed and the collection updates but as soon as it prints the error the container crashes.
Related to #293 ? There is no error if I run the task manually with
PMM_RUN:true
Plex Meta Manager Info
Link to logs (required)
The text was updated successfully, but these errors were encountered: