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
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
I am also getting errors when running jss_helper as well that seem like they may be related to this.
When I run spruce, here is the output I receive:
lcacioppo@CSI361362 Desktop % /usr/local/autopkg/python ~/Desktop/spruce.py
JSS: https://jamf-pro-url:8443
Preferences used: ~/Library/Preferences/com.github.autopkg.plist
* Building: Computer Report... *
Traceback (most recent call last):
File "/Users/lcacioppo/Desktop/spruce.py", line 2436, in <module>
main()
File "/Users/lcacioppo/Desktop/spruce.py", line 2432, in main
run_reports(args)
File "/Users/lcacioppo/Desktop/spruce.py", line 2187, in run_reports
results.append(func(**args_dict))
File "/Users/lcacioppo/Desktop/spruce.py", line 650, in build_computers_report
report = build_device_report(check_in_period, all_computers)
File "/Users/lcacioppo/Desktop/spruce.py", line 448, in build_device_report
) = get_version_and_model_spread(devices)
File "/Users/lcacioppo/Desktop/spruce.py", line 601, in get_version_and_model_spread
strings = sorted(get_histogram_strings(model_counts, padding=8), key=model_compare)
TypeError: '<' not supported between instances of 'NoneType' and 'str'
I am also getting errors when running jss_helper as well that seem like they may be related to this.
When I run spruce, here is the output I receive: