Okay finally got around to looking in to this. According to the logs, its just not seeing that folder updating.
So right now, I download a file, and Hazel creates a symlink (using a bash script) from the file in /DOWNLOADED and saves to /ALIAS. So now /ALIAS has the symlinked file. But then the newly created file just sits in /ALIAS and Hazel doesn't trigger. I checked the logs and saw this:
- Code: Select all
2016-11-05 22:18:48.733 hazelworker[2349] Done processing folder DOWNLOADS - TORRENTS
2016-11-05 22:20:48.968 hazelworker[2588] ###main load address: 0x10fc66000
2016-11-05 22:20:48.969 hazelworker[2588] ###Noodle load address: 0x10fd7e000
2016-11-05 22:20:48.969 hazelworker[2588] ###CK load address: 0x10fd44000
2016-11-05 22:20:49.069 hazelworker[2588] Processing folder DOWNLOADS - TORRENTS
2016-11-05 22:20:51.149 hazelworker[2588] Done processing folder DOWNLOADS - TORRENTS
Nothing happened before that section for a while.
Now, if I go in and copy a new file into or delete a file from /ALIAS, it wakes up Hazel and it runs the script on the /ALIAS folder like its supposed to. It's just not seeing the most recent change for some reason. Here's the .log after the /ALIAS Hazel rule is run when I move a file into the /ALIAS folder manually.
- Code: Select all
2016-11-05 22:18:48.733 hazelworker[2349] Done processing folder DOWNLOADS - TORRENTS
2016-11-05 22:20:48.968 hazelworker[2588] ###main load address: 0x10fc66000
2016-11-05 22:20:48.969 hazelworker[2588] ###Noodle load address: 0x10fd7e000
2016-11-05 22:20:48.969 hazelworker[2588] ###CK load address: 0x10fd44000
2016-11-05 22:20:49.069 hazelworker[2588] Processing folder DOWNLOADS - TORRENTS
2016-11-05 22:20:51.149 hazelworker[2588] Done processing folder DOWNLOADS - TORRENTS
2016-11-05 22:25:54.266 hazelworker[2965] ###main load address: 0x10c7ec000
2016-11-05 22:25:54.267 hazelworker[2965] ###Noodle load address: 0x10c90b000
2016-11-05 22:25:54.267 hazelworker[2965] ###CK load address: 0x10c8d0000
2016-11-05 22:25:54.302 hazelworker[2965] Processing folder ALIAS
2016-11-05 22:25:56.330 hazelworker[2965] file1.mp4: Rule Rename and Move file matched.
2016-11-05 22:25:57.546 hazelworker[2965] file2.mp4: Rule Rename and Move file matched.
2016-11-05 22:25:57.785 hazelworker[2965] file3.mp4: Rule Rename and Move file matched.
2016-11-05 22:25:58.096 hazelworker[2965] file4.mp4: Rule Rename and Move file matched.
I'd also like to note that since I last posted this, I've bought a new computer, installed everything on that, moved my Hazel rules over and I'm still experiencing an identical issue. I have recently updated to Sierra, so maybe it has something to do with that? Although I think this was happening on El Capitan too.
Any thoughts?