Pe8er / Sidebar.Widget

28 stars 7 forks source link

Failed Permissions? #17

Closed dnuzum closed 7 years ago

dnuzum commented 7 years ago

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 commented 7 years ago

Just found a potential solution:

https://github.com/mikaelbr/gulp-notify/issues/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 commented 7 years ago

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!