Page 8 of 9

Re: [Official] Deluge (BitTorrent client)

Posted: Sun Oct 11, 2015 10:09 pm
by mafredri
father.mande wrote:Hi Mafredi,

Interest of system based on Linux ... is ... that you can have MORE than one solution for the same problem even for the same program ...

Lot of people use different version or packaging ... so it's NOT a question ... just to said ... if for any reason a problem exist (or seems to exist) with a package ... another one can be try ... eventually to separate problems attach to the plate-form to problem attach to the package itself ...

no worry ... be happy ... and continue to promote your package as well ... just remember than nobody is alone in the world ... :D

Have a nice day.
Philippe.
Personally I don't care if someone prefers to use the version of Deluge provided in Entware, but they should be aware that my package and the one from Entware are likely incompatible, and should someone attempt to do it they're better of uninstalling the version from App Central before they do. I don't intend to provide support for problems related to or caused by attempting to install through Entware.

Cheers,
Mathias

Official Deluge BitTorrent client

Posted: Sun Dec 06, 2015 3:22 pm
by Phyllisol
I use Azureus, and I like it the most out of all the clients Ive tried BitTorrent, BitTornado, Bitlord and ABC, and its simply the best.

Re: Official Deluge BitTorrent client

Posted: Sun Dec 06, 2015 8:00 pm
by mafredri
Phyllisol wrote:I use Azureus, and I like it the most out of all the clients Ive tried BitTorrent, BitTornado, Bitlord and ABC, and its simply the best.
Sorry, I don't see how your comment is relevant to this topic, please keep it on-topic.

Although, I wouldn't be surprised if this was a spam message...

Re: [Official] Deluge (BitTorrent client)

Posted: Sun Jan 03, 2016 7:21 pm
by redtiger26
Hello,

thanks for this great addon, I am using it for quite a while.

But recently it "hangs" sometimes. Meaning I can add new torrents, they are visible in the list, but the download is not starting. Any action I can take in the webinterface does not help. When I disable the Deluge app in AppCentral and reenable it, the download starts instantly.

I looked in the interface or via ssh on the device where to find a log that may help, but I did not find it. Is there a log? Where?

My device is an AS-604T running ADM version 2.5.1.RB62.

Thanks for any help.

Regards, Chris

Re: [Official] Deluge (BitTorrent client)

Posted: Sun Jan 03, 2016 8:36 pm
by mafredri
Hi redtiger26, sorry to hear you're experiencing trouble with the app.

There are two log files that you can check.

Code: Select all

/volume1/home/admin/.config/deluge/deluge-web.log
/volume1/home/admin/.config/deluge/deluged.log
You can also increase the verbosity of the logs by modifying /usr/local/AppCentral/deluge/CONTROL/start-stop.sh and restarting the app
Change:

Code: Select all

DELUGED_LOGLEVEL=info
DELUGE_WEB_LOGLEVEL=info
To:

Code: Select all

DELUGED_LOGLEVEL=debug
DELUGE_WEB_LOGLEVEL=debug

Re: [Official] Deluge (BitTorrent client)

Posted: Mon Aug 22, 2016 7:35 pm
by uskyrt
Hello, I'm struggling to try Deluge on my AS-202TE.
I've installed it, it appears in the apps screen but when launching it the connection always times out.

Code: Select all

tcp_error: A communication error occurred: "Operation timed out"
I've activated the debug options as indicated in one of the previous posts and I've got the log available if needed.
I haven't got much coding skills but I believe the correct IP for the web app is not taken correctly:

Code: Select all

[INFO    ] 11:47:34 server:664 serving on 0.0.0.0:8112 view at http://127.0.0.1:8112
It happens both when connecting directly within the same lan or from remote.

Let me know if I should send you the logs (and how) or if there's something I can try.

Thank you!

mafredri

Posted: Wed Aug 24, 2016 11:38 pm
by mafredri
uskyrt wrote:Hello, I'm struggling to try Deluge on my AS-202TE.
I've installed it, it appears in the apps screen but when launching it the connection always times out.

Code: Select all

tcp_error: A communication error occurred: "Operation timed out"
I've activated the debug options as indicated in one of the previous posts and I've got the log available if needed.
I haven't got much coding skills but I believe the correct IP for the web app is not taken correctly:

Code: Select all

[INFO    ] 11:47:34 server:664 serving on 0.0.0.0:8112 view at http://127.0.0.1:8112
It happens both when connecting directly within the same lan or from remote.

Let me know if I should send you the logs (and how) or if there's something I can try.

Thank you!
Is 1.3.13 the version you have installed? Also, what is the exact URL you are trying to visit? From your log I see something about 127.0.0.1, which is incorrect. It should be the IP of your NAS, e.g. something like http://192.168.1.56:8112.

Regards,
Mathias

Re: [Official] Deluge (BitTorrent client)

Posted: Thu Aug 25, 2016 4:43 pm
by uskyrt
Hello, yes it's the one available on the Asustor app store (1.3.13)
The url is the one triggered when clicking on the application [mynas].myasustor.com:8112
The same happens if I try using the NAS local IP or the external IP.
I've tried forwarding ports both through upnp and manually with no difference

Thank you for your help.

Re: [Official] Deluge (BitTorrent client)

Posted: Thu Aug 25, 2016 4:54 pm
by mafredri
uskyrt: Have you tried to enable https in the Deluge UI at any point, or configured it in any way?

Since I can't imagine what would be wrong, other than a firewall blocking access, it would be helpful if you could send me the full log-files from both the deluged and deluge-web.

PS. If you ssh into your NAS, does running this command (see below) output html containing the title "Deluge: Web UI 1.3.13"?

Code: Select all

curl localhost:8112

Re: [Official] Deluge (BitTorrent client)

Posted: Thu Aug 25, 2016 8:27 pm
by uskyrt
Don't ask me... it works now :shock:
Sorry for wasting your time :oops: