pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

why ValueConstraintValue data type is Integer32 not Gauge32 or Counter64?

Open Jasonjiang27 opened this issue 4 years ago • 1 comments

Jasonjiang27 avatar Oct 23 '20 03:10 Jasonjiang27

@etingof May you publish new version resolve this error? thanks

Traceback (most recent call last): File "/usr/local/python3/lib/python3.7/site-packages/pyasn1/type/constraint.py", line 32, in call self._testValue(value, idx) File "/usr/local/python3/lib/python3.7/site-packages/pyasn1/type/constraint.py", line 697, in _testValue constraint(value, idx) File "/usr/local/python3/lib/python3.7/site-packages/pyasn1/type/constraint.py", line 36, in call '%s failed at: %r' % (self, sys.exc_info()[1]) pyasn1.type.error.ValueConstraintError: <ValueRangeConstraint object, consts -2147483648, 2147483647> failed at: ValueConstraintError(2871697336)

Jasonjiang27 avatar Dec 31 '20 05:12 Jasonjiang27