-
Notifications
You must be signed in to change notification settings - Fork 27
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 when trying to add voice circuit in 3.5.6 - serializernotfound #38
Comments
I'm having the same issue on my install recently updated to 3.5.8 and first time trying to use this plugin so I can't say if it worked before. Any ideas are appreciated! Could not determine serializer for phonebox_plugin.VoiceCircuit with prefix '' Python version: 3.10.12 |
Nope. It didn't work for me as well. I am still looking if there is any official documentation available to troubleshoot. |
Hey Everyone! Sorry for such a delayed update. This issue is now fixed in the latest plugin release. Bonus: the plugin now also supports API operations with Voice Circuits. Compatibility has been tested with NetBox 3.6 versions. |
NetBox version
3.5.6, plugin installed in venv via pip
Describe the bug
When trying to add a voice circuit (sip)
I was thrown this error:
`
<class 'netbox.api.exceptions.SerializerNotFound'>
Could not determine serializer for phonebox_plugin.VoiceCircuit with prefix ''
Python version: 3.8.10
NetBox version: 3.5.6
`
To Reproduce
In netbox 3.5.6 gui go to plugins > phonebox plugin > voice circuits and add a circuit - any combination yeilds above serializer error
Expected behavior
It should work
Screenshots
The text was updated successfully, but these errors were encountered: