Skip to content
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

Failed Permissions? #17

Closed
dnuzum opened this issue May 10, 2017 · 2 comments
Closed

Failed Permissions? #17

dnuzum opened this issue May 10, 2017 · 2 comments

Comments

@dnuzum
Copy link

dnuzum commented May 10, 2017

Just did a system reinstall. Getting failed permissions for Playbox, World Clock, and Next Event.

"2017-05-10 10:53:17.552 osascript[15172:203026] kCFURLVolumeIsAutomountedKey missing for file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/: Error Domain=NSCocoaErrorDomain Code=257 \"The file “F93882C5-58CC-46C3-B556-A101E72BE0E9” couldn’t be opened because you don’t have permission to view it.\" UserInfo={NSURL=file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/, NSFilePath=/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9, NSUnderlyingError=0x7fbcab47cd10 {Error Domain=NSPOSIXErrorDomain Code=13 \"Permission denied\"}}
Sidebar.widget/Playbox.widget/as/Get Current Track.applescript:2488:2493: script error: Expected end of line but found identifier. (-2741)"

"2017-05-10 10:53:17.552 osascript[15174:203023] kCFURLVolumeIsAutomountedKey missing for file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/: Error Domain=NSCocoaErrorDomain Code=257 \"The file “F93882C5-58CC-46C3-B556-A101E72BE0E9” couldn’t be opened because you don’t have permission to view it.\" UserInfo={NSURL=file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/, NSFilePath=/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9, NSUnderlyingError=0x7f83dbc03d70 {Error Domain=NSPOSIXErrorDomain Code=13 \"Permission denied\"}}
Sidebar.widget/WorldClock.widget/WorldClock.applescript:1354:1446: execution error: Can’t set item 4 of {\"Seattle~10:53;\", \"Denver~12:53;\", \"New York~13:53;\"} to \"London~18:53;\". (-10006)"

"2017-05-10 10:53:17.554 osascript[15171:203020] kCFURLVolumeIsAutomountedKey missing for file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/: Error Domain=NSCocoaErrorDomain Code=257 \"The file “F93882C5-58CC-46C3-B556-A101E72BE0E9” couldn’t be opened because you don’t have permission to view it.\" UserInfo={NSURL=file:///private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9/, NSFilePath=/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/AppTranslocation/F93882C5-58CC-46C3-B556-A101E72BE0E9, NSUnderlyingError=0x7fc3d071ee00 {Error Domain=NSPOSIXErrorDomain Code=13 \"Permission denied\"}}
4:06^New Platform Call^0"
@Pe8er
Copy link
Owner

Pe8er commented May 16, 2017

Just found a potential solution:

mikaelbr/gulp-notify#113

I was also having this issue, and after installing the Xcode CLI tools via xcode-select --install and restarting my machine I stopped receiving the error. It may have just been the restart that sorted it, as installing the CLI tools alone didn't solve the problem.

@dnuzum
Copy link
Author

dnuzum commented May 16, 2017

That does appear to have done the trick. Curious as I for sure already had the CLI tools installed for dev work. Did a reinstall to verify when I put the plugins in place, but upon loading them again now after various restarts, etc., you're right, no issue. Must have something to do with permissions, etc.

Thanks!

@dnuzum dnuzum closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants