Unable to use Deluge on Ubuntu

General support for problems installing or using Deluge
Post Reply
stef1983

Unable to use Deluge on Ubuntu

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Unable to use Deluge on Ubuntu

Post by Cas »

Those are just log and warning messages, the daemon should still run fine
d4jk4

Re: Unable to use Deluge on Ubuntu

Post by d4jk4 »

Cas wrote:Those are just log and warning messages, the daemon should still run fine
That's correct. I was run successfully :)
Post Reply