REST Countries v1

무료
분류별 apilayer | 업데이트됨 a month ago | Data
인기

0.5 / 10

지연 시간

36ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입