Alan Mo

Results 5 comments of Alan Mo

I've got the same problem on my Mac os and pishrink in Docker (Debian). ```chmod -R 777 my_image_file.img``` before ```docker run``` and **"pishink'ing"** helps. The reason is that when you...

> inline_keyboard_markup="[{}]".format(json.dumps([ > {"text": "Action 1", "url": "http://mail.ru"}, > {"text": "Action 2", "callbackData": "call_back_id_2"}, > {"text": "Action 3", "callbackData": "call_back_id_3"} > ]))) Поправь вот на такой вариант: `inline_keyboard_markup="{}".format(json.dumps([[ {"text": "Action...

It causes nothing and this is the case. If you get any error at request body processing step, any tool attached to hook point `before_handler` never called. So it's not...

@webknjaz If needed I could add simple example.

Any updates? Can skipping errors cause troubles while next generation process? Thanks!