[SOLVED] OSX 1.8.1 global name logger is not defined
Published: May 28, 2020 - 2:35 PM
Hello everyone,
here is my configuration:
OSX 10.13 and 10.15
Wapt client version 1.8.1
Wapt server on debian 9 wapt version 18.1
Deployment on OSX 10.13 and 10.15 works perfectly but does not launch wapt-get register and wapt-get update after installation.
To optimize deployment, I'm trying to create a script to streamline this task, as it's difficult to ask a user to use the command line. However, when I use AppleScript, it returns the
following error message
"Using config file: /opt/wapt/wapt-get.ini
Registering host against server: https://XXXX
FATAL ERROR: NameError: global name 'logger' is not defined" number 3.
Here is my code in AppleScript:
`do shell script "sudo /usr/local/bin/wapt-get register" with administrator privileges`.
I also have the same problem with the Platypus software for registration and updates.
Thank you in advance for your help.
here is my configuration:
OSX 10.13 and 10.15
Wapt client version 1.8.1
Wapt server on debian 9 wapt version 18.1
Deployment on OSX 10.13 and 10.15 works perfectly but does not launch wapt-get register and wapt-get update after installation.
To optimize deployment, I'm trying to create a script to streamline this task, as it's difficult to ask a user to use the command line. However, when I use AppleScript, it returns the
following error message
"Using config file: /opt/wapt/wapt-get.ini
Registering host against server: https://XXXX
FATAL ERROR: NameError: global name 'logger' is not defined" number 3.
Here is my code in AppleScript:
`do shell script "sudo /usr/local/bin/wapt-get register" with administrator privileges`.
I also have the same problem with the Platypus software for registration and updates.
Thank you in advance for your help.