November 26, 20169 yr Can someone explain why this docker is being published ever week or couple of weeks without an explanation of what is being changed? As a matter of fact it seems that all Linuxserver.io dockers are being done this way.
November 26, 20169 yr Our containers used to autoupdate on restart, but we were having too many issues caused by it and we dropped it. To allay users wanting to be on the latest version etc, we switched to a weekly refresh of our images. Any code changes we make to the Dockerfile or attendant files would be available to see in the git commit history and/or the changelog in the docker information tab in Community Applications for the particular container.
November 26, 20169 yr I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? docker.zip
November 26, 20169 yr I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? Go to the docker page and switch the advanced view on and make sure you haven't got any orphaned containers anywhere.
November 26, 20169 yr I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? Go to the docker page and switch the advanced view on and make sure you haven't got any orphaned containers anywhere. There were one earlier, but I removed it
November 26, 20169 yr I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? Go to the docker page and switch the advanced view on and make sure you haven't got any orphaned containers anywhere. There were one earlier, but I removed it OK, well remove Plexpy, remove any orphan container, and rm -rf /mnt/user/appdata/plexpy/ also when mapping your volumes instead of using /mnt/user/appdata/plexpy/ try using /mnt/diskx/appdata/plexypy/ Where x is the disk number that your appdata is on.
November 26, 20169 yr I tried to stop the container, and got an execution error, so maybe there are some permission error somewhere, i havent checked. I have attached docker log, if you would like to check? Go to the docker page and switch the advanced view on and make sure you haven't got any orphaned containers anywhere. There were one earlier, but I removed it OK, well remove Plexpy, remove any orphan container, and rm -rf /mnt/user/appdata/plexpy/ also when mapping your volumes instead of using /mnt/user/appdata/plexpy/ try using /mnt/diskx/appdata/plexypy/ Where x is the disk number that your appdata is on. It did not work. I even tried to create it again, but changed the name and appdata path to "plexpy2". Same result
November 26, 20169 yr It did not work. I even tried to create it again, but changed the name and appdata path to "plexpy2". Same result I've sent you a PM.
November 26, 20169 yr Our containers used to autoupdate on restart, but we were having too many issues caused by it and we dropped it. To allay users wanting to be on the latest version etc, we switched to a weekly refresh of our images. Any code changes we make to the Dockerfile or attendant files would be available to see in the git commit history and/or the changelog in the docker information tab in Community Applications for the particular container. Thanks for the explanation. Most of these it would seem that there are no real code changes, just microbadge changes in the readme.md file. So I will be adjusting my checks for docker changes to a less frequent time interval.
November 27, 20169 yr Our containers used to autoupdate on restart, but we were having too many issues caused by it and we dropped it. To allay users wanting to be on the latest version etc, we switched to a weekly refresh of our images. Any code changes we make to the Dockerfile or attendant files would be available to see in the git commit history and/or the changelog in the docker information tab in Community Applications for the particular container. Thanks for the explanation. Most of these it would seem that there are no real code changes, just microbadge changes in the readme.md file. So I will be adjusting my checks for docker changes to a less frequent time interval. Only problem with just looking at the plexypy code is that doesn't necessarily reflect upstream changes in the base images or in the Alpine repo, which, potentially, could include security fixes. Which is one reason we decided on this approach.
December 15, 20169 yr It was working nicely but I got this when I opened the Web page: 400 Bad Request Illegal cookie name _ga Traceback (most recent call last): File "/opt/plexpy/lib/cherrypy/_cprequest.py", line 635, in respond self.process_headers() File "/opt/plexpy/lib/cherrypy/_cprequest.py", line 737, in process_headers raise cherrypy.HTTPError(400, msg) HTTPError: (400, 'Illegal cookie name _ga') Powered by CherryPy 5.1.0 I deleted the appdata and the container and reinstalled. Log attached - seems normal. I still get the 400 error. EDIT: I tried a different browser and I got the Welcome page of the Setup Wizard. So I went back to Safari and deleted the cookies it was storing from my server and it too came good. Plexpy_Log.txt
December 15, 20169 yr Yeah cherry.py does that from time to time... Sent from my LG-H815 using Tapatalk
December 18, 20169 yr I'm having a really difficult time importing my Plex logs into plexpy. I've tried multiple different formats and can confirm that the plex logs are all in the logs folder. I have a feeling I'm missing something really obvious here, can someone point me in the right direction?
December 18, 20169 yr I'm having a really difficult time importing my Plex logs into plexpy. I've tried multiple different formats and can confirm that the plex logs are all in the logs folder. I have a feeling I'm missing something really obvious here, can someone point me in the right direction?
December 18, 20169 yr I'm having a really difficult time importing my Plex logs into plexpy. I've tried multiple different formats and can confirm that the plex logs are all in the logs folder. I have a feeling I'm missing something really obvious here, can someone point me in the right direction? Ah, I should have RTFM. Thank you. In the plexpy webui, I'm still getting the directory not found in the logs, even after a restart. I am using the binhex plex docker, could that make a difference?
December 18, 20169 yr I'm having a really difficult time importing my Plex logs into plexpy. I've tried multiple different formats and can confirm that the plex logs are all in the logs folder. I have a feeling I'm missing something really obvious here, can someone point me in the right direction? You don't need to change anything in the plexpy webui. just keep it as /logs and read the docker faq so you understand how folder mapping works. Ah, I should have RTFM. Thank you. In the plexpy webui, I'm still getting the directory not found in the logs, even after a restart. I am using the binhex plex docker, could that make a difference?
December 19, 20169 yr Silly question about the Apps Ressource Monitor reporting on the AppData Size... The PleyPy need the path to the Plex Logs. App Reporting is now calculating the size of Plex's Logs Folder instead of the PlexPy AppData. Is there anything I oversee in the setup? Also not sure if this is the right thread or if it needs to be under the CA App Store Thread
December 19, 20169 yr Silly question about the Apps Ressource Monitor reporting on the AppData Size... The PleyPy need the path to the Plex Logs. App Reporting is now calculating the size of Plex's Logs Folder instead of the PlexPy AppData. Is there anything I oversee in the setup? Also not sure if this is the right thread or if it needs to be under the CA App Store Thread CA calculates the appdata size by looking at the paths mapped to the docker app. If there are multiple paths present that could potentially be appdata it'll flip a coin Sent from my LG-D852 using Tapatalk
December 20, 20169 yr Silly question about the Apps Ressource Monitor reporting on the AppData Size... The PleyPy need the path to the Plex Logs. App Reporting is now calculating the size of Plex's Logs Folder instead of the PlexPy AppData. Is there anything I oversee in the setup? Also not sure if this is the right thread or if it needs to be under the CA App Store Thread CA calculates the appdata size by looking at the paths mapped to the docker app. If there are multiple paths present that could potentially be appdata it'll flip a coin Sent from my LG-D852 using Tapatalk That would be a nice feature request: CA App Store with option to select/define path that being considered for reporting for installed docker
January 2, 20179 yr Might be a dumb question, but here goes: I've been running this a while and it works great. I originally imported from PlexWatch so I have that old config folder (and database) as a path. That was just needed for import right? I can remove that path and delete the files right? Thanks!
January 2, 20179 yr Might be a dumb question, but here goes: I've been running this a while and it works great. I originally imported from PlexWatch so I have that old config folder (and database) as a path. That was just needed for import right? I can remove that path and delete the files right? Thanks! I would assume so, why not just remove the mapping and see what happens? If it's not needed then you can delete it.
January 23, 20179 yr After an update plexpy no longer saves my login and I have to relogin quite frequently. Im on version 1.4.16
March 20, 20179 yr On 3/16/2017 at 2:33 PM, BillClinton said: i having a problem starting plexpy after an update today. I went from approx version 1.4.15 or earlier to latest version 1.4.17. i've checked the plexpy startup logs and is stuck on 30-install: executing. I ve tried remove image and reinstalling. I even thought updating plex might help but it didn't. Ive also tried restarting my server. And unsuccessfully specifying a specific version. It also looks like plexpy is not writing to its appdata folder as it is empty. Ive added pics of the relevant info. if you need any more i have my diagnostics. I'm still on unRaid 6.1.9 Anybody? tower-diagnostics-20170316-1414.zip (please ignore UPS warnings, since been fixed)
March 21, 20179 yr On 3/20/2017 at 4:27 PM, BillClinton said: Anybody? tower-diagnostics-20170316-1414.zip (please ignore UPS warnings, since been fixed) Please disregard Everything I thought i Would leave the app to install for ages. took more than 10 minutes to finish executing not what I'm used to when doing an update to a docker app please forgive me for my impatience. hope this help someone else. very embarrassed, sorry. Edited March 21, 20179 yr by BillClinton
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.