mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fail to fetch metadata if an actor have empty name #7154
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EdiTurn on GitHub (Jul 11, 2025).
This issue respects the following points:
Description of the bug
I'm managing Demon Slayer: Kimetsu no Yaiba in Jellyfin, but I found that the metadata for several episodes is not displaying correctly. When I attempted to manually fetch and overwrite the metadata, I encountered the following error in the logs.
Reproduction steps
Find a TV show on TMDB that has missing actor names in its data. Then try to fetch its metadata.
What is the current bug behavior?
When an actor's name is missing, the entire metadata for that episode fails to load properly.
In my case, the problematic actor is: https://www.themoviedb.org/person/2868405?language=zh-CN — their name is missing in the Simplified Chinese metadata on TMDB.
What is the expected correct behavior?
Discard the invalid data for individual actors, or allow empty names, instead of letting it prevent the rest of the episode's metadata from being retrieved.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
250708
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Jul 11, 2025):
This should be fixed in the Master by #14370