Plex Server Changed

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Plex Server Changed

Post by AsCavaco »

Hi readnoah ,

The new version of plex that came out today , changed the service for more security to https , so filebot doesnt call the server anymore , because its trying to do it in http ,

IOException: Server returned HTTP response code: 401 for URL: http://192.168.1.202:32400/library/sect ... oken=32400


can you change it please , here is the article of plex

https://support.plex.tv/hc/en-us/articles/206225077
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Plex Server Changed

Post by AsCavaco »

i think we ca go arround it by using this :

Image

In that setting, you'd enter a comma-separated list of IP/netmask that are allowed to access the Server without authentication. For instance, if you want everything except the computer on which the Plex Media Server itself resides to require authentication, you can set the value to 127.0.0.1/255.255.255.255 in the field.



Iv put the ip of where filebot is / 255.255.255.0 in the plex server so that ip can go without authentication , but this is not a fix , its a way arround , can filebot go https also ???
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Plex Server Changed

Post by rednoah »

Fixed. Use -script dev:amc to verify.
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Plex Server Changed

Post by AsCavaco »

Synology-1813> filebot -script dev:amc
Run script [dev:amc] at [Thu Jun 04 20:07:44 GMT 2015]
Invalid arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Failure (°_°)
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Plex Server Changed

Post by AsCavaco »

do i have to do anything rednoah , seamed to fail the -script dev:amd ????
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Plex Server Changed

Post by rednoah »

In your call, change fn:amc to dev:amc but do not change anything else.
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Plex Server Changed

Post by AsCavaco »

still doesnt work here is the error with dev:amc


Processed 1 files
Notify Plex: 192.168.1.202
https://192.168.1.202:32400/library/sec ... oken=32400
SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address 192.168.1.202 found



i guess it has to stay like it was , and we have to put the ip of filebot machine in the plex server to enable un auth connection !!!


dammm :( i would really like to put my server to all https connections , but not at the cost of loosing refresh with filebot , will wait maybe a solution can be found , for now keeping it with http
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Plex Server Changed

Post by rednoah »

You don't have valid SSL certificates for your private IP address. I'm not sure how Plex is issues valid SSL certificates for everyone but it sure won't work unless it's issued for your domain or public IP.

@see http://stackoverflow.com/questions/2043 ... omain-name
:idea: Please read the FAQ and How to Request Help.
Post Reply