There is a need to add to download torrents from the script accordingly can not enter from the script in interactive mode to execute commands that are already there. Trying to do something like that
and get an error
deluge-console: error: no such option: -p
interactive mode, all of course added.
Can I use the console without entering the interactive mode?
deluge-console 'connect 127.0.0.1:58846 user pass add -p /home/share/torrent/download/ /home/share/other/\[rutracker.org\].t4550332.torrent'
and get
Error parsing options: no such option: -p
Traceback (most recent call last):
File "/usr/bin/deluge-console", line 9, in <module>
load_entry_point('deluge==1.3.6', 'console_scripts', 'deluge-console')()
File "/usr/lib64/python2.7/site-packages/deluge/ui/console/main.py", line 74, in start
Console().start()
File "/usr/lib64/python2.7/site-packages/deluge/ui/console/main.py", line 71, in start
ConsoleUI(self.args)
File "/usr/lib64/python2.7/site-packages/deluge/ui/console/main.py", line 200, in __init__
d.addCallback(on_connect)
AttributeError: 'NoneType' object has no attribute 'addCallback'
Sorry, but I do not know what I should see there. One long 34-line manual, and will not be anything that could be associated with my question. Would be extremely grateful if you were still able to help me.