Page 1 of 1

Tons of errors processing files in Desktop folder

PostPosted: Wed Nov 09, 2016 11:28 pm
by sheppy
I'm getting an error for every file in my Desktop folder. First, it scans through and finds all the rule matches. That works fine.

Then it starts trying to apply rules, and things go really wrong. For every item on my desktop, I get this:

Code: Select all
2016-11-09 19:25:16.613 hazelworker[67021] 130714_192106.wcap: Rule Newly Added Items matched.
2016-11-09 19:25:16.613 hazelworker[67021] Could not set tags for URL file:///Volumes/HD/sheppy/Desktop/130714_192106.wcap: Error Domain=NSOSStatusErrorDomain Code=-5000 " : d"
2016-11-09 19:25:16.613 hazelworker[67021] Caught exception in rule evaluation of file 130714_192106.wcap: Could not set tags for /Volumes/HD/sheppy/Desktop/130714_192106.wcap
2016-11-09 19:25:16.613 hazelworker[67021] ###main load address: 0x107139000
2016-11-09 19:25:16.613 hazelworker[67021] ###Noodle load address: 0x10725a000
2016-11-09 19:25:16.613 hazelworker[67021] ###CK load address: 0x10721b000
2016-11-09 19:25:16.613 hazelworker[67021] (
   0   CoreFoundation                      0x00007fffc156d6fb __exceptionPreprocess + 171
   1   libobjc.A.dylib                     0x00007fffd5d74a2a objc_exception_throw + 48
   2   hazelworker                         0x0000000107170dfe hazelworker + 228862
   3   hazelworker                         0x000000010715cb4f hazelworker + 146255
   4   hazelworker                         0x000000010717e323 hazelworker + 283427
   5   hazelworker                         0x000000010714124c hazelworker + 33356
   6   hazelworker                         0x0000000107143dbb hazelworker + 44475
   7   hazelworker                         0x00000001071460ef hazelworker + 53487
   8   libdyld.dylib                       0x00007fffd6651255 start + 1
   9   ???                                 0x0000000000000003 0x0 + 3
)


I'm guessing off the top of my head that this may be related to my using Desktop and Documents in the cloud via iCloud, but I don't know for sure. This obviously would be nice if it worked still though. :)

Re: Tons of errors processing files in Desktop folder

PostPosted: Thu Nov 10, 2016 12:53 pm
by Mr_Noodle
Are you able to tag the files in Finder? It does look like a permissions issue.

Re: Tons of errors processing files in Desktop folder

PostPosted: Mon Nov 14, 2016 10:24 am
by sheppy
Mr_Noodle wrote:Are you able to tag the files in Finder? It does look like a permissions issue.


Looks like, somehow, the group on all my files got changed from "staff" to "admin". I'm changing them now and will try things again afterward.