ratanakvlun / deluge-ltconfig

292 stars 35 forks source link

broken for new releases (1.1.X) #5

Closed snj33v closed 8 years ago

snj33v commented 8 years ago

itconfig won't start and deluge functions wierd (bandwidth limits are not passed or set properly) for libtorrent 1.1.x

ratanakvlun commented 8 years ago

It is working fine for me on Debian with Deluge 1.3.12 and libtorrent 1.1.0. You will have to be more specific about your setup before I can troubleshoot this.

niayh commented 8 years ago

Same issue as the original poster for me as well.

Currently running debian stretch with Deluge 1.3.12 from the stretch repo and a self-compiled version of libtorrent 1.1.0.

ltConfig appears to be loaded in the list of plugins, but does not show up in the settings and it is not configurable. Settings cannot even be written manually to the ltconfig.conf. Deluge seems to allow the settings file to coexist with itself; however, upon shutting down Deluge, the ltconfig.conf is rewritten with default (null) values.

ratanakvlun commented 8 years ago

Hmm. I've only tested Debian Jessie with manual Deluge 1.3.12 and libtorrent 1.1.0 builds. I will try to set up a Stretch environment, but if possible, could you provide some Deluge logs?

ratanakvlun commented 8 years ago

I set up a Debian Stretch environment and manually built Deluge 1.3.12 and libtorrent 1.1.0. I am not seeing this issue in this environment. I built Deluge from the 1.3-stable branch of the Deluge git repo and I built libtorrent 1.1.0 from branch RC_1_1 of the libtorrent github repo.

If you haven't already, you should try to build from these branches.

niayh commented 8 years ago

Ahah! This worked perfectly -- I was compiling both Deluge 1.3.12 and libtorrent 1.1.0 from the pre-rolled tarballs. Switching to the up-to-date for each branch works perfectly!

ratanakvlun commented 8 years ago

Closing because this seems to be a libtorrent issue that can be resolved by building the latest libtorrent RC_1_1 branch.