phonebox_plugin icon indicating copy to clipboard operation
phonebox_plugin copied to clipboard

Issue with adding tenant after installing plugin on Netbox 3.7.1

Open dponzone opened this issue 1 year ago • 4 comments

Just upgraded my Netbox to 3.7.1 and I installed latest plugin (0.0.7b2). Install was fine, but afterwards, when I tried to add a tenant in Netbox (my Netbox DB is almost empty), I had the following error:

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'number_list' not found. 'number_list' is not a valid view function or pattern name.

Python version: 3.9.2 NetBox version: 3.7.1 Plugins: phonebox_plugin: v0.0.7-beta.2

David

dponzone avatar Jan 30 '24 20:01 dponzone

We have seen the same issue. Disabling the plugin allows you to access the newly created tenant.

InsaneSplash avatar Feb 14 '24 11:02 InsaneSplash

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'number_list' not found. 'number_list' is not a valid view function or pattern name.

Python version: 3.9.18
NetBox version: 3.7.2
Plugins: 
  phonebox_plugin: v0.0.7-beta.2

InsaneSplash avatar Feb 14 '24 11:02 InsaneSplash

@dponzone I think this project might be stale these days.

InsaneSplash avatar Feb 14 '24 11:02 InsaneSplash

It seems, a pity.

dponzone avatar Mar 06 '24 15:03 dponzone

I’ve just published a new plugin release. It’s now compatible with NB 3.7 and 4.0.

iDebugAll avatar Jun 13 '24 15:06 iDebugAll

Ah nice, works fine, thanks!

dponzone avatar Jun 13 '24 18:06 dponzone