Replies: 2 comments
-
It's possible your Netbox is corrupt somehow, as I haven't seen that error reported by anyone else. Did you install and upgrade using git, or by untarring a release tarball? Or you may have some garbage in your If you can show a full backtrace then that should highlight the problem. If you set ADMINS and EMAIL in configuration.py then it should be E-mailed to you. Otherwise, set DEBUG = True and then copy-paste the backtrace from the web interface (please do this as text, not as an image) One other thing: try
Does this return a sensible value? I'm wondering whether your problem is triggered by this line of code:
(but then I'd expect the homepage to be broken too) |
Beta Was this translation helpful? Give feedback.
-
Can you please set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Attempting to perform an upgrade from 2.11.12 to 3.0.1 or 3.0.2 results in the bellow error whenever I attempt to navigate away from the NetBox homepage (/ipam/, /dcim/, ect.).
<class 'TypeError'>
'<' not supported between instances of 'NoneType' and 'int'
Python version: 3.7.5
NetBox version: 3.0.1
upgrade.sh appears to complete perfectly fine outside of docs build warnings.
Beta Was this translation helpful? Give feedback.
All reactions