univ-of-utah-marriott-library-apple / jctl

`jctl` uses `python-jamf` to select objects to create, delete, print and update. It allows performing Jamf Pro repetitive tasks quickly and provides options not available in the web GUI. It is similar to SQL statements, but far less complex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Couldnt Save Changed Record"

jtkear16 opened this issue · comments

image (20)

Get a weird error when trying to change the category for a mobile device app. Looks like a translation issue that is getting Latin-1 when expecting UTF-8.
App Name: Adobe Photoshop
Bundle ID: com.adobe.photoshop.ios
Category Name: Applications

Issue persistent in Terminal and CodeRunner text editor where default setting is UTF-8.

@jtkear16, we've added a "--debug" option that displays the XML sent to the server and the XML returned. Can you try the new version and let us know if it's still happening?

I have a fix for this. I don’t know when I’ll have time to do a release with the fix.

Sorry for taking so long to release the fix. It is out now.

Confirmed I'm able to do what I couldnt before. Thank you!