[SOLVED] Some problems Deluge (1.2.3) now 1.3.2

General support for problems installing or using Deluge
Post Reply
Nours
New User
New User
Posts: 3
Joined: Sun Jul 17, 2011 6:38 pm

[SOLVED] Some problems Deluge (1.2.3) now 1.3.2

Post by Nours »

Hi Forum /o/

So i have installed a fresh version of deluge BUT i can't download :s and plugins don't work

---

I configure folders Like this
Image

But when i put a .torrent in "Auto add" it dosen't start.

---

Also another problem ... if a add the torrent manually with the web gui ... the torrent block at the step "Checking" ... and ... that's it :s

---

I run on Debian 6.0 Squeeze

ii deluge-common 1.2.3+git20110209.8c36830-0squeeze1 bittorrent client written in Python/PyGTK (common files)
ii deluge-web 1.2.3+git20110209.8c36830-0squeeze1 bittorrent client written in Python/PyGTK (web ui)
ii deluged 1.2.3+git20110209.8c36830-0squeeze1 bittorrent client written in Python/PyGTK (daemon)


---

Regards
Last edited by Nours on Tue Jul 19, 2011 6:13 pm, edited 4 times in total.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Some problems Deluge 1.2.3

Post by Cas »

It sounds like file/folder permission problems.

You should be aware that 1.2.3 is an old version and can only provide limited support. 1.3.2 is the latest version at this time.
Nours
New User
New User
Posts: 3
Joined: Sun Jul 17, 2011 6:38 pm

Re: Some problems Deluge (1.2.3) now 1.3.2

Post by Nours »

Hi,

I decide to erase the old Deluge and install the new from sources. i got no error during installation BUT
when i connect to the web GUI i can't connect to the daemon, it seems it's not started
Image

and if i try to start it i got this error

Code: Select all

Unhandled error in Deferred:
21:29:59.304 [ERROR   ][twisted                       :508 ] Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run
    self.mainLoop()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1174, in mainLoop
    self.runUntilCurrent()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 796, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 194, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 125, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/core/authmanager.py", line 105, in update
    self.__load_auth_file()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/core/authmanager.py", line 225, in __load_auth_file
    create_localclient_account()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/common.py", line 674, in create_localclient_account
    create_auth_file()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/common.py", line 663, in create_auth_file
    fd = open(auth_file, "w")
exceptions.IOError: [Errno 2] No such file or directory: '/root/.config/deluge/auth'
-----

EDIT : It seems the problem come from i didn't get dependencies for GTK UI ... i'll try to reinstall with ... ( but i really don't need the GTK UI ...)

EDIT 2 : I made new fresh install with all dependencies ... i started the daemon 'deluged' but in the web-ui i looks stoped ... and i can't start it
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Some problems Deluge (1.2.3) now 1.3.2

Post by Cas »

That looks like you have installed the git master version which is not 1.3.2 but the development version 1.3.900. That could explain the issue with deluge-gtk requirement (there is a known bug).

If you are using git then 1.3-stable is the stable release branch.

To use the webui you need to either start the webui plugin (using deluge-console) or install deluge-web and run that.
Nours
New User
New User
Posts: 3
Joined: Sun Jul 17, 2011 6:38 pm

Re: Some problems Deluge (1.2.3) now 1.3.2

Post by Nours »

It's ok i switch on the 1.3.2 (i didn't see i was in 1.3.900)

and it's work
Post Reply