Closed sinewave closed 3 years ago
Seeing the same thing on my end. UnRaid version 6.8.3
Could you guys post the output of this command?
find <YOUR_PATH> -name "*.db"
@randy-randerson @sinewave
My guess is that the path is not correctly pointing to the right database and sqlite thus assumes a new empty database.
Here's my output:
root@Citadel:/mnt/user/appdata/UpdateTool# find ./* -name "*.db"
./com.plexapp.plugins.library.db
Here's my output, there were also a ton of backup dbs in the trakt folder but I imagine those aren't what you're looking for:
/mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.blobs.db /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Databases/com.plexapp.dlna.db /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.trakttv.db /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Caches/com.plexapp.plugins.trakttv/plex.db /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Caches/com.plexapp.plugins.trakttv/trakt.db
Let me know if there's anything else you need and thx for taking look 🙏
Reporting the same behavior. Maybe it has to do something with the PGID/PUID variables not being on the template/not being used?
That's very strange have they changed the database schema or something? I'm not really updating my plex anymore at the moment so I would not know.
The tool basically determains the database this way:
BASE_PATH + Plug-in Support/Databases/com.plexapp.plugins.library.db
So if @sinewave supplies /mnt/user/appdata/binhex-plexpass/Plex Media Server
as base path the tool should open the correct database @ /mnt/user/appdata/binhex-plexpass/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db
If it now reports a missing table that could only be the case if they renamed that table.
@randy-randerson In your case it looks like the tool created an empty database within the tool folder which should not be the case. Have you supplied a directory structure like mentioned above to it?
@KurtzPT If you report the same behavior it probably has something todo with a renamed table. Could you supply the output of this command?
sqlite3 com.plexapp.plugins.library.db ".tables"
@mynttt I actually downloaded the SQL file myself to check if it was that and no, the table is still there:
I managed to get it working, simply put I don't think the docker image is using the /plexdata path in the container.
What I did to make it work is put this value in:
EDIT: Not related but, the unRAID template is also missing the "UNLOCK_FOR_NEW_TV_AGENT" key
I managed to get it working, simply put I don't think the docker image is using the /plexdata path in the container.
What I did to make it work is put this value in:
EDIT: Not related but, the unRAID template is also missing the "UNLOCK_FOR_NEW_TV_AGENT" key
@KurtzPT @mynttt can confirm this worked for me as well.
Glad it works @randy-randerson @KurtzPT (I have added the missing variable to the template as well!)
Hi, just came across this app and was excited to get it running however I keep running into the error below when trying to run the container:
The only thing I changed in the template is:
Unraid 6.9.2