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_exec #18

Open
defaultpage opened this issue Apr 19, 2019 · 0 comments

Comments

@defaultpage
Copy link

defaultpage commented Apr 19, 2019

В коде отсутствует обработка ошибок curl:

AmoCRM_Wrap/src/Base.php

Lines 88 to 89 in d49e41b

$json = curl_exec($curl);
curl_close($curl);

Если запрос вообще не выполнится, то сработает исключение Не удалось авторизоваться. Что бы при этом понять реальную причину, необходимо отлаживать весь код по стеку.

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

1 participant