-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mutliple PLEX servers #9
Comments
Yes it's the multiple plex server error, I forgot about it. I'm going to look into it |
Thank you @Ombrelin ! |
The bug has been fixed, the first plex server is now selected. I'll improve that either by polling all the user's server or by featuring a server selection UI. |
@Ombrelin I tried to login but it doesnt log me in |
Mmmh I tested with multiple server myself, might be something else. We'll release a new version soon with a new login technique so maybe it'll fix this. Keep me posted if it doesn't ! |
I'll try to be on top when you release the new version :) Sometimes I skip the notifications, too many of them |
@Ombrelin it's working now :D |
Oh and, if I'm not on the plex app or the web interface, it says that I'm idle on discord, is that how it's supposed to be? Not really sure how hard it is to detect that you are on plex app or not |
I just implemented this. @Ombrelin let me know if you want to submit PR for this. |
Indeed that would be very helpful ! |
Glad to hear the new login fixed your problem ! |
Thank you guys @Ombrelin and @mclarence ❤️ |
No problem ! Any input is valuable 😉 |
@Ombrelin unfortunately, I can't get it to work now, it doesn't capture that I am watching something |
It says no session detected whereas you have a session playing on PLEX ? |
You have multiple plex servers right? Are you playing the media (shown in the screenshot) from another server or your main one? Does it work on your other server? |
tried both, neither one of them showed up in here |
Before it worked fine, on 1.3 |
It's very weird, since the server fetching process did not change between 1.3 et 1.4, @mclarence correct me if I'm mistaken |
No, it has not changed. I will probably post a new jar file of the app with increased verbosity in the logging so that we can pin point the cause of the issue. |
Please run the above file with |
Sorry I haven't found the time to do it yet, Noticed there was a similar issue with the other user, so I guess it doesn't have a fix? |
Yes, if you are not the owner of the plex server then the program will not detect the streams. However, just post the debug log on pastebin and i'll have a look at it. |
In regards to memory usage, i've tested it with AdoptOpenJDK 11 + OpenJ9 JVM and it seems to have reduced the usage by quite a bit. From around 250-300 MB to around 160-180MB. |
That's good news ! I guess you added JavaFX as a Maven dependancy then ? |
Yes. jmetro had to be bumped up to 11.6.14 also. |
Okay ! My only fear with bumping the Java version is that people most commonly have JRE 8 installed by default. |
Maybe you can bundle it with the windows installer. |
Yes I think there is definitely an option in launch4j to do that |
Should be fixed in 2.0 version ! |
The text was updated successfully, but these errors were encountered: