-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Export] "no backend metadata was found". #150
Comments
This likely means, the import task hasn't run yet, in which case no metadata error is correct behavior as the exporter does not know yet how to contact emby about this change. Or the episode has not been matched. you can tell by doing something like this |
Jellyfin and plex both reported when running that command. They were both responsive the the import and exports too. Seems like an issue with the emby side of things |
could you go into your config and check the tasks log and see which task reported the problem? was it push or export |
The warning appears on both push and export log outputs |
I need to investigate a better way to trigger either push or export mode depending on metadata availability. Anyway to solve the problem right now you need to trigger export mode instead of push mode, to do so add this env variable in your docker-compose.yaml - WS_CRON_EXPORT_ARGS=-v --force-export-mode |
In few minutes once #151 is built, pull the new container and the issue should be gone for now. |
…pending on the availability of metadata from backends.
The export for "Show title" is ignored when exporting per the following error message:
WARNING: Ignoring [Show title (2022) - 01x004] for [emby] no backend metadata was found.
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: