REST Countries v1

FREE
By apilayer | Updated 4 days ago | Data
Popularity

0.5 / 10

Latency

44ms

Service Level

100%

Health Check

N/A

Back to All Discussions

cant connect Caused by: java.net.SocketTimeoutException: Read timed out

Rapid account: Jcombras
jcombras
8 years ago

Hi,

may i ask why im getting Caused by: java.net.SocketTimeoutException: Read timed out?

this is when is call https://restcountries-v1.p.mashape.com/all"

best regards,
jason

Rapid account: Fayder
fayder Commented 8 years ago

Hello. I do not have an answer for you. I tried myself, using unirest as instructed in the Mashape documentation (You might need a different value for “XMashape-Key”)

<pre><code>
HttpResponse<JsonNode> response = Unirest.get(“https://restcountries-v1.p.mashape.com/all”)
.header(“X-Mashape-Key”, “78mZ1stwA2msh8ifjBMAo1ltPsjyp1HQk8JjsnUG6XNABnfdO8”)
.header(“Accept”, “application/json”)
.asJson();
</code></pre>

This worked as expected. Check if you have any firewall blocking requests made from Java. I’m sorry if I can’t be that helpful

Fayder

Join in the discussion - add comment below:

Login / Signup to post new comments