Skip to content
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

ERROR IN HYTERA PROTOCOL #20

Open
ea7ken opened this issue Dec 25, 2024 · 9 comments
Open

ERROR IN HYTERA PROTOCOL #20

ea7ken opened this issue Dec 25, 2024 · 9 comments

Comments

@ea7ken
Copy link

ea7ken commented Dec 25, 2024

Hi, I've been trying to start the application for days and it gives me an error that I can't figure out what it is. Could you please enlighten me a bit?

image

@smarek
Copy link
Member

smarek commented Dec 25, 2024

You have incompatible version of puresnmp installed probably. Can you check like this?

> pip3 freeze | grep -i snmp
puresnmp==2.0.0.post1

@ea7ken
Copy link
Author

ea7ken commented Dec 25, 2024

image

@smarek
Copy link
Member

smarek commented Dec 25, 2024

Try downgrading to 2.0.0.post1 please

pip3 install puresnmp==2.0.0.post

@ea7ken
Copy link
Author

ea7ken commented Dec 25, 2024

Hi, I have installed the version you mentioned and it gives the same error. I attach both screenshots.

image

image

@smarek
Copy link
Member

smarek commented Dec 25, 2024

Sorry, i think you're using version from master, not dev branch. Try again please with puresnmp==1.10.2

@ea7ken
Copy link
Author

ea7ken commented Dec 25, 2024

Ok, now I think the problem is solved, and it throws me another problem. I don't know if it's mine or not.

image

image

image

@ea7ken
Copy link
Author

ea7ken commented Dec 25, 2024

image

@smarek
Copy link
Member

smarek commented Dec 25, 2024

Seems like your device (rpi) does not have the "192.168.100.185" ip assigned on any network interface, just change the config appropriately (if this is new site or a different device in the same network getting different dhcp lease)

Otherwise, i'm happy we have partial solution, i'll try to add support for old and new versions of puresnmp in next weeks, so this issue does not come back, i'm quite busy these days, only tending to urgent matters.

feliz navidad

@ea7ken
Copy link
Author

ea7ken commented Dec 25, 2024

Thank you very much Marek. I really liked your project because I have a Hytera HR1065 repeater and these do not have an RDAC port, so I was interested in your project because it uses SNMP. I am glad and I encourage you to continue adding and updating these projects little by little. Thank you very much and Feliz Navidad ;-P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants