Lex Li
Lex Li
Fixed in pysnmp 7.1.10 and pysmi 1.5.9. If you cannot upgrade to such versions, either set `loadTexts` to `False`, or manually delete the relevant lines from the compiled .py file.
You will have to show your code and reveal how you configured PySNMP. You also need to show which OID you tried to SET.
Like I commented earlier, you need to show your code. But anyway, the verbose log indicated the same, ``` text 2024-04-04 15:36:00,561 pysnmp: StatusInformation: {'errorIndication': NotInView()} [D 240404 15:36:00 debug:53]...
My team are the new maintainers of this project (read #429 for more), so we clearly know what you meant. What we suggest is that you go through the documentation...
Those were the legacy samples written by Ilya and we don't really consider them extensive or up-to-date, compared to the unit test cases which are live and tested. In the...
Only @etingof can confirm if those "were tested at some point in the past", but he won't be able to. As new maintainers we clearly pointed out what you missed...
You should send a pull request so that it can be reviewed and merged.
https://github.com/pysnmp/pysnmp/blob/v5.0.24/pysnmp/hlapi/__init__.py#L15 The package you imported doesn't work well on Python 3.12, as asyncore has been deprecated and removed completely. So, you probably forgot to reveal more on how you set...
It took us a while to validate this and confirm the results you provided. Can you create a pull request so that we can merge your fix?
Sure. Please feel free to include all changes you suggest. We will review them all together.