Closed Catastrope42 closed 1 year ago
What version of the desktop player are you running?
Version 1.41.0.2876-e960c9ca which was recommended to me from a thread on reddit
Hm, just checked that same client on my machine and its working fine but the key difference is that mine correctly defaults to proxying through the server. The desktop and web clients (before they removed support) never supported direct IP commands like the rest of the clients and always had to be proxied through the server. There's a series of checks used by looking at the IP address comparison between the client IP and the server reported client IP to determine if it should just default to proxy mode but for whatever that appears to be failing on your setup.
One way to override that would be to add your web player client id to custom.json and set the value to "proxy"
{
"markers": {},
"offsets": {},
"tags": {},
"allowed": {
"users": [],
"clients": [],
"keys": [],
"skip-next": []
},
"blocked": {
"users": [],
"clients": [],
"keys": [],
"skip-next": []
},
"clients": {
"CATA-PC": "proxy"
},
"mode": {}
}
If you wanted to do some debugging on why the automated check is failing I can write some debug code for you to run and share the output though given all these clients are now deprecated if you don't want to bother that manual proxy override should fix it for you
Now the error has changed to something completely different. I did go to the page, and did the steps. Same subnet, restarted plex etc but didn't seem to fix the issue. Here is the log:
2023-08-21 16:16:40 - __main__ - INFO - C:\Program Files\Python311\python.exe
2023-08-21 16:16:40 - __main__ - INFO - Loading config file C:\PlexAutoSkip-master\config\config.ini.
2023-08-21 16:16:40 - __main__ - INFO - Loading custom JSON file C:\PlexAutoSkip-master\config\custom.json
2023-08-21 16:16:40 - __main__ - INFO - Connecting to Plex server...
2023-08-21 16:16:57 - __main__ - INFO - Connected to Plex server CataServer using plex.tv account
2023-08-21 16:16:57 - __main__ - INFO - Skipper initiated and ready
2023-08-21 16:16:58 - websocket - INFO - Websocket connected
2023-08-21 16:17:10 - __main__ - INFO - Found new session 2 [4346] (Family Guy s05e02 - Mother Tucker) CATA-PC|qrml18uum72fq6046un3z5x5 viewOffset 1000 Catastrope on Plex for Windows (proxying: True), sessions: 0
2023-08-21 16:17:10 - __main__ - INFO - Found skippable marker intro for media 2 [4346] (Family Guy s05e02 - Mother Tucker) CATA-PC|qrml18uum72fq6046un3z5x5 with range 990(+3000)-28316(+1000) and viewOffset 1631
2023-08-21 16:17:10 - __main__ - INFO - Seeking Plex for Windows player playing 2 [4346] (Family Guy s05e02 - Mother Tucker) CATA-PC|qrml18uum72fq6046un3z5x5 from 1632 to 29316
2023-08-21 16:17:10 - __main__ - ERROR - 404 Error, see https://github.com/mdhiggins/PlexAutoSkip/wiki/Troubleshooting#badrequest-error
I misclicked to the close button, I apologize. By the way it works fine in both two mobile phones and my tv plex and an nvidia shield. All android of course. The only issue is with my windows pc which is the one I use the most sadly.
No idea then, something with your GDM setup isn't working
Did you go through this
https://support.plex.tv/articles/201812803-plex-companion-remote-control-issues/
Feel free to share client info
There are also a few others that have had issues on their network that get either the badrequest or 404 error, search through some of the closed issues to see how they fixed things but its ultimately a plex api and networking issue at this point not a script problem, its detecting everything and now appropriately using the proxy option
I will try my best all day tomorrow, go through both that link and the old issues. Maybe something will work. I will update it here if I manage to solve it.
I couldn't resolve it. I assume it's specific to my network setup but I'm too tired to look more into it. I'll close the issue for now. Thank you so much for your help anyway, I appreciate it
I have set up everything according to the guide, and it does work on my phone within the same network, but even though I downgraded the desktop client, and it gets detected, when it comes to skipping the connection times out.
Here is a section of the log with the full detailed error:
Again, the same system seems to be working fine with other, albeit mobile devices on the network. I have disabled firewall, even tried checking pinging both pcs from one another (it works), yet couldn't figure out the timeout error. Hope it's solveable
Thank you in advance