Skip to content

send error через прокси #51

Description

@madbanana22

Сделал под себя cloudflare worker через который могу отсылать http запросы на bot api телеги.
Настраиваю в библиотеке как прокси bot.setProxy("*.*.workers.dev", 443); и получаю send error:

> send error in sendPacket() [c:\Users\User\Documents\Arduino\libraries\FastBot2\src/core/core.h : 372]
> getUpdates in getUpdates() [c:\Users\User\Documents\Arduino\libraries\FastBot2\src/core/core.h : 300]

а отправлять http запросы напрямую http.begin(client, "https://*.*.workers.dev/bot***/getMe); http.GET(); я могу (HTTP 200 и в http.getString() JSON информация о боте)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions