Server error by opening a report: 'list' object has no attribute 'stip' #10106
Unanswered
maxhandschild
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, unfortunately I fail to see that this should be a string. Thanks for the quick help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v3.3.0
Python version
3.8
Steps to Reproduce
I wrote a report in Python and when I ran it, the script just loaded.

When I go back to the overview, I see that the report has run. When I then display the report, the following error appears:
I reduced the report to the problematic lines, then it looks like this:
Expected Behavior
I want to get a list of VMs that have previously been filtered for certain attributes.
Observed Behavior
I found a workaround for this issue, but I'm not sure if this causes any problems. So far, my colleagues and I have not been able to identify any problems.
In the file /data/netbox/netbox/utilities/templatetags/builtins/filters.py I made the following changes:
Beta Was this translation helpful? Give feedback.
All reactions