mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #108] [Installation Help]: Scanner and Agent missing #45
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#45
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 @folofjc on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/108
Installation instructions
Operating System
Linux
Your installation or setup question
I think this is basically #102. I probably not running the latest since i have not updated the scanner or agent since installing them about a year ago. I would like to upgrade, but that is my problem.
I am running plex version 1.42.2.10156. I have been using the scanner and agent just fine for about a year. Tubearchivist is grabbing new episodes, and the scanner and agent are still finding the metadata, etc.
However, I just tried to add a new channel to tubearchivist. Tubearchivist downloaded it, but it is not showing up in plex. So I went to go search the agent and scanner logs, and there are none for the agent or scanner.
My
Scannersfolder is empty, andPlug-insfolder does not have the bundle. I was running 1.41.7 before, so I assume that I ran into this.In my plex library, when I go to edit, the scanner and agent are still selected. And they appear to be working, but I have no idea where they are.
#102 was closed, but I don't know what the solution was? Should I re-install in the
Plug-insandScannersfolders? If I do that, will it mess up whatever plex is using right now for the agent and scanner? Did it move them?Relevant log output
@lamusmaser commented on GitHub (Sep 30, 2025):
The issue that was described was an accidental omission of capability in a beta version from Plex. That stated version removed Plug-in and Scanner support accidentally and was reverted in the next beta version (which is why #102 was closed).
In terms of why your folders are empty, but things are working: When you first "install" a plug-in or scanner, there is a copy that is made into the Plex Resources, so that it can reference them into the future. This is what your installation is probably running off of. Go ahead and follow the installation steps again and it should update with the latest version of the plug-in and scanner.
If that doesn't work, then we can look into what else might be happening.
@folofjc commented on GitHub (Sep 30, 2025):
Okay, thanks. I followed the install instructions, restarted the server, but still no logs for either the agent or the scanner. Also the new channel I downloaded is not showing up. Looks like it is still using the copy of the plugin or scanner?
@lamusmaser commented on GitHub (Sep 30, 2025):
Which OS? Can you provide outputs (
lsordir) of the directories?@folofjc commented on GitHub (Sep 30, 2025):
Well, I'm an idiot. I finally looked at the dates of the files, and realized I was in the wrong directory. I found the logs.
I will close this. For future reference, how should one update the scanner and agent? Follow the same instructions and just copy over the old files?
@lamusmaser commented on GitHub (Sep 30, 2025):
Basically, yeah. Same process as installation. Plex doesn't really provide a better method, nor do I think they will with the long-term intention of removal of this feature.
@folofjc commented on GitHub (Sep 30, 2025):
Here is the error I am getting, but my guess is I need to update the agent and scanner first:
https://pastebin.com/3CCz8Rdu
@lamusmaser commented on GitHub (Sep 30, 2025):
Yes, that is correct. There was a change in TA v0.5.3 that updated how API responses look. The updated Scanner and Agent will be able to detect this updated API and work with it.
@folofjc commented on GitHub (Sep 30, 2025):
Thanks so much, that fixed it. Everything is populating now. Sorry for the confusion.