Fatal error, Keyerror 7

Home Forums Help Fatal error, Keyerror 7

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #889
    trentasis
    Participant

    Hi, I have the following error in my nagios setup, when using wmic in a specific domain (It works well with others).

    Do any of you know why this could happen?

    ERROR:asyncio:Fatal error: protocol.data_received() call failed.
    protocol: <aiowmi.protocol.Protocol object at 0x7f2362468940>
    transport: <_SelectorSocketTransport fd=21 read=polling write=<idle, bufsize=0>>
    Traceback (most recent call last):
    File “/usr/lib/python3.9/asyncio/selector_events.py”, line 870, in _read_ready__data_received
    self._protocol.data_received(data)
    File “/opt/aiowmi/aiowmi/protocol.py”, line 88, in data_received
    req, data, = self._requests[self._buf.call_id], self._buf.data
    KeyError: 7

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.