Search found 7 matches
- 11 Oct 2018, 13:39
- Forum: Feature Requests and Bug Reports
- Topic: BUG! exception in phase 'semantic analysis'
- Replies: 11
- Views: 8329
Re: BUG! exception in phase 'semantic analysis'
That did it, thanks!
- 11 Oct 2018, 04:49
- Forum: Feature Requests and Bug Reports
- Topic: BUG! exception in phase 'semantic analysis'
- Replies: 11
- Views: 8329
Re: BUG! exception in phase 'semantic analysis'
That returns: filebot -version FileBot 4.8.2 (r5789) / Java(TM) SE Runtime Environment 11 / Mac OS X 10.14 (x86_64) I have filebot installed via the App Store in my applications folder, and installed the CLI version via brew. I don't think this should affect it, as this is how the setup was ...
- 10 Oct 2018, 18:58
- Forum: Feature Requests and Bug Reports
- Topic: BUG! exception in phase 'semantic analysis'
- Replies: 11
- Views: 8329
Re: BUG! exception in phase 'semantic analysis'
Sure thing, my script is as follows /usr/local/bin/filebot -script fn:amc /Users/john/Documents/Movies --action hardlink --output /Users/john/Documents/Watch --conflict skip -non-strict --log-file amc.log --def unsorted=n music=n artwork=n excludeList=".excludes" The sysinfo results in the same ...
- 10 Oct 2018, 02:57
- Forum: Feature Requests and Bug Reports
- Topic: BUG! exception in phase 'semantic analysis'
- Replies: 11
- Views: 8329
BUG! exception in phase 'semantic analysis'
I'm getting the following error when trying to run any "filebot -script" commands on MacOS Mojave, filebot v4.8.2 BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' null BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' null at net.filebot.cli ...
- 24 Jan 2017, 07:56
- Forum: macOS
- Topic: AMC script Error: Output Folder Must Exist for external drive.
- Replies: 4
- Views: 4705
Re: AMC script Error: Output Folder Must Exist for external drive.
Right, I tried both and neither worked.
I just managed to get it actually, for anyone else with a similar issue I ended up dragging the folder into terminal and it worked fine. Must've been some weird hidden character or something else goofy. Thanks for the help!
I just managed to get it actually, for anyone else with a similar issue I ended up dragging the folder into terminal and it worked fine. Must've been some weird hidden character or something else goofy. Thanks for the help!
- 24 Jan 2017, 07:37
- Forum: macOS
- Topic: AMC script Error: Output Folder Must Exist for external drive.
- Replies: 4
- Views: 4705
Re: AMC script Error: Output Folder Must Exist for external drive.
Hey,
I'm passing the name of the external drive which is "Media". The file path is simply /Volumes/Media.
I'm passing the name of the external drive which is "Media". The file path is simply /Volumes/Media.
- 24 Jan 2017, 07:27
- Forum: macOS
- Topic: AMC script Error: Output Folder Must Exist for external drive.
- Replies: 4
- Views: 4705
AMC script Error: Output Folder Must Exist for external drive.
Hi all, I'm going nuts trying to figure out what's wrong here. I had this successfully working on a different computer for a year, and now it's not happening. I'm running the AMC script through transmission #!/bin/sh # Input Parameters ARG_PATH="$TR_TORRENT_DIR/$TR_TORRENT_NAME" ARG_NAME="$TR ...