Closed LadaBr closed 7 years ago
Are you using the chat_channel
branch? Also, that method will raise an exception as Valve return invalid unicode data resulting in a decode exception within the protobuf package. The only workaround is to patch the protobuf source file to ignore unicode decode exceptions
Whats different in last chat update? Nothing works same like before. I cannot call functions like this: dota.join_lobby_channel() dota.get_channel_list() dota.send_message() I guess it has something to do with chat_channel branch. How do I use it?
So I finally found out whats different. Now I have to call object like this: dota.channels.join_channel()
I updated latest chat files from pull requests and I need to get list of all available dota chat channels. I want to join closest one or at least find them by name but I have problem with getting of the list.