1.3.1 Webui doesnt show any torrents

General support for problems installing or using Deluge
Post Reply
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

1.3.1 Webui doesnt show any torrents

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

Re: 1.3.1 Webui doesnt show any torrents

Post by Cas »

what browser are you using?
are you using the PPA version?
what ubuntu version?
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

Re: 1.3.1 Webui doesnt show any torrents

Post by mYrN »

Chrome.
Yes, Im pretty sure I am.
Server 10.04
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: 1.3.1 Webui doesnt show any torrents

Post 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?
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

Re: 1.3.1 Webui doesnt show any torrents

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

Re: 1.3.1 Webui doesnt show any torrents

Post 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?
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

Re: 1.3.1 Webui doesnt show any torrents

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

Re: 1.3.1 Webui doesnt show any torrents

Post 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:

Code: Select all

plugin -e webui
You can also setup Thin Client access so you can use the Deluge GTK GUI app on windows.
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

Re: 1.3.1 Webui doesnt show any torrents

Post by mYrN »

When i run purge deluge it doesnt remove it, i can still log on with thinclient and webui :(
mYrN
Member
Member
Posts: 15
Joined: Wed Nov 10, 2010 7:41 am

Re: 1.3.1 Webui doesnt show any torrents

Post 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?
Post Reply