--
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ERROR: Unexpected error in updatecheck:
Traceback (most recent call last):
File "/usr/local/munki/managedsoftwareupdate", line 1038, in <module>
main()
File "/usr/local/munki/managedsoftwareupdate", line 734, in main
updatecheckresult = updatecheck.check(client_id=options.id)
File "/usr/local/munki/munkilib/updatecheck.py", line 2992, in check
updateAvailableLicenseSeats(installinfo)
File "/usr/local/munki/munkilib/updatecheck.py", line 1693, in updateAvailableLicenseSeats
license_data)
File "/usr/local/munki/munkilib/FoundationPlist.py", line 98, in readPlistFromString
error = error.encode('ascii', 'ignore')
AttributeError: 'NoneType' object has no attribute 'encode'
On Apr 22, 2015, at 4:26 AM, Justin Phillips <wuwu...@gmail.com> wrote:Come clients are getting this same error when running managedsoftwareupdate -vvv:ERROR: Unexpected error in updatecheck:
Traceback (most recent call last):File "/usr/local/munki/managedsoftwareupdate", line 1038, in <module>
main()
File "/usr/local/munki/managedsoftwareupdate", line 734, in main
updatecheckresult = updatecheck.check(client_id=options.id)
File "/usr/local/munki/munkilib/updatecheck.py", line 2992, in check
updateAvailableLicenseSeats(installinfo)
File "/usr/local/munki/munkilib/updatecheck.py", line 1693, in updateAvailableLicenseSeats
license_data)
File "/usr/local/munki/munkilib/FoundationPlist.py", line 98, in readPlistFromString
error = error.encode('ascii', 'ignore')
AttributeError: 'NoneType' object has no attribute 'encode'
On Apr 22, 2015, at 4:26 AM, Justin Phillips <wuwu...@gmail.com> wrote: