You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this on a brand new install of both netbox and netbox-scanner. Is 2.10.1 supported?
root@HOST netbox-scanner]# python3 netbox-scanner.py nmap
Traceback (most recent call last):
File "netbox-scanner.py", line 62, in
format='%(asctime)s\tnetbox-scanner\t%(levelname)s\t%(message)s'
File "/usr/local/lib/python3.7/logging/init.py", line 1898, in basicConfig
h = FileHandler(filename, mode)
File "/usr/local/lib/python3.7/logging/init.py", line 1087, in init
StreamHandler.init(self, self._open())
File "/usr/local/lib/python3.7/logging/init.py", line 1116, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
FileNotFoundError: [Errno 2] No such file or directory: '/opt/netbox-scanner/logs/netbox-scanner-2021-01-12T16:16:23.599360.log'
[root@HOST netbox-scanner]#
The text was updated successfully, but these errors were encountered:
Getting this on a brand new install of both netbox and netbox-scanner. Is 2.10.1 supported?
root@HOST netbox-scanner]# python3 netbox-scanner.py nmap
Traceback (most recent call last):
File "netbox-scanner.py", line 62, in
format='%(asctime)s\tnetbox-scanner\t%(levelname)s\t%(message)s'
File "/usr/local/lib/python3.7/logging/init.py", line 1898, in basicConfig
h = FileHandler(filename, mode)
File "/usr/local/lib/python3.7/logging/init.py", line 1087, in init
StreamHandler.init(self, self._open())
File "/usr/local/lib/python3.7/logging/init.py", line 1116, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
FileNotFoundError: [Errno 2] No such file or directory: '/opt/netbox-scanner/logs/netbox-scanner-2021-01-12T16:16:23.599360.log'
[root@HOST netbox-scanner]#
The text was updated successfully, but these errors were encountered: