Skip to content
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

Protobuff message error when launching a lobby. #17

Open
Philaeux opened this issue Dec 5, 2016 · 3 comments
Open

Protobuff message error when launching a lobby. #17

Philaeux opened this issue Dec 5, 2016 · 3 comments

Comments

@Philaeux
Copy link
Contributor

Philaeux commented Dec 5, 2016

Recently, I find these 2 errors as soon as I start a private lobby. It is not stopping the normal execution of the program.

[2016-12-05 23:08:49,646] ERROR Failed to parse: <EGCBaseClientMsg.EMsgGCPingRequest: 3001>
[2016-12-05 23:08:50,156] ERROR Failed to parse: <EDOTAGCMsg.EMsgGCToClientSteamDatagramTicket: 7581>
@rossengeorgiev
Copy link
Member

It's failing to locate the protobuf messages for those. Probably need to be manually mapped. Thanks

@Philaeux
Copy link
Contributor Author

Philaeux commented Dec 5, 2016

By "I start a private lobby", I wanted to say when I call launch_practice_lobby(), not at lobby creation.

@rossengeorgiev
Copy link
Member

rossengeorgiev commented Dec 6, 2016

Yeah, the ticket is for connecting to the datagram relays in order to connect to the game server. I had a quick glance and it is not obvious which messages are used exactly. Honestly, I don't see a point mapping them as the client can't connect to a game server.

bojowadynia pushed a commit to bojowadynia/dota2 that referenced this issue Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants