Andrene

Results 6 comments of Andrene

The changes I made were to handleUnitPositionsEvent and handleUnitDoneEvent, neither of the associated events processed by those have either attribute. In the above commit I fixed the reference here https://github.com/ggtracker/sc2reader/blob/c17bd35de0361bd82480213c8a8cf66dc3570ca4/sc2reader/engine/plugins/context.py#L201...

Yes, although it looks like the method I copied for s2protocol is referencing the trigger event for a chat event. After hooking the sc2reader trigger_chat_message_event up to a game event...

This should give you some help hopefully. This has all the various attributes for a PlayerStatsEvent. https://github.com/ggtracker/sc2reader/blob/12634e133060ef8b8847b06974dcfc75e0e75b23/sc2reader/events/tracker.py#L57

Hello, Not using docker at all, just RHEL physical and virtual hosts. I am able to reach the endpoint using normal net-snmp commands, and if I comment out the gosmi...

If I specify the non-numeric oid it does yell at me that it can't translate it, so I'm guessing gosmi is having issues reading the mibs from the path specfied?...

You would be correct, I am hitting that issue. Specifying the fields makes it work as expected. Thanks!