plugin execute windows path

Suggest, post, or discuss plugins for Deluge
Post Reply
gechu
New User
New User
Posts: 3
Joined: Mon Jan 06, 2014 9:41 pm

plugin execute windows path

Post by gechu »

Trying to generate an event in eventghost at torrent complete event.

In execute.conf I have this path:

"c:\\path\\to\\generate\\event.bat"

Getting:

Code: Select all

Event handler TorrentFinishedEvent failed in <bound method Core._on_torrent_finished of <extractor.core.Core object at 0x00B61390>> with exception (267, 'CreateProcess', 'The directory name is invalid.')
Am I using the wrong syntax for qualifying the path?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: plugin execute windows path

Post by Cas »

It should work but you can try with single forward slashes instead
Post Reply