-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Full Update class 'KeyError' #41
Comments
Could you please try running it on django development mode using python3 manage.py runserver 0.0.0.0:8000 --insecure and provide out terminal output error here? |
Perhaps I need to test it on fresh install of Netbox, but for now the error is still there with the last version. and the manage.py gave this error: I installed the requirements.txt on venv it starts normally but when I try to do the Proxmox full update, it still gives the keyerror. Am I doing something wrong? |
Try following steps:
If you get the same errors again, copy the full logging output you got on Linux terminal so I can help you to solve it! |
hi @emersonfelipesp, i am running into the same issue (on a fresh netbox install, with the plugin installed according to the instructions. Running your instructions as mentioned above only results in the following output: `(venv) root@netbox01:/opt/netbox/netbox# python3 manage.py runserver 0.0.0.0:800 0 --insecure System check identified no issues (0 silenced). is there some more verbose logging available? this doesn't seem to give us much information. |
Hi @JacobdeBrouwer, what Netbox version are you using and are you running the last Proxbox version released (v0.0.4)? |
@emersonfelipesp i am running netbox 3.2.2 and using proxbox cloned from the github's master repository. (i had other issues in the PIP release). also, i am running both on a debian 11 VM with python 3.9. |
Are you using develop branch (which is the default one)? |
What Proxmox version are you running? Does Proxbox created any object on Netbox? |
Maybe the problem is related to Proxmox >7.x.x as all my development environment runs Proxmox with version 6.x.x. |
Hi, could you please try testing it again, if possible? There was several new updates to code since then. Thank you already! |
On a fresh install of Netbox, I am having this error as soon as I try to do a full update:
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'KeyError'>
'errors'
Python version: 3.8.10
NetBox version: 3.0.0
If further assistance is required, please post to the NetBox mailing list.
Home Page
The text was updated successfully, but these errors were encountered: