imrabti / tvshowtime-plex

Plex background service for marking watched episode automatically in TVShowTime (compatible with all platforms)
GNU General Public License v3.0
33 stars 6 forks source link

No subject alternative DNS name matching api.tvshowtime.com found #47

Open thomasgaillard opened 3 years ago

thomasgaillard commented 3 years ago

Hello, I found this plugin and try to installed it on a Synology NAS but got this error :

OAuth authentication TVShowTime failed. I/O error on POST request for "https://api.tvshowtime.com/v1/oauth/device/code": java.security.cert.CertificateException: No subject alternative DNS name matching api.tvshowtime.com found.; nested exception is javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching api.tvshowtime.com found.

Maybe it required to change your constant for the url of TV Time API ? https://api.tvtime.com/v1/oauth/device/code ??

Thanks

milindpatel63 commented 3 years ago

Same issue here...any fix?

bn326160 commented 3 years ago

@thomasgaillard I downloaded and compiled your PR, however I can't connect to TVTime anyway

23:09 INFO - Starting ApplicationLauncher v1.0.6-RELEASE on 1a44228fb8f5 with PID 1 (/usr/local/lib/tvshowtimeplex.jar started by root in /) 23:09 INFO - No active profile set, falling back to default profiles: default 23:09 INFO - Started ApplicationLauncher in 1.337 seconds (JVM running for 1.652) 23:09 ERROR - OAuth authentication TVShowTime failed. 23:09 ERROR - 404 Not Found

Did it work for you?

thomasgaillard commented 3 years ago

Hello @bn326160

Nope, still KO for me. I just forked this repository but I didn't make any change.