Filebot not working from embedded script

I'm trying to move from Transmission running Filebot on torrent completion to running it in Hazel when a finished torrent shows up in the directory.
The Transmission post processing works great, but when trying to run the Hazel version, I get an error. The script output from Hazel is:
I'm not sure why, when run from Hazel, it doesn't recognize that .filebot exists, when the AMC script from Transmission has no problem running.
The Transmission post processing works great, but when trying to run the Hazel version, I get an error. The script output from Hazel is:
- Code: Select all
2022-04-20 12:32:41.321 hazelworker[38349] DEBUG: == script output ==
+ /opt/homebrew/bin/filebot -script fn:amc '/Volumes/Iron Storage/Filebot/Moon.Knight.S01E03.Moon.Knight.1080p.DSNP.WEBRip.DDP5.1.Atmos.x264-CM[rartv]/Moon.Knight.S01E03.Moon.Knight.1080p.DSNP.WEB-DL.DDP5.1.Atmos.H.264-CM.mkv' --output '/Volumes/Super Storage/Video/To Be Processed' --conflict skip -non-strict --log-file /Users/mj/Desktop/amc.log --action TEST --def excludeList=.excludes unsorted=y music=y artwork=n
[b]AppData folder does not exist and could not be created: /.filebot
An unexpected error occurred during startup: /.filebot: Read-only file system[/b]
java.nio.file.FileSystemException: /.filebot: Read-only file system
at net.filebot.ApplicationFolder.mkdir(Unknown Source)
at net.filebot.Main.main(Unknown Source)
== End script output ==
I'm not sure why, when run from Hazel, it doesn't recognize that .filebot exists, when the AMC script from Transmission has no problem running.