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
Plex Server Changed
Re: Plex Server Changed
i think we ca go arround it by using this :

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 ???

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 ???
Re: Plex Server Changed
Fixed. Use -script dev:amc to verify.
Re: Plex Server Changed
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 (°_°)
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 (°_°)
Re: Plex Server Changed
do i have to do anything rednoah , seamed to fail the -script dev:amd ????
Re: Plex Server Changed
In your call, change fn:amc to dev:amc but do not change anything else.
Re: Plex Server Changed
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
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

Re: Plex Server Changed
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
@see http://stackoverflow.com/questions/2043 ... omain-name