You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the version v1.7.1 and I want to use the Telegram server "192.168.1.135:8082" where my server made with tdlib/telegram-bot-api (version 6.7.1) is hosted right now.
I am currently using the following code to connect to my server.
And the server is hosted like this on my local network
But it throws the following exception at run time: terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>' what(): resolve: Host not found (authoritative)
The text was updated successfully, but these errors were encountered:
I am using the version v1.7.1 and I want to use the Telegram server "192.168.1.135:8082" where my server made with tdlib/telegram-bot-api (version 6.7.1) is hosted right now.
I am currently using the following code to connect to my server.
And the server is hosted like this on my local network
But it throws the following exception at run time:
terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>' what(): resolve: Host not found (authoritative)
The text was updated successfully, but these errors were encountered: