TechieGuy12 / PlexServerAutoUpdater

Automatically update Plex when running the Plex service.
MIT License
118 stars 10 forks source link

No Indication that Updater Ran #10

Closed cprgolds closed 5 years ago

cprgolds commented 6 years ago

Hi -- I am just setting up the AutoUpdater (0.1.5.4) and I thought it was not running. So far, I am only running it manually. When it runs, I get the status window and nothing ever appears in the window. After quite a bit of troubleshooting, I found the log, found out that I was already up to date, and that it appears that the program is actually doing its thing.

I don't know whether it is supposed to print a message like Process Complete, or No Update Required, but this certainly fooled me. So one way or the other, this is something that could be improved upon.

Appreciate all your work on this. Not running PLEX as a service makes no sense at all to me,

Regards,

RIck

Here is a copy of my log:

2017-10-21 15:48:43 Getting windows user. 2017-10-21 15:48:43 Checking if user is an administrator. 2017-10-21 15:48:43 Initializing the update window. 2017-10-21 15:48:43 Initializing the Plex media server object. 2017-10-21 15:48:43 Getting the service user. 2017-10-21 15:48:43 The Plex service is installed. Let's get the user associated with the service. 2017-10-21 15:48:43 The Plex service user: JAZELLE\rick. 2017-10-21 15:48:43 Get the local data folder for Plex. 2017-10-21 15:48:43 Couldn't find the local data folder in the registry, so defaulting to the logged in user's local application data folder. 2017-10-21 15:48:43 Plex local data folder: C:\Users\rick\AppData\Local 2017-10-21 15:48:43 Verify the updates folder is specified. 2017-10-21 15:48:43 Verify the updates folder, C:\Users\rick\AppData\Local\Plex Media Server\Updates exists. 2017-10-21 15:48:43 Checking to see if updates folder exists. 2017-10-21 15:48:43 Getting the latest update folder. 2017-10-21 15:48:43 Checking for the latest Plex packages folder. 2017-10-21 15:48:43 Get the latest packages file. 2017-10-21 15:48:43 Latest packages file: C:\Users\rick\AppData\Local\Plex Media Server\Updates\1.9.4.4325-1bf240a65\packages\Plex-Media-Server-1.9.4.4325-1bf240a65.exe 2017-10-21 15:48:43 Displaying the update window. 2017-10-21 15:48:53 Closing the application.`

TechieGuy12 commented 6 years ago

I will look at adding additional information when the update is either not required or the update as completed.

cprgolds commented 6 years ago

Thanks! I think that will be very helpful.