Re: Deluge.app (Latest version: 1.3.5)
Posted: Wed Apr 25, 2012 4:42 pm
Is it possible to get open folder to work? (when you right click a torrent)
I get the following error when I try:
I get the following error when I try:
Code: Select all
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "twisted/internet/gtk2reactor.pyc", line 270, in run
File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.5-py2.7.egg/deluge/ui/gtkui/menubar.py", line 312, in on_menuitem_open_folder_activate
component.get("SessionProxy").get_torrent_status(torrent_id, ["save_path"]).addCallback(_on_torrent_status)
File "twisted/internet/defer.pyc", line 297, in addCallback
'
File "twisted/internet/defer.pyc", line 286, in addCallbacks
chaining (associating two Deferreds with each other such that one
--- <exception caught here> ---
File "twisted/internet/defer.pyc", line 542, in _runCallbacks
File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.5-py2.7.egg/deluge/ui/gtkui/menubar.py", line 310, in _on_torrent_status
deluge.common.open_file(status["save_path"])
File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.5-py2.7.egg/deluge/common.py", line 245, in open_file
subprocess.Popen(["xdg-open", "%s" % path])
File "subprocess.pyc", line 679, in __init__
N(RbR?R[(RR?((ssubprocess.pycR??scCs|jtj?dS(s/Terminate the process with SIGTERM
File "subprocess.pyc", line 1228, in _execute_child
exceptions.OSError: [Errno 2] No such file or directory