We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Добрый день. Пытаюсь выполнить вот такой код:
public function registerBot() { try { $client = new Client(['token' => env('VIBER_TOKEN', false)]); // dd($client); $result = $client->setWebhook('https://bot.XXXX.com/viberHook'); echo "Success!\n"; // print_r($result); } catch (Exception $e) { echo 'Error: ' . $e->getMessage() . "\n"; } }
В итоге ловлю Exception
Viber \ Api \ Exception \ ApiException (1) Remote error: Result[HttpRequest[POST /viberHook HTTP/1.1]@351848d8 > HttpResponse[HTTP/1.1 419 unknown status]@20d79eb3] null
В чем может быть проблема? Сертификат валидный, пути правильные, токен рабочий ..
The text was updated successfully, but these errors were encountered:
Поспешил задавать вопрос, сам разобрался. Проблема была в том что viberHook не отдавал корректного ответа. Спасибо Вам за хорошую библиотеку ).
Sorry, something went wrong.
No branches or pull requests
Добрый день.
Пытаюсь выполнить вот такой код:
В итоге ловлю Exception
В чем может быть проблема? Сертификат валидный, пути правильные, токен рабочий ..
The text was updated successfully, but these errors were encountered: