Search found 3679 matches

by Cas
Mon Mar 15, 2010 5:45 pm
Forum: Support
Topic: Deluge won't start (Ubuntu 9.04/Deluge 1.2.1)
Replies: 4
Views: 2554

Re: Deluge won't start (Ubuntu 9.04/Deluge 1.2.1)

i ran into a similar issue so you could try these steps:

pgrep for any running deluge processes and kill them.
remove deluge lock file ~/.config/deluge/ipc/deluge-gtk.lock
start deluge-gtk from console
by Cas
Mon Mar 15, 2010 1:34 pm
Forum: Support
Topic: Deluge 1.2.1 doesn't run (debian)
Replies: 5
Views: 3848

Re: Deluge 1.2.1 doesn't run (debian)

you need the latest version 0.14.9 for 1.2.1 plus have you installed python-libtorrent
by Cas
Mon Mar 15, 2010 1:22 pm
Forum: Support
Topic: need help to install deluge 1.2.1 on sabayon 4.2
Replies: 4
Views: 2386

Re: need help to install deluge 1.2.1 on sabayon 4.2

It just so happens someone with a similar issue posted a question and i am guessing you meant to write you got the error 'import error simplejson' NOT simplejonh!

http://forum.deluge-torrent.org/viewtop ... =7&t=30095
by Cas
Mon Mar 15, 2010 1:15 pm
Forum: Support
Topic: Deluge 1.2.1 doesn't run (debian)
Replies: 5
Views: 3848

Re: Deluge 1.2.1 doesn't run (debian)

you need libtorrent-rasterbar
by Cas
Mon Mar 15, 2010 12:54 pm
Forum: Support
Topic: Deluge 1.2.1 doesn't run (debian)
Replies: 5
Views: 3848

Re: Deluge 1.2.1 doesn't run (debian)

To remove Deluge you should do apt-get purge deluge and manually delete any other remaining files.

To install specific versions with apt-get follow the details here
ImportError: No module named simplejson
This suggests python-simplejson is not installed
by Cas
Mon Mar 15, 2010 12:41 pm
Forum: Support
Topic: WebUI problems
Replies: 5
Views: 3777

Re: WebUI problems

Use the latest version 1.2.1 from PPA instead
by Cas
Sun Mar 14, 2010 10:37 pm
Forum: Support
Topic: WebUI problems
Replies: 5
Views: 3777

Re: WebUI problems

I don't have the answer but I would say you need provide these details at a minimum so that others can help...

Deluge version
Packaged or built from source
Operating system
Web browser
Steps to repeat problem

Also make sure you have you checked the FAQ
by Cas
Sat Mar 13, 2010 10:23 pm
Forum: Support
Topic: Command line configuration options?
Replies: 1
Views: 7248

Re: Command line configuration options?

typing 'config' in deluge-console gives a list of all the options for use with --set >>> config add_paused: False allow_remote: True auto_managed: True autoadd_enable: False autoadd_location: /home/user cache_expiry: 60 cache_size: 512 compact_allocation: False copy_torrent_file: False daemon_port: ...
by Cas
Sat Mar 13, 2010 1:30 pm
Forum: Plugins
Topic: [Plugin] DeletePartials - deletes partial files
Replies: 24
Views: 103514

Re: New plugin: delete partial files

Great plugin Tomsoul, you should create a wiki page for the Plugins list :D
by Cas
Sat Mar 13, 2010 1:18 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 178822

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

im sure you need to use full path to script/app with cron

edit: i see you did find that solution