Michel Albert
Michel Albert
A quick "from the top-of-my-head" analysis: My suspicion is that it has something to do with the "discovery message". We can see in the debug log 2 request/response pairs are...
As an update: I'm still working on this. I ran into an unexpected side effect with pycrypto (it's no longer supported) and needed to switch to `cryptography` instead. I have...
I found something that could explain the behaviour and am working on a solution. It might take a couple of days as I'm currently swamped with a project with higher...
Hi. Sorry for the radio silence. A couple of bumpy weeks at the office and this issue needed me to dig in deeper into the RFCs as expected. My biggest...
Huh... that is interesting. And it's hard to tell just from the tracebacks, without seeing the exchanged packets. Could you maybe run both requests using `snmpwalk` on the CLI using...
I'm.... stumped... The debug logs above show that the device returns the "out of time window" error directly as a response to the *discovery* message. Which, by definition cannot be...
I also believe that adding type-hints gradually is less painful. In any case, I'd like to chime in, considering that I am the author of the issue 😉 I understand...
Not sure I like the idea of using `codext`. I'm currently looking into `base58` because it is a very usable codec for one requirement for a new feature in the...
In any case, the registration would have to be done manually at *some* point by the users of this library. I did a library a while back for `t61` encoding...
Is there any update on this? I see that @HappyEinara has offered to open a PR for this, I was about to do the same :) I agree with all...