Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error syncing tv shows from sonarr #2188

Closed
danpowell88 opened this issue Jul 1, 2023 · 2 comments
Closed

Error syncing tv shows from sonarr #2188

danpowell88 opened this issue Jul 1, 2023 · 2 comments

Comments

@danpowell88
Copy link

Describe the bug
When the sync task for sonarr runs it is throwing an exception and I end up with no episodes synced.

To Reproduce
Steps to reproduce the behavior:
Trigger a sync of episodes

Expected behavior
Episodes sync

Screenshots

Traceback (most recent call last):
  File "/app/bazarr/bin/bazarr/../libs/apscheduler/executors/base.py", line 125, in run_job
    retval = job.func(*job.args, **job.kwargs)
  File "/app/bazarr/bin/bazarr/sonarr/sync/episodes.py", line 67, in sync_episodes
    item = [x for x in episodeFiles if x[\'id\'] == episode[\'episodeFileId\']]
TypeError: \'NoneType\' object is not iterable

Software (please complete the following information):
Bazarr Version 1.2.2
Package Version v1.2.2-ls512 by linuxserver.io
Sonarr Version 4.0.0.548
Radarr Version 4.5.2.7388
Operating System Linux-5.19.17-Unraid-x86_64-with
Python Version 3.10.12
Bazarr Directory /app/bazarr/bin
Bazarr Config Directory/config
Uptime 0d 00:03:52
Time Zone Australia/Brisbane

Additional context
I've tried this on both the latest and development tags of the linuxserverio docker container with the same result.

morpheus65535 added a commit that referenced this issue Jul 4, 2023
@morpheus65535
Copy link
Owner

Should be fixed in upcoming beta. Please test and confirm.

@morpheus65535
Copy link
Owner

No news, good news.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants