Results 24 comments of Jhon Mosk

Hi. I have the same problem. Perhaps we are doing something wrong. Lacks step-by-step instructions.

@dstala And in the API, I hope they are not going to remove methods for working with webhooks?

@tshemsedinov я поправил

If I run this code without docker, just node, it's work perfect. ``` # Отчет о подробностях системы --- ## Подробности отчета - **Дата создания:** 2024-07-12 16:51:32 ## Аппаратная информация:...

Docker version 27.0.3, build 7d4bcd8 Docker Compose version v2.27.0-desktop.2 local node v20.15.1 node in docker v20.15.1-alpine

"tdl": "7.4.0" tdlLib: 1.8.33

I builded TDLib for Alpine and had this error.

Maybe version of TDLib build is 1.8.33 and version of tdl is 7.4.0. And they are not compatible?

In TDLib recommended contacting tdl repository. https://github.com/tdlib/td/issues/2981

I builded TDLib for Alpine into container. ```Dockerfile # syntax=docker/dockerfile:1 ARG NODE_VERSION=20.15.1 FROM node:${NODE_VERSION}-alpine as base RUN apk update &&\ apk upgrade &&\ apk add alpine-sdk linux-headers git zlib-dev openssl-dev...