Deluge over X

General support for problems installing or using Deluge
Post Reply
nicexe

Deluge over X

Post by nicexe »

I was testing Deluge over an X session.
The first run configuration appeared and finally I was downloading a torrent file.
I paused the downloading file and after a while I terminated the program.
now every time I try to launch deluge I get this error messages:

Code: Select all

[nicexe@server5085 bin]$ deluge
no existing Deluge session
Starting new Deluge session...
Traceback (most recent call last):
  File "/usr/bin/deluge", line 133, in ?
    start_deluge()
  File "/usr/bin/deluge", line 116, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/usr/lib/python2.4/site-packages/deluge/core.py", line 207, in __init__
    if not os.path.exists(TORRENTS_SUBDIR):
  File "/usr/lib/python2.4/posixpath.py", line 171, in exists
    st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
[nicexe@server5085 bin]$
What's wrong? How can I fix it?
Post Reply