Hazel not seeing incomplete downloads in Download folder

I'm having an issue with Hazel not being able to execute rules on Safari download files. I wanted to create a rule that would see any accidental YouTube downloads and send them to the Trash immediately. The name of videos downloaded from YouTube is always video.mp4, so the resulting incomplete download is video.mp4.download.
I made a rule that looks for files of the type "Safari download" and adds a red label to them. I then initiated a random download and cancelled it in Safari. The resulting debug log output is here:
Now, whenever I try to apply rules to the Downloads folder or even preview the rules being applied, I can't see the incomplete download. Moving the incomplete download out and then back into the Downloads folder doesn't work either. It's as if Hazel doesn't know it even exists. I have not checked the box to delete incomplete downloads in the Downloads folder. I'm not sure what else to try, so any help would be greatly appreciated.
I made a rule that looks for files of the type "Safari download" and adds a red label to them. I then initiated a random download and cancelled it in Safari. The resulting debug log output is here:
- Code: Select all
2010-03-16 00:06:40.245 hazelfolderwatch[9964] DEBUG: Processing directories: (
"/Users/matt/Downloads"
)
2010-03-16 00:06:40.246 hazelfolderwatch[9964] DEBUG: About to process directory /Users/matt/Downloads
2010-03-16 00:06:40.248 hazelfolderwatch[9964] File NewsFire1.6(v84).zip.download is busy. Skipping for now.
2010-03-16 00:06:40.248 hazelfolderwatch[9964] DEBUG: Writing out DB file: /Users/matt/Downloads
2010-03-16 00:06:40.249 hazelfolderwatch[9964] DEBUG: Directory /Users/matt/Downloads processed.
2010-03-16 00:06:40.249 hazelfolderwatch[9964] DEBUG: Sleeping
2010-03-16 00:06:42.249 hazelfolderwatch[9964] DEBUG: About to process directory /Users/matt/Downloads
2010-03-16 00:06:42.252 hazelfolderwatch[9964] DEBUG: Directory /Users/matt/Downloads processed.
2010-03-16 00:06:42.252 hazelfolderwatch[9964] DEBUG: Sleeping
2010-03-16 00:06:46.252 hazelfolderwatch[9964] DEBUG: Done
Now, whenever I try to apply rules to the Downloads folder or even preview the rules being applied, I can't see the incomplete download. Moving the incomplete download out and then back into the Downloads folder doesn't work either. It's as if Hazel doesn't know it even exists. I have not checked the box to delete incomplete downloads in the Downloads folder. I'm not sure what else to try, so any help would be greatly appreciated.