dainok / netdoc

Automatic Network Documentation plugin for NetBox
GNU General Public License v3.0
89 stars 13 forks source link

RoutingTable URL NoReverseMatch #33

Closed Lurick73 closed 1 year ago

Lurick73 commented 1 year ago

When attempting to access the following portion of the NetDoc Tables I get the below error: netbox-url.com/plugins/netdoc/routingtable/

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

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

Python version: 3.10.6
NetBox version: 3.4.10

I didn't see anything else around with a similar error and not exactly sure what might have triggered it.

dainok commented 1 year ago

Update to latest, I fixed this morning.

On Tue, Jun 27, 2023 at 18:41, Lurick73 @.***(mailto:On Tue, Jun 27, 2023 at 18:41, Lurick73 < wrote:

When attempting to access the following portion of the NetDoc Tables I get the below error: netbox-url.com/plugins/netdoc/routingtable/

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

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

Python version: 3.10.6 NetBox version: 3.4.10

I didn't see anything else around with a similar error and not exactly sure what might have triggered it.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Lurick73 commented 1 year ago

Confirmed fixed, thanks!