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

Регистрация #57

Closed
necorobsd opened this issue Apr 29, 2019 · 1 comment
Closed

Регистрация #57

necorobsd opened this issue Apr 29, 2019 · 1 comment

Comments

@necorobsd
Copy link

Добрый день.
Пытаюсь выполнить вот такой код:

    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

В чем может быть проблема? Сертификат валидный, пути правильные, токен рабочий ..

@necorobsd
Copy link
Author

Поспешил задавать вопрос, сам разобрался. Проблема была в том что viberHook не отдавал корректного ответа. Спасибо Вам за хорошую библиотеку ).

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