-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text Fields and popups at registration not appearing #21
Comments
Hey there, Just wondering if you were still having issues with this? I recently ran into this issue and was able to solve it. More than happy to assist if you still need it. Thanks, Nick |
Yes please,
I never would a solution
From: nixsky <[email protected]>
Reply-To: jamf/DEPNotify-Starter <[email protected]>
Date: Wednesday, 22 May 2019 at 16:14
To: jamf/DEPNotify-Starter <[email protected]>
Cc: master-vodawagner <[email protected]>, Author <[email protected]>
Subject: Re: [jamf/DEPNotify-Starter] Text Fields and popups at registration not appearing (#21)
Hey there,
Just wondering if you were still having issues with this? I recently ran into this issue and was able to solve it. More than happy to assist if you still need it.
Thanks,
Nick
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#21?email_source=notifications&email_token=AJKHMPHHNSALZJFY24FXHXTPWVPMJA5CNFSM4HBRCLHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV7MHNI#issuecomment-494846901>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJKHMPBB6B33JIWMJ7A2ZALPWVPMJANCNFSM4HBRCLHA>.
|
Ah, first of all can you try downloading the latest version of DEPNotify please? I haven't looked through the patch notes but it looks like they changed something. I had to upgrade to 1.1.4 to get it to work. If it still doesn't work after that, can you attach your script and I'll take a look at it. |
I getting a similar error: Script result: LSOpenURLsWithRole() failed for the application /Applications/Utilities/DEPNotify.app with error -600. |
I'm seeing this as well. The only thing that I changed from the original script was the line enabling the user registration drop down. REGISTRATION_ENABLED=true When I run the script and go through the workflow I get a blank screen without any of the default fields. I'm also running DEPNotify version 1.1.4 |
I think I figured out my problem. I've been running the script locally rather than from the JSS. Evidently you need to run the DEPNotifyreset.sh file in order to clear the values from the previous run. After doing this my issue was resolved. |
Dudes. This helped me so much. Thank you. |
What do you mean by running it locally? You mean the script was saved locally vs running a policy from Jamf? @adhuston |
@kylejericson Did you work out what the issue was as I'm experiencing the same thing myself |
@monodata I think by adding the newest DEPNotify and updating the start script fixed my issues. |
I am using v2.0.7 of the script and v1.1.6 of DEPNotify.app and this issue has come up for me when deploying in Jamf Pro. Is there a magic mix of the two versions that will allow this registration window to work properly? |
Describe the bug
When I configure the text and popups to appear at Registration "true" The window appears and "register this mac" button ok. However, the text and popup fields are not showing, only a clear white box.
I click register and it runs through stating that no entries have been made for computer name, department , building etc.
Attached screenshot of splash window
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please attach the following logs:
Script result: LSOpenURLsWithRole() failed for the application /Applications/Utilities/DEPNotify.app with error -54.
2019-03-26 19:18:12.607 defaults[18181:227070]
The domain/default pair of (/Users/test/Library/Preferences/menu.nomad.DEPNotifyUserInput.plist, Computer Name) does not exist
2019-03-26 19:18:22.635 defaults[18183:227161]
The domain/default pair of (/Users/test/Library/Preferences/menu.nomad.DEPNotifyUserInput.plist, Asset Tag) does not exist
2019-03-26 19:18:27.659 defaults[18186:227184]
The domain/default pair of (/Users/test/Library/Preferences/menu.nomad.DEPNotifyUserInput.plist, Building) does not exist
2019-03-26 19:18:37.686 defaults[18188:227240]
The domain/default pair of (/Users/test/Library/Preferences/menu.nomad.DEPNotifyUserInput.plist, Department) does not exist
Software Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: