RemiRigal/Plex-Auto-Languages

Scheduler Error in UnRaid Docker

shomilsaini opened this issue · 17 comments

2023-08-20 02:00:00,826 [INFO] Starting scheduler task
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/app/plex_auto_languages/utils/scheduler.py", line 22, in run
    schedule.run_pending()
  File "/usr/local/lib/python3.8/site-packages/schedule/__init__.py", line 822, in run_pending
    default_scheduler.run_pending()
  File "/usr/local/lib/python3.8/site-packages/schedule/__init__.py", line 100, in run_pending
    self._run_job(job)
  File "/usr/local/lib/python3.8/site-packages/schedule/__init__.py", line 172, in _run_job
    ret = job.run()
  File "/usr/local/lib/python3.8/site-packages/schedule/__init__.py", line 693, in run
    ret = self.job_func()
  File "main.py", line 107, in scheduler_callback
    self.plex.start_deep_analysis()
  File "/app/plex_auto_languages/plex_server.py", line 283, in start_deep_analysis
    episode.reload()
  File "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 394, in reload
    return self._reload(key=key, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 952, in _reload
    raise NotImplementedError('History objects cannot be reloaded. Use source() to get the source media item.')
NotImplementedError: History objects cannot be reloaded. Use source() to get the source media item.

I have the exact same issue
Any solution ?

Same for me in a proxmox docker.

Same for me in a proxmox docker.

Can you share your docker config ?
I will check if you've set everything correctly.

sure. my env is here: https://pastebin.com/uNNVbtw1 I pasted the minimal configuration into portainer: https://github.com/RemiRigal/Plex-Auto-Languages#docker-compose-minimal-configuration

Thank you, I don't see any problem of configuration.
When it happened to me, I just had to restart the app

Not specific to unraid, seeing this in docker on 22.04

Same as bakerboy, just started using this as of last night and went to go check on some docker stuff today and noticed this error in plexautolanguages logs.