-
Hey, Surprisingly my report runs fine when initiated directly via the Am I doing something wrong? My Report-Code (Sorry if it looks ugly or ineffective, I'm only getting started with python):
Kind Regards Martin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you have any other I am on netbox 2.11.7 (python 3.6) and if I drop your report into the reports directory, it works first time from the GUI. |
Beta Was this translation helpful? Give feedback.
Do you have any other
.py
files in/opt/netbox/netbox/reports/
, other than__init__.py
and the report you showed? I am wondering if the error refers to some other report.I am on netbox 2.11.7 (python 3.6) and if I drop your report into the reports directory, it works first time from the GUI.