sides / war3observer

A Warcraft III observer API reader/renderer for streaming overlays
MIT License
51 stars 20 forks source link

Game info always return nothing #11

Closed Redfox closed 4 years ago

Redfox commented 4 years ago

Hello, sometimes the game bug, I guess is the game memory, and struct always return the same object, even with the game open and spec a game. I already tried reset the the server but no results.

Returns:

game_mm: $Container:
    refresh_rate = 0
    is_in_game = False
    game_time = 0
    players_count = 0
    game_name = u'' (total 0)
    map_name = u'' (total 0)

you know how fix this?

Redfox commented 4 years ago

My bad.

https://github.com/sides/war3observer/issues/5#issuecomment-518144110

this resolve. Had to open warcraft game before start server.