REST Countries v1

БЕЗКОШТОВНО
(Ким) apilayer | Оновлено hace un mes | 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 лет назад

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

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення