I can’t get a response from https://hummingbird.me/api/v1/anime/1 with JSON.ObjectFromURL()
I can’t find a solution to this problem.
Hmmm… Seems to be a problem in the Framework:
Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 1192, in do_open
URLError: <urlopen error [Errno 1] _ssl.c:504: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>
For now, you could get around the problem by accessing without SSL, i.e. use http://hummingbird.me/api/v1/anime/1 instead
Hmmm.. Seems to be a problem in the Framework:
Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py", line 1192, in do_open URLError:For now, you could get around the problem by accessing without SSL, i.e. use http://hummingbird.me/api/v1/anime/1 instead
Thanks but to get all anime details i need to use the api v2 and those are
just with ssl.
Same issue has been reported here with another channel: https://forums.plex.tv/discussion/comment/976182/#Comment_976182
I’m not familiar enough with SSL or TLS, but there are a lot of reports of this error if you Google on the error code. For example: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137