tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.07k stars 1.44k forks source link

PosixError : Network is unreachable #291

Closed gitandboss closed 6 years ago

gitandboss commented 6 years ago

I have no network issue and firewall is turned off , why some time I have the following error?

[ConnectionCreator.cpp:400][!ConnectionCreator]  [PosixError : Network is unreachable : 101 : Failed to connect to [[2001:67c:4e8:f004::a]:443]]
levlam commented 6 years ago

You have no IPv6 network, only IPv4.

rohittp0 commented 3 years ago

You have no IPv6 network, only IPv4.

So how do you fix this? I can send text messages fine but when I try to send files I get this error sometimes. My network is reliable.

levlam commented 3 years ago

@rohittp0 This is not an error. This is a warning, which doesn't affect TDLib's operability.

rohittp0 commented 3 years ago

@rohittp0 This is not an error. This is a warning, which doesn't affect TDLib's operability.

But due to this I am unable to send files using TDLib.

Note: I am using python-telegram a python wrapper for TDLib.

levlam commented 3 years ago

@rohittp0 No, this is no an error. The error is somewhere else.