Quote:
Originally Posted by capink
That's strange because I have not changed anything in the conditions code except for more debug statements. Are you sure it wasn't working yersterday?
|
Could've been gremlins. I have a particular talent for somehow generating one-off glitches in software.
Quote:
Another version attached to the same post. Hopefully this one does it.
|
Well, this time the error's different:
Code:
2020.12.26 19:13:22:342 App version: 8.5.2951.1
-------------------
2020.12.26 19:13:25:509 Unexpected command line parameter: ;D:\Documents\My Books\Jenny Oldfield\Starlight (5627)
-------------------
2020.12.26 19:13:26:502 Search stopped
(Note that -d "D:\Path1;D:\Path2" does work in command-line, you don't necessarily need to split them apart)
Code:
Action Chains: Starting chain: Search with Agent Ransack
Action Chains: Search with Agent Ransack: starting action No. 1: Open With
Open: C:\Program Files\Mythicsoft\Agent Ransack\AgentRansack.exe (file): ['D:\\Documents\\My Books\\Jenny Oldfield\\Steamboat Charlie (5626)', 'D:\\Documents\\My Books\\Jenny Oldfield\\Starlight (5627)'] (args): -d mutiple: True
About to run a command: C:\Program Files\Mythicsoft\Agent Ransack\AgentRansack.exe
Job Spy: self.gui.tags_view.recount() is enhanced for showing icons of user category child values...
Action Chains: chain (Search with Agent Ransack) finished in: 0.8465745449066162
I noticed the use of single quotes in the debug log. Not sure if that's being passed along, but Windows uses double-quotes for paths.