There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'AttributeError'>
'OrderedDict' object has no attribute 'register'
If further assistance is required, please post to the NetBox mailing list.
Has something changed in the new version, or is anyone else having same issue?
'OrderedDict' object has no attribute 'register'
Request Method: | GET |
---|---|
Request URL: | https://netbox.**********.com/api/dcim/ |
Django Version: | 2.2.9 |
Exception Type: | AttributeError |
Exception Value: |
'OrderedDict' object has no attribute 'register' |
Exception Location: | /home/****[USER]****/netbox_env/lib/python3.6/site-packages/rest_framework/compat.py in md_filter_add_syntax_highlight, line 213 |
---|---|
Python Executable: | /home/****[USER]****/netbox_env/bin/python36 |
Python Version: | 3.6.6 |
Python Path: | ['/home/****[USER]****/netbox/netbox', '/home/****[USER]****/netbox_env/bin', '/home/****[USER]****/netbox_env/lib64/python36.zip', '/home/****[USER]****/netbox_env/lib64/python3.6', '/home/****[USER]****/netbox_env/lib64/python3.6/lib-dynload', '/usr/lib64/python3.6',
'/usr/lib/python3.6',
'/home/****[USER]****/netbox_env/lib/python3.6/site-packages'] |
Server time: | Mon, 3 Feb 2020 17:47:15 +0000 |
Good. So I suggest the next step is: check what headers your browser is sending with the request (use your browser's debug console - or just use tcpdump on the netbox port). Add these headers to the curl request (using -H "Header: value") until you can replicate the problem with curl.When you've done that, post here the curl command which replicates the problem for you - and we can try to see if it replicates for us too.
--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/4a1c870b-2bf0-4b4c-8192-b71a3e801644%40googlegroups.com.