REST Countries v1

ÜCRETSİZ
Taraf apilayer | Güncelleyen 1ヶ月前 | Data
Popülerlik

0.5 / 10

Gecikme

36ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

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

Rapid account: Jcombras
jcombras
8年前

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年前

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

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun