Deluge and python2.7

General support for problems installing or using Deluge
Post Reply
NooBAsTiK
New User
New User
Posts: 8
Joined: Thu Dec 09, 2010 6:01 pm

Deluge and python2.7

Post by NooBAsTiK »

Hello! I have the Problem is the Problem with the Deluge 1.3.3. After performing the deluge-web popping up error:

Code: Select all

deluge-web
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
  File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 191, in connectionLost
    self.factory._disconnectedDeferred.callback(None)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 368, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 358, in on_download_icon_complete
    icon = TrackerIcon(icon_name)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 69, in __init__
    self.filename = os.path.abspath(filename)
  File "/usr/lib/python2.7/posixpath.py", line 352, in abspath
    if not isabs(path):
  File "/usr/lib/python2.7/posixpath.py", line 61, in isabs
    return s.startswith('/')
exceptions.AttributeError: 'NoneType' object has no attribute 'startswith'
It happens that the client hangs putty and deluge-web work force until it will not close.
What to do and where to look?

Enjoyed the google translator
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge and python2.7

Post by Cas »

Not sure but could be that you have not setup a r/w config directory.

Latest version of Deluge 1.3.6.
NooBAsTiK
New User
New User
Posts: 8
Joined: Thu Dec 09, 2010 6:01 pm

Re: Deluge and python2.7

Post by NooBAsTiK »

I made the right r / w but it still does not work
NooBAsTiK
New User
New User
Posts: 8
Joined: Thu Dec 09, 2010 6:01 pm

Re: Deluge and python2.7

Post by NooBAsTiK »

installed the latest version of the deluge, now the deluge-web only works when running window putty, as soon as you close immediately falls off.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge and python2.7

Post by Cas »

Code: Select all

deluge-web --fork
NooBAsTiK
New User
New User
Posts: 8
Joined: Thu Dec 09, 2010 6:01 pm

Re: Deluge and python2.7

Post by NooBAsTiK »

it works! And what is the option?
Spadge
Seeder
Seeder
Posts: 111
Joined: Sat Dec 13, 2008 4:17 pm

Re: Deluge and python2.7

Post by Spadge »

--fork tells the daemon to run in the background.

What you were doing was opening a terminal, running the daemon, killing the terminal session you were running the daemon in.
Post Reply