mdhiggins / PlexAutoSkip

Automatically skip content in Plex
MIT License
205 stars 11 forks source link

Not Skipping on Windows Devices but will skip on Android devices #47

Closed Deathbot64 closed 1 year ago

Deathbot64 commented 1 year ago

Using Plex HTPC on 2 different Windows PCs that were able to have Plex stuff on them skip but recent stopped working. Android devices are still working find and I can cast from Home Assistant to Android Devices without issue.

Running it in a docker for windows but even running with python directly in windows I get the same issue.

requests.exceptions.ConnectionError: HTTPConnectionPool(host='device.ip', port=32500): Max retries exceeded with url: /player/playback/seekTo?commandID=1&offset=81807&type=video (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd7d5692d70>: Failed to establish a new connection: [Errno 111] Connection refused'))

Is now the error I get after getting a 404 error for so long. I have disabled my firewalls completely, tried port specific rules for the firewall. I just cant get this to work on Windows anymore. Even tried with Blue Stacks and had issues

Please let me know what you know to help with this issue.

Deathbot64 commented 1 year ago

Found the issue. Something on my end with how the network was configured