Skip to content

[Bug]: Metadata not being retrieved in Plex for recently created channel #116

@blitzwing1999

Description

@blitzwing1999

I've read the documentation.

  • I'm running the latest version of the TubeArchivist Plex Integration Scanner and Agent. I have read the latest release notes and installation instructions.

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:

2026-02-16 18:11:30,596 (7fff3bccfb08) : INFO (__init__:850) - [X] Posters: 20260216_/cache/channels/UCXbRURMKT3H_w8dT-DWLIxA_thumb.jpg
...
2026-02-16 18:53:48,698 (7fff5ac63b08) :  ERROR (__init__:231) - Error reading or accessing url 'http://myTAserver:8000None', Exception: 'nonnumeric port: '8000None''
InvalidURL: nonnumeric port: '8000None'

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 #115 is implemented.

Steps To Reproduce

  1. Download and index etc at least 1 video from https://www.youtube.com/@fromis9_official/videos via TubeArchivist.
  2. Let Plex scan for new content in your TubeArchivist library.
  3. Notice how it does not populate thumbnail, title etc for these videos

Expected behavior

Videos from my TubeArchivist instance get populated with all their respective metadata.

Relevant log output

2026-02-16 18:11:30,596 (7fff3bccfb08) : INFO (__init__:850) - [X] Posters: 20260216_/cache/channels/UCXbRURMKT3H_w8dT-DWLIxA_thumb.jpg
...
2026-02-16 18:53:48,698 (7fff5ac63b08) :  ERROR (__init__:231) - Error reading or accessing url 'http://myTAserver:8000None', Exception: 'nonnumeric port: '8000None''
InvalidURL: nonnumeric port: '8000None'

Anything else?

Feel free to contact me for more output in my logs and such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions