Need help on finding a full python traceback #1451
-
|
Hello, because of a major change within our NetBox deployment, I rolled out a test instance with netbox docker. Sadly on some pages errors happens, but in the browser I only see the last line of the Python traceback. With local deployment, these errors do not happen. In env/netbox.env I have the lines |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Have you found a solution? I'm struggling with the same. All I get from netbox is the error message in the browser: The docker logs only show the 500 and nothing else. Searching the code for the mentioned columns and tables doesn't work either, as the models don't use the names directly. |
Beta Was this translation helpful? Give feedback.
-
|
Actually … I forgot this issue completely :D If this works for you too, then please answer. We could close the issue then. |
Beta Was this translation helpful? Give feedback.
Actually … I forgot this issue completely :D
Anyway, in the meantime I had another error to analyze, same problem … but this time I managed to get the full traceback and I believe that "DEBUG = True" is required (changed from "DEBUG=1"). Just looked into the file netbox.env and I don’t see anything else that might be related … pretty sure the code hard-checks for the actual True, so 1 is probably not considered True.
If this works for you too, then please answer. We could close the issue then.