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
I'm facing the following error while creating/testing for the windows hostname, as I'm using the Ubuntu 22.04.4 LTS platform with Python 3.10.12 version, please assist with this and let me know for any further details.
Traceback (most recent call last):
File "/usr/lib/zabbix/externalscripts/zbxwmi", line 245, in
main()
File "/usr/lib/zabbix/externalscripts/zbxwmi", line 56, in main
fieldlist = options.fields.split(',')
AttributeError: 'NoneType' object has no attribute 'split'
Thanks,
Surendran
The text was updated successfully, but these errors were encountered:
Hi All,
I'm facing the following error while creating/testing for the windows hostname, as I'm using the Ubuntu 22.04.4 LTS platform with Python 3.10.12 version, please assist with this and let me know for any further details.
Traceback (most recent call last):
File "/usr/lib/zabbix/externalscripts/zbxwmi", line 245, in
main()
File "/usr/lib/zabbix/externalscripts/zbxwmi", line 56, in main
fieldlist = options.fields.split(',')
AttributeError: 'NoneType' object has no attribute 'split'
Thanks,
Surendran
The text was updated successfully, but these errors were encountered: