Page 1 of 1
1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 4:10 pm
by mYrN
Hi.
I installed version 1.3.1 via the guide in the FAQ for ubuntu. Everything works with the GTK UI, but if i connect via webui, it doesnt show torrents. It shows "4 Active" in the left pane, but in the "main" frame, there's nothing at all. Whats wrong?
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 4:50 pm
by Cas
what browser are you using?
are you using the PPA version?
what ubuntu version?
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 4:55 pm
by mYrN
Chrome.
Yes, Im pretty sure I am.
Server 10.04
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 5:01 pm
by Cas
what version of chrome and have you tried firefox?
have you tried deleting the config files or reinstalled deluge?
where are you running the web browser, on the server or your desktop?
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 5:05 pm
by mYrN
I've now tried all browsers i have (webdesigner, so I have a Lot of them). Same thing in all.
Where are they located? Is there a guide to install everything correctly?
My desktop.
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 5:15 pm
by Cas
For future reference, as explained in the forum rules, this would be a lot easier if you provided more details of your exact setup with your first post.
Do you have deluge installed on server 10.04? Are you running the browser on a desktop, if so what OS is it?
For config resetting:
http://dev.deluge-torrent.org/wiki/Faq# ... ktodefault
To remove completely: apt-get purge deluge
What guide did you use to setup Deluge?
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 5:26 pm
by mYrN
Oh, sorry.
Yes. Im using W7.
Config resetting didn't do the trick. If i remove it all, can you provide me with a guide to reinstall it correctly?
I used
http://dev.deluge-torrent.org/wiki/Inst ... nux/Ubuntu and then sudo apt-get install deluge-webui i think. Tried some other guide before that, so might have som extra stuff in my source list.
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 6:18 pm
by Cas
I actually needed to install deluge again on my 10.10 ubuntu server so these were the steps i took:
Code: Select all
#Add PPA
sudo add-apt-repository ppa:deluge-team/ppa && sudo apt-get update
#Install without gtk interface because this is headless server
sudo apt-get install deluged deluge-web deluge-console
#start deluged
deluged
#start console interface
deluge-console
To enable the webui plugin in the deluge console run:
You can also setup
Thin Client access so you can use the Deluge GTK GUI app on windows.
Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 7:38 pm
by mYrN
When i run purge deluge it doesnt remove it, i can still log on with thinclient and webui

Re: 1.3.1 Webui doesnt show any torrents
Posted: Wed Nov 10, 2010 8:14 pm
by mYrN
I did as you said, and now the webui and thinclient works. However, my watchdirectory doesnt. If i upload something into it, and update then it's gone, but it's not in my deluge instance. Whats wrong?
EDIT
The files of the torrent i put in the watchdir are downloaded, but not by my instance. Is it possible the old one is still laying around?