-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pysnmp.carrier.error.CarrierError: Unregistered transport with asyncio #170
Comments
This is curious... I can imagine this happening if you reinitialize the main loop every now and then. Could you please show me your script? If you could come up with a minimal reproducer, that would be absolutely awesome! ;) |
Any updates on this? |
Hi, I experience a similar issue in my environment when walking through multiple switches at once with asyncio. |
@dolevha This isn't the repo for PySNMP package. Please read #429 to learn more. Besides, you need to be using a supported version, https://github.com/lextudio/pysnmp/blob/main/SECURITY.md. As new maintainers, we have fixed many bugs in the past few releases, so this might have been resolved already. |
Hi,
We are using pysnmp for our project with asyncio to collect SNMP data from multiple devices in single process. When the number of devices we need to collect data from, are more than 20, we see following traceback:
We are using pysnmp==4.4.4 and doing this in a virtual-environment.
Please let us know if you can help us with something to fix this issue.
Regards,
Bharat
The text was updated successfully, but these errors were encountered: