Installed Snmp-library to my robot framework, while trying to do tests with it, therecome bunch of errors.
First
Open Snmp Connection Open Snmp V2c Connection host public
This Passes, so i assume this works, but when i proceed to this
Memory ${VALUE} Get .1.3.6.1.4.1.2021.4.11.0
There comes bunch of error messages, but i put here there first one at this point
Suspended due to logged failure: PySnmpError: poll error: Traceback (most recent call last): ; File "C:\Lib\site-packages\pysnmp\carrier\asyncore\dispatch.py", line 45, in runDispatcher loop(timeout or self.getTimerResolution(),
And end of all comes this:
;TypeError: decodeMessageVersion..() takes 3 positional arguments but 4 were given caused by <class 'TypeError'>: decodeMessageVersion..() takes 3 positional arguments but 4 were given
Any clues?
Pretty much nothing, i considered if i should uninstall something?