Page 1 of 1

Unable to use Deluge on Ubuntu

Posted: Mon Oct 17, 2016 3:02 pm
by stef1983
Hello

I've tried using Deluge on Ubuntu (16.10) and I can't even seem to get it running... The daemon outputs:

Code: Select all

/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.
  import libtorrent as lt
[ERROR   ] 17:03:38 preferencesmanager:502 Unable to load geoip database!
[ERROR   ] 17:03:38 preferencesmanager:503 'session' object has no attribute 'load_country_db'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/core/preferencesmanager.py", line 500, in _on_geoip_db_location
    self.session.load_country_db(str(geoip_db))
AttributeError: 'session' object has no attribute 'load_country_db'
Is there any way to fix this?

Thank you

Re: Unable to use Deluge on Ubuntu

Posted: Mon Oct 17, 2016 5:30 pm
by Cas
Those are just log and warning messages, the daemon should still run fine

Re: Unable to use Deluge on Ubuntu

Posted: Wed Oct 19, 2016 4:44 pm
by d4jk4
Cas wrote:Those are just log and warning messages, the daemon should still run fine
That's correct. I was run successfully :)