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
Library has sent the request, but received empty text as response.
Usually this happens when LiteServer you connected to has failed to answer. So you just need to reconnect (call InitIfNeeded() again) and retry CreateQuery call.
Sometimes tonlib can fail to parse your request - this has happened to me when I tried to send "really strange or wrong" requests (garbage instead of base64 bytes etc).
So first this here is to make sure you enabled (didn't disable) logging and check "Sending" and "Received" log entries, like this:
Usually this logs can give you some knowledge what exactly happened.
justdmitry
changed the title
Can't CreateQuery
Exception "Empty response received" when calling CreateQuery
Apr 24, 2023
The text was updated successfully, but these errors were encountered: