dorgan

Community Developer
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dorgan

  1. 1 hour ago, Teffi71 said:

    Any clue why Plex Streams shows the one stream twice?
     

    1634442266_Screenshot2024-03-27at21_18_33.thumb.png.a1e4453aba248beab9fc370073902394.png

     

    153418846_Screenshot2024-03-27at21_18_47.thumb.png.fa75ae7c70a6d0bf714040c92032c8bb.png

     

    Check your settings, if you already have a server selected in the list, you do not need to fill it in inside the custom servers field.

  2. 3 hours ago, iceperson said:

    This was working in the past but noticed this morning that it no longer shows streams. When I go to the Plex Streams Settings page the servers animation just spins. I tried to remove the token to see if I could re-add my servers and I get sent to an /update.php page that never loads.

     

    In the system logs I see this event:

    root: error: /update.php: missing csrf_token

     

    FixCommonProblems doesn't find anything. I've tried removing the plugin, restarting unraid, and re-adding but no joy.

     

    Unraid version 6.15.4. Server is otherwise running perfectly, but I did a 2 pass memtest just to be sure. Any help is appreciated.

    go ahead and try version 2023.11.27 which should fix this issue.

  3. 2 hours ago, rud said:

    Hello,

    Just installed on 6.12.4 and I'm having the same issue as iceperson above. 

    The servers animation just spins and clicking on the Get Plex Token button doesn't do anything. I tried a different browser as well.

    Clicking on Save or Remove Token also loads a blank page. 

    Also tried removing the plugin, restarting unraid, re-installing but no change.

    Thanks for the help.

    plex-streams.PNG

    OK just pushed out 2023.11.27 which should fix this issue.

  4. 45 minutes ago, rud said:

    Hello,

    Just installed on 6.12.4 and I'm having the same issue as iceperson above. 

    The servers animation just spins and clicking on the Get Plex Token button doesn't do anything. I tried a different browser as well.

    Clicking on Save or Remove Token also loads a blank page. 

    Also tried removing the plugin, restarting unraid, re-installing but no change.

    Thanks for the help.

    plex-streams.PNG

    I've been down with flu and bronchitis and haven't really been on the computer much, but I can confirm I am now seeing this on my side too, so let me take a look and see what's going on

    • Like 1
  5. 2 hours ago, Simmer said:

    I'm on unraid 6.9.2 and here is the screenshot. It looks different than some settings pages I've seen in this thread, not sure why.

    plexsettings.JPG

    That version of unraid is over 3 years old and honestly no longer supported.  

  6. 54 minutes ago, Simmer said:

    Hi - I'm receiving this error

     

    I've removed and reinstalled the plugin but it still populates. The plugin still functions and shows me the streams as they're occuring on the Plex Streams tab, however on the main dashboard it does not work. I'm running the latest version of the plugin at 2023.06.29

     

    Let me know if I can provide additional logs or anything. Thank you!

    What version of unraid are you running.  Also can you post a screenshot of your Plex Stream Settings page, blur out anything sensitive

  7. On 8/28/2023 at 1:53 PM, Anthwerp said:

    Yes, there are no servers selected and the custom server field is filled in.

    The issue is not a duplicate stream.. rather the old streams that are finished playing don't get cleared off from the list and so when the next stream plays, the list just gets longer.

     

    When you refresh the page, then the old streams get cleared off.

    As a note, this was not an issue on 6.11 but I've started encountering this on 6.12.3 after I upgraded.

    ok now that I know how to re-create it I can look into it.  There was a bunch of changes in moving from unraid 6.12 for this plugin, so somthing probably got a little messy.  I'll try to get it correct in the next week or two.

    • Thanks 1
  8. On 8/27/2023 at 12:08 AM, Anthwerp said:

    I am / have been encountering this as well....
    Unraid 6.12.3 using plex streams version 2023.06.29 on Firefox.

    When I hit refresh, it will update and pull correct current streams, however, I keep having to refresh the page for it to remove the played lines.

    Typically seeing duplicate streams is because there is a configuration setting wrong.  Please make sure you do not have servers selected in the servers list as well as populated in the Customer Servers field.

    • Thanks 1
  9. 25 minutes ago, DevanteWeary said:

    Two things.

     

    1) Such an awesome plugin, please don't just give up on it!

     

    2) How do you figure out what veth belongs to what container? I tried to match it by ID or partial ID of container but that isn't it.

    Definitely not giving up on it, just haven't had time to invest in this plugin like I have the Plex streams plugin.  But I still do plan on trying to get graphs back.  As far as match scroll back through this thread and I believe someone had some commands to figure it out.

    • Like 1
  10. On 7/2/2023 at 11:46 PM, Zonediver said:

     

    Yep i did this already and now its working again.

    Regarding the old streams, it seems, its a Cache issue of FireFox.

    When i do a reload of the page, the old streams are gone 👍

    I'll try looking at this in firefox, but if you encounter this again before refreshing can you see if there are any errors in the developer console for firefox??

  11. On 7/1/2023 at 10:38 AM, Zonediver said:

    So - here we go

    A "new" thing:

    Its only working (now), when i put in a custom server IP - but ok - works.

    But i am not sure if this resolves the issue with the "old Streams" as well.

     

    Screenshot 2023-07-01 163643.jpg

     

    Is the list of servers not populating for you?  If not you may need to get a new plex token, as the plex token should be getting used to pull the list of servers on your account.

  12. 2 hours ago, Zonediver said:

    Well... i think, there is an other problem...

    I saw this several times today...

    It seems the plugin did not delete played streams...

    Two active streams but four shown 😉

     

    grafik.png.54c7eeb4a259b5c05391cdeedf8dc147.png

     

    Can you please show me your settings page, be sure to blue out your Plex API key.

  13. 28 minutes ago, bonienl said:

    You need to read the Dynamix variables. This is done as given in the code below

     

    $docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
    require_once "$docroot/webGui/include/Wrappers.php";
    extract(parse_plugin_cfg('dynamix',true));

     

    After this the variable $display is available as a global variable.

     

    Thanks, it may be useful in future releases to actually provide functions to retrieve these settings.

  14. OK i've identified the issue.  @bonienl is there a way to get the global $display variable populated for a PHP page that is not a .page file?  Seems that for just standard PHp files, the global $display is not populated and thats how I am checking what the settings are, or is there another way I should be checking for the settings?

  15. On 6/17/2023 at 11:03 AM, Zonediver said:

    Request:

    24h format for the End-Time.

     

    The plugin shows the time at 12h format - but nobody uses that in Europe.

    My server is set to 24h format, but plexstream? How can i change this?

     

    grafik.png.51239b42923014b4dad0664bf3a796a4.png

    Updated plugin out today that respects the time display settings (2023.06.28a)

  16. 28 minutes ago, Zonediver said:

    Request:

    24h format for the End-Time.

     

    The plugin shows the time at 12h format - but nobody uses that in Europe.

    My server is set to 24h format, but plexstream? How can i change this?

     

    grafik.png.51239b42923014b4dad0664bf3a796a4.png

    Sure thing! I am on vacation for the next week and a half, but once I am back will look to update this to use the server settings or have its own.

  17. 16 minutes ago, Shomil Saini said:

     

     

     

    Hey @dorgan,

    Sorry for the late response. Here is the whole thread.

     

    Cheers!

    Thank you this was exactly what I need to solve this.  Just pushed an update that should fix this, please give it some time to show up.

    • Like 1
  18. 41 minutes ago, matuopm said:

    Is it possible to move that plugin to the middle or right coloumn on the dashboard ?

    If you are using unraid 6.12 click the little lock icon in the up right bar.  Then you can move any panel where ever you want, if you are using an older version I am sorry that is not supported.

     

    2102580100_Screenshot2023-04-09at1_27_13PM.png.c1b1ef6560771cc3619cc2cf798f1190.png

    • Like 1
  19. On 4/1/2023 at 9:44 AM, Shomil Saini said:

    HI @dorgan,

     

    Thanks for replying, I am not sure what you mean by that. I am running the latest UnRaid and plugin version.

    Unraid - 6.11.5

    plexstreams - 2023.03.31a 

     

    Thanks!

    Can you please elaborate on the problem you are experiencing?