Plex update not working

Any questions? Need some help?
Post Reply
Muddro
Posts: 33
Joined: 22 Mar 2014, 21:38

Plex update not working

Post by Muddro »

In my AMC log, getting the following:

Code: Select all

Notify Plex: [host:192.168.1.5, token:my token]
GET: http://192.168.1.5:32400/library/sections/all/refresh?X-Plex-Token=my token
SocketException: Unexpected end of file from server
Not sure how to fix this. It is not updating upon moving the file. Any advice?

Sysinfo:

Code: Select all

FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_131
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 1 Core / 247 MB Max Memory / 12 MB Used Memory
OS: Windows 7 (x86)
Package: MSI
Done ?(?????)?
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Plex update not working

Post by rednoah »

Does Plex accept HTTP (unencrypted) connections when using private access tokens? You'll want to use the host name so that FileBot can use HTTPS.

You can always make HTTP(S) GET requests with PowerShell or your Browser and then see if that works.
:idea: Please read the FAQ and How to Request Help.
Muddro
Posts: 33
Joined: 22 Mar 2014, 21:38

Re: Plex update not working

Post by Muddro »

rednoah wrote: 28 Jun 2017, 02:54 Does Plex accept HTTP (unencrypted) connections when using private access tokens? You'll want to use the host name so that FileBot can use HTTPS.

You can always make HTTP(S) GET requests with PowerShell or your Browser and then see if that works.
Plex does not accept HTTP (and hoping to continue enforcing HTTPS). I tried the hostname (Plex) but didn't seem to work:

Code: Select all

GET: https://Plex:32400/library/sections/all/refresh?X-Plex-Token=******
UnknownHostException: Plex
How do you pass GET requests so I can play around with it? Specifically, what would i type into powershell?

EDIT: So I now realize you mean my IP address hostname. Did that and it works when using port 32400. Is there a way to change the public port?

Edit 2: Having substituted my IPs hostname, and port forwarding on 32400, I now get:

Code: Select all

SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching *hostname* found.
I have tested the actual address in a browser and it seems to work fine.
hshah
Donor
Posts: 44
Joined: 22 Feb 2016, 22:23

Re: Plex update not working

Post by hshah »

Did you ever figure this out?
Post Reply