mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #116] [Bug]: Metadata not being retrieved in Plex for recently created channel #46
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#46
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 @blitzwing1999 on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/116
I've read the documentation.
Operating System
Debian 13
Your Bug Report
Describe the bug
I noticed how metadata like thumbnail, title and upload date was not getting populated for one recently created channel (as in, on YouTube) in my archive in Plex. When I checked the logs on my Plex server, I found this:
Notice how the path for the Posters starts with "20260216_" instead of a hard path. This causes my Plex server to attempt to contact 'hostnames' like "20260216_" as is evident on my DNS server. Furthermore something seems to be off with the way the TA server url gets concatenated if one value is None?
PS: The same thing happens on a fresh install of Debian 13 and Plex, this is not a cache issue.
Perhaps this gets fixed once https://github.com/tubearchivist/tubearchivist-plex/pull/115 is implemented.
Steps To Reproduce
Expected behavior
Videos from my TubeArchivist instance get populated with all their respective metadata.
Relevant log output
Anything else?
Feel free to contact me for more output in my logs and such.