netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
341 stars 50 forks source link

Server Error #28

Closed CrazySliva closed 2 years ago

CrazySliva commented 2 years ago

Good afternoon, with the help of heavenly power, I managed to install the plugin. But it fails to start. When clicking on the Proxmox VM/СT link, an error occurs: Server Error The complete exception is provided below: <class 'django.template.exceptions.TemplateDoesNotExist'>

base.html

Python version: 3.8.10 NetBox version: 3.0.3


And another question, does the plugin support work with api on https or not?

dyustepanov commented 2 years ago

I have same error.

<class 'django.template.exceptions.TemplateDoesNotExist'>

base.html

Python version: 3.8.10 NetBox version: 3.0.6

valireality commented 2 years ago

<class 'django.template.exceptions.TemplateDoesNotExist'>

base.html

Python version: 3.8.10 NetBox version: 3.0.10

ndom91 commented 2 years ago

This looks like its not updated for Netbox v3.0.0+ yet. Some template names from Netbox have changed locations and therefore changed how they're imported elsewhere. Plugins such as this will therefore need to be updated :/

topa-LE commented 2 years ago

I have same error.

skydiablo commented 2 years ago

check it out: https://github.com/N-Multifibra/netbox-proxbox/pull/29

emersonfelipesp commented 2 years ago

@skydiablo pull request solved this issue. Thank you!