Werk #11644: PySNMP: Cannot convert 'NoneType' object to bytes
Component | Core & setup | ||
Title | PySNMP: Cannot convert 'NoneType' object to bytes | ||
Date | Nov 9, 2020 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The context_name interface uses None as value but PySNMP can't handle the context_name None. As default value it needs "" (empty string).