Search found 1 match

Go to advanced search

by jimipeisun
Thu Apr 15, 2021 4:09 pm
Forum: Developing
Topic: Exception occurred during XML-RPC call
Replies: 0
Views: 10031

Exception occurred during XML-RPC call

I meet error, help me, very thanks. my Code: URL serverUrl = null; try { serverUrl = new URL("https", "api.opensubtitles.org", 443, "/xml-rpc"); } catch (MalformedURLException e) { e.printStackTrace(); } try { OpenSubtitlesClient osClient = new OpenSubtitlesClientImpl(s...

Go to advanced search