Everything posted by dorgan
-
[Plugin] Plex Streams
Ok yes I can look into this can you please provide the unraid version as well as Plex version on your side. Also the local IP is that server on your local network or remote VPN?
-
[Plugin] Network Stats
currently because of dependency changes from 6.9 to 6.10, this plugin isnt fully working by itself at least the image outputs arent. in order to fix the outputs you would have to install the missing dependencies. After discussion with others i dont think this plugin should do dependency management for this because of the dependencies its needs. That being said here is a scrip tthat you can run install stall the missing dependencies. #!/bin/bash wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/gd-2.2.1-x86_64-1.txz upgradepkg --install-new gd-2.2.1-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/fontconfig-2.11.1-x86_64-2.txz upgradepkg --install-new fontconfig-2.11.1-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/harfbuzz-1.2.7-x86_64-1.txz upgradepkg --install-new harfbuzz-1.2.7-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/freetype-2.6.3-x86_64-1.txz upgradepkg --install-new freetype-2.6.3-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXpm-3.5.11-x86_64-2.txz upgradepkg --install-new libXpm-3.5.11-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libX11-1.6.3-x86_64-2.txz upgradepkg --install-new libX11-1.6.3-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libxcb-1.11.1-x86_64-1.txz upgradepkg --install-new libxcb-1.11.1-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXau-1.0.8-x86_64-2.txz upgradepkg --install-new libXau-1.0.8-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXdmcp-1.1.2-x86_64-2.txz upgradepkg --install-new libXdmcp-1.1.2-x86_64-2.txz
-
[Plugin] Network Stats
With the release of unraid 6.10-rc2 I took a leap and upgraded my server and was able to determine the issue. It seems with 6.10 there are a bunch of dependancies that have been removed from unraid as they aren't used. I've mentioned this in the unraid 6.10-rc3 forum post and it seems a further conversation is really needed around plugin dependency management. I'll bump this again with them to see how I/we can go about fixing this without me just added all these additional system libraries to this plugin. For now on my system I am utilizing the User Scripts plugin to execute the following script when the system starts up, which then gets the images working again. The other thing I can do, is look into is parsing the text data that is available and creating my own images instead of vnstati, or just provide the table output. Anyways, here is the script: #!/bin/bash wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/gd-2.2.1-x86_64-1.txz upgradepkg --install-new gd-2.2.1-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/fontconfig-2.11.1-x86_64-2.txz upgradepkg --install-new fontconfig-2.11.1-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/harfbuzz-1.2.7-x86_64-1.txz upgradepkg --install-new harfbuzz-1.2.7-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/l/freetype-2.6.3-x86_64-1.txz upgradepkg --install-new freetype-2.6.3-x86_64-3_slack14.2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXpm-3.5.11-x86_64-2.txz upgradepkg --install-new libXpm-3.5.11-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libX11-1.6.3-x86_64-2.txz upgradepkg --install-new libX11-1.6.3-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libxcb-1.11.1-x86_64-1.txz upgradepkg --install-new libxcb-1.11.1-x86_64-1.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXau-1.0.8-x86_64-2.txz upgradepkg --install-new libXau-1.0.8-x86_64-2.txz wget https://slackware.uk/slackware/slackware64-14.2/slackware64/x/libXdmcp-1.1.2-x86_64-2.txz upgradepkg --install-new libXdmcp-1.1.2-x86_64-2.txz
-
[Plugin] Network Stats
Yeah looks like that may be the case. Unfortunately anytime I have upgraded to 6.10.0-rc1 my plex server starts to have issues playing my media files that are nfs mounted from my unraid box. Unraid shows no io issues or cpu issues, but the load on my plex machine goes through the roof, and a simple downgrade to 6.9.2 fixes it, so I havent tried it for a 4th time yet, as I was waiting for the next RC to come out.
-
[Plugin] Network Stats
What version of unraid are you running?? I just did a clean install of the plugin and everything is working on 6.9.2
-
[Plugin] Plex Streams
I'll be looking into this as it's not the expected behavior.
-
[Plugin] Plex Streams
From the error you posted it looks like it's not getting a response from Plex, but a 404 page or some other html page from another system.
-
[Plugin] Plex Streams
What version of Plex are you running? Male sure your server info hasn't changed and double check settings.
-
[Plugin] Network Stats
Have you gone into the setting and selected which adapters to monitor?
-
[Plugin] Network Stats
It takes a while for the graphs to start showing up the first time.
-
[Plugin] Plex Streams
Sorry meant to ask, what version of unraid
-
[Plugin] Plex Streams
What versions of Plex are you running. I've been messing with this on 6.9.2 as well as 6.10-rc1 and it has been working just fine
-
[Plugin] Plex Streams
I am assuming this never got resolved, just out of curiosity what version of plex are you using. I am wondering if you are using an older version and something has changed in their api response.
-
[Plugin] Plex Streams
version 2021.08.09 has been released. Please let me know if there are any additional features everyone would like to see.
-
[Plugin] Plex Streams
This will be fixed in the release today.
-
[Plugin] Plex Streams
I have a fix coming for this in the release today. Are you displaying IPMI sensors on the dashboard? I have found that was causing issues, so I added some code to correct the issue it was causing, and it seems to be working now with or without displaying IPMI sensors on the dashboard. A release will be coming soon.
-
[Plugin] Plex Streams
I'll take a look. The dashboard has been causing some issues. For now you could always just disable the dashboard widget under settings for the plugin. Then you would still have access to the plex streams page via the nav.
-
[Plugin] Plex Streams
Have you tried the Use SSL Connection option? If that doesn't work I can send you a url to go to to see what it returns. Also what version of plex are you using?
-
[Plugin] Network Stats
This is nice, maybe I will rework some of this into identifying applications, and then you can just select which applications to track. Do you know if the network device change upon reboot??
-
[Plugin] Plex Streams
Have you tried adding your plex server via custom servers field? Only other person i have had that reported issues, i added the custom field for and it worked just fine.
-
[Plugin] Plex Streams
What of you go to the plex stream tab, do you get anything on that page?
-
[Plugin] Plex Streams
I'll look into this next.
-
[Plugin] Plex Streams
please update to the lastest version released today and try added your server to the custom servers list
-
[Plugin] Plex Streams
Also can you tell me what theme you are using?
-
[Plugin] Plex Streams
Can you tell me are you using a 2 or 3 column layout?