-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN: Unable to handle welcome cache #23
Comments
In node-dota2 i got next error:
So, perhaps, problem in protobuf. |
I have spent one day to get basics of go and one more to dig into this module to get same error as in node-dota 2 😂 |
And this warn i getting time to time. |
You have to call SetPlaying(true), wait a moment, then send SendHello until you get a session and/or a "in session queue" message. Ignore the unable to handle welcome cache messages... They are just warnings. |
Hello.
While trying to run dota like this:
Got this warn:
Same issue exist in node-dota2.
The text was updated successfully, but these errors were encountered: