viber-bot-python

Python viber Bot is not working as described in the documentation. It doesn't give any respond in the viber mobile app

Python viber Bot is not working as described in the documentation. It doesn't give any respond in the viber mobile app Question: I have followed the official viber doc, using python: https://developers.viber.com/docs/api/python-bot-api/ The server has been deployed properly (https) and the set_webhook responds: {"status":0,"status_message":"ok","chat_hostname":"XX-CHAT-01_","event_types":["subscribed","unsubscribed","webhook","client_status","conversation_started","action","delivered","failed","message","seen"]} Now, the viber mobile app is not working as expected. The …

Total answers: 2

Viber Bot does not start

Viber Bot does not start Question: I run my Viber bot through gunicorn and flask on server. But when I do curl request I get error * Curl_http_done: called premature == 0 * Connection #0 to host chatapi.viber.com left intact {"status":1,"status_message":"Result[HttpRequest[POST / HTTP/1.1]@3f742f36 > HttpResponse[HTTP/1.1 500 INTERNAL SERVER ERROR]@16f0ed02] null","chat_hostname":"SN-CHAT-01_"} when I open url my …

Total answers: 1