Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL error 6: Could not resolve host: Address #27

Closed
vplaton opened this issue May 23, 2021 · 2 comments
Closed

cURL error 6: Could not resolve host: Address #27

vplaton opened this issue May 23, 2021 · 2 comments
Assignees

Comments

@vplaton
Copy link

vplaton commented May 23, 2021

Приветствую!
Пытаюсь использовать данный пакет, но из коробки выдает ошибку при получении через поиск списка населенных пунктов Украины. Использую на локалке OSPanel

$adr = new Address;
$adr->setLimit(20);
$settlements = $adr->getSettlements('бров');
dd($settlements);

Illuminate\Http\Client\ConnectionException
cURL error 6: Could not resolve host: Address (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) 

Помогите разобраться в чем проблема!

@daaner
Copy link
Owner

daaner commented May 27, 2021

У тебя в локальной пыхе все в норме? Покажи на какой адрес оно пытается отправить запрос

@daaner daaner self-assigned this May 27, 2021
@daaner
Copy link
Owner

daaner commented May 29, 2021

А еще бывает, что Новая Почта не работает и апи запросы не уходят)

@daaner daaner closed this as completed May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants