dorgan

Community Developer
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dorgan

  1. 21 minutes ago, Twix said:

    Hello,

     

    the page Stats -> Network Stats only shows two empty/non-existing images (placeholder).

    I already re-installed the plugin but it did not help.

    Recently i changed my mainboard from multi LAN to single LAN.

    Re-configuration and even a manual edit of the interface in /etc/vnstat.conf did not help. Debug of vnstat says, logging is of traffic is fine.

    Unraid Version is 6.10-rc1.

     

    Thanks for help!

    It takes a while for the graphs to start showing up the first time.

  2. 2 hours ago, MoS-tekknix said:

    Even with this newest Version, as soon as i will show up Plex Streams on Dashboard, my view get "reseted" every time i'll end and start my browser again. As soon as i deactivate to show in Dashboard i can reorder the Panels and they stay "stable".

     

    For sure the same is valid for the IPMI-Dashboard integration. Therefore i've disabled it too.

     

    Can you maybe take a further look? Can we help to provide Data to analyze this one? Cause i really like to see the current Streams on startup but with messing my preference for dashboard order it's really a mess.

     

    Regards

    MoS-tekknix

    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

  3. On 6/9/2021 at 5:06 PM, fearLess said:

    I've tried all sorts of configurations using the IPs in the screenshot and nothing seems to register it at all. I do have my plex setup as br0 so im not sure if thats causing an issue

    Screenshot_10.png

    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.

  4. On 7/28/2021 at 1:01 PM, dirtyofries said:

    Installing this plugin makes unraid not save my dashboard configuration. The tiles all move to their default locations. Uninstalling the plugin corrects it.

     

    Is this a known behavior or is there a known fix for it? 

     

    Thanks!

    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.

  5. 1 minute ago, dirtyofries said:

    Installing this plugin makes unraid not save my dashboard configuration. The tiles all move to their default locations. Uninstalling the plugin corrects it.

     

    Is this a known behavior or is there a known fix for it? 

     

    Thanks!

    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.

  6. 21 minutes ago, fearLess said:

    I've tried all sorts of configurations using the IPs in the screenshot and nothing seems to register it at all. I do have my plex setup as br0 so im not sure if thats causing an issue

    Screenshot_10.png

    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?

  7. On 5/21/2021 at 9:07 AM, Meldrak said:

     

    Hello,

     

    I manage to autofill Alias with a script

     

    
    for container in $(docker ps --format '{{.ID}}'); do
      veth=""
      networkmode=$(docker inspect -f "{{.HostConfig.NetworkMode}}" $container)
      name=$(docker ps --filter "id=$container" --format "{{.Names}}")
      if [ "$networkmode" == "host" ]; then
        veth="host"
      elif [ "$networkmode" == "br0" ]; then
        veth="br0"
      else
        pid=$(docker inspect --format '{{.State.Pid}}' "$container")
        ifindex=$(nsenter -t $pid -n ip link | sed -n -e 's/.*eth0@if\([0-9]*\):.*/\1/p')
        if [ -z "$ifindex" ]; then
          veth="not found"
        else
          veth=$(ip -o link | grep ^$ifindex | sed -n -e 's/.*\(veth[[:alnum:]]*\).*/\1/p')
        fi
      fi
      if [[ "$veth" = "veth"* ]]; then
        sed -i "/$veth/c\alias-$veth='$name'" /boot/config/plugins/networkstats/networkstats.cfg
      fi
    done

     

    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??

  8. On 6/3/2021 at 6:14 AM, fearLess said:

    Sorry for my delayed response, I go on the page and I have nothing too, just "There are currently no active 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.

  9. 1 hour ago, fearLess said:

    Can't seem to get this working at all for me, it just says that it's retrieving stream data for ages then says not active streams when there definitely is.

     

    Tried SSL, tried custom server as well as trying the plex token and finding both version of my server (remote and local, tried both) and still the same result every time, so any help would be great. Running Unraid 6.9.2

     

    Thank you :)

    Screenshot_4.png

    What of you go to the plex stream tab, do you get anything on that page?

  10. On 3/21/2021 at 7:23 AM, jro_net said:

    Have a simluar issue like the one you have fixed.

    The Plugin can't connect to my Offical Plex Dokker hostet on the same Unraid Server.

     

    On the Dashboard i got the "Please make sure you have setup the plugin first" Message and under Setting the Plug in won't find any server. I confirmed the Login process and stuff got a Token but no work.

     

    Using 6.9.1 but on 6.8.3? it doesn't work either

    please update to the lastest version released today and try added your server to the custom servers list

  11.  

    16 hours ago, AwesomeAustn said:

    The Dashboard widget is a little off for me. I'm on 6.9.1. I'm not sure if it has to do with my theme, but I did see this exact issue in this forum topic that was fixed.

    600208194_Screenshot_2021-03-18unRAIDDashboard.png.c43ba0017537c8173ded6aa132f91a58.png

     

    Also can you tell me what theme you are using?

  12. 1 hour ago, AwesomeAustn said:

    The Dashboard widget is a little off for me. I'm on 6.9.1. I'm not sure if it has to do with my theme, but I did see this exact issue in this forum topic that was fixed.

    600208194_Screenshot_2021-03-18unRAIDDashboard.png.c43ba0017537c8173ded6aa132f91a58.png

     

    Can you tell me are you using a 2 or 3 column layout?

  13. On 2/10/2021 at 6:44 PM, polishprocessors said:

    Still no luck-if I try after clearing out the Plex Token I get a spinning wheel, but once I add the token that stops I just get no choices under Servers: 
    image.png.19e0a140f32bac2e8e1a49e808998520.png

    Just to close the gap here in the thread after working back and for we have come up with a solution to the issue where Plex isnt aware of the connections available, thus not passing them back to the plugin.  So I have added the customer servers feature in the latest version 2021.02.11a.

  14. 16 hours ago, polishprocessors said:

    Still no luck-if I try after clearing out the Plex Token I get a spinning wheel, but once I add the token that stops I just get no choices under Servers: 
    image.png.19e0a140f32bac2e8e1a49e808998520.png

    Can you please visit the following page on your plex server and send me the output via DM? 

    /plugins/plexstreams/getServers.php?useSsl=1

     

  15. On 9/16/2020 at 3:24 PM, jrdnlc said:

    Any plans on adding support for HW transcoding? Like have it show when a stream is being HW transcoded. 

    This is now included with the release of 2021.02.09

     

    Quote

    I'm also having the same issue @Shomil Saini is having with the dashboard widget. This only occurs when using it on the left panel. If i move it to the right panel it works fine and doesn't overlap other widgets. 

    I will continue to look into this for the next release, what version of unraid are you running?

  16. On 2/4/2021 at 10:36 AM, whiskeyjr said:

     

    I see music streams when played from the plex application itself, but when I am using the plexamp app, the music streams are not reported.  Is this a configuration issue I can solve?

    This should now be fixed with the release of 2021.02.09

    • Like 1
  17. 1 hour ago, MtX said:

    imageproxy.php?img=&key=e5eec7c5c933ca16Hey there, just want to start off saying I appreciate the plugin. Im having a little minor issue. I like to have the stream widget closer to the top. When I reload the page it appears to force itself down to the bottom along with everything else that was above it. Just curious if you know a way to prevent this.
    Thanks Again.

    Screen Shot 2020-12-09 at 9.54.04 PM.png

    Screen Shot 2020-12-09 at 9.54.22 PM.png

    I assume you are running the 6.9 beta?  As I believe this was introduced when one of the 6.9 betas came out.  I should be able to look into this soon I had some things keeping me busy with work and family life.