Replies: 4 comments 6 replies
-
You need v3.0.0 of netbox-topology-views for netbox version 3.3.0 which is in beta right now. So you need to install 3.0.0b2 or wait until it's out of beta. https://pypi.org/project/netbox-topology-views/#history https://github.com/mattieserver/netbox-topology-views/releases |
Beta Was this translation helpful? Give feedback.
-
Go to your netbox dir (/opt/netbox)
source venv/bin/activate
pip install netbox-topology-views --upgrade –pre
cd netbox
python3 manage.py collectstatic --no-input
Collect static will grab the new icons for you.
Eric
From: por94405 ***@***.***>
Sent: Tuesday, September 06, 2022 2:52 AM
To: netbox-community/netbox ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [netbox-community/netbox] netbox topology viewer (Discussion #10263)
Unfortunately it didn't help
—
Reply to this email directly, view it on GitHub <#10263 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACY47TM32S4OPMSHRD73FRLV43ZZRANCNFSM6AAAAAAQFO4GLQ> .
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
…--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
Beta Was this translation helpful? Give feedback.
-
thanks everyone, I solved the problem by updating the version of python |
Beta Was this translation helpful? Give feedback.
-
Which exact version of python do you have? For me it sucks on Python 3.9.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I installed netbox topology viewer plugin, when I try to find something by the filter, it gives the following error. What to do?
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword '_termination_a_device_id' into field. Choices are: _abs_length, color, created, custom_field_data, id, journal_entries, label, last_updated, length, length_unit, status, tagged_items, tags, tenant, tenant_id, terminations, type
Python version: 3.9.6
NetBox version: 3.3.1
Beta Was this translation helpful? Give feedback.
All reactions