Search found 40 matches

by oshiri
Wed May 21, 2008 12:51 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

Since latest 0.6 svn does not work anymore with Debian Etch, I've been thinking to build all the dependecies in other directory, ex: /opt, so it will not break other applications. I've tested this with latest firefox3 rc1 and gimp 2.4.5, and it works. This is easily done if the application built usi...
by oshiri
Tue Apr 15, 2008 1:13 am
Forum: Development
Topic: 0.6 Nightly Builds
Replies: 47
Views: 30057

Re: 0.6 Nightly Builds

Same problem with svn3135.

Only template deluge affected.
Template white and advanced works ok.
by oshiri
Thu Apr 10, 2008 11:18 pm
Forum: Support
Topic: [SOLVED] 0.5.8.7-1 ubuntu 7.10 install problem
Replies: 6
Views: 4149

Re: [SOLVED] 0.5.8.7-1 ubuntu 7.10 install problem

what you can try is , try making a symbolic link libboost_filesystem-gcc-mt-1_33_1.so.1.33.1 t0 your current libboost-filesystem lib.
example:
cd /usr/lib
ln -s libboost_filesystem-gcc41-mt-1_34_1.so.1.34.1 libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
by oshiri
Thu Apr 10, 2008 6:50 am
Forum: Support
Topic: [SOLVED] 0.5.8.7-1 ubuntu 7.10 install problem
Replies: 6
Views: 4149

Re: [SOLVED] 0.5.8.7-1 ubuntu 7.10 install problem

you need libboost-filesystem1.33.1
apt-get install libboost-filesystem1.33.1
by oshiri
Wed Apr 09, 2008 1:33 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

Report for svn3117 : 1. Error reproduced when updating svn3072 to svn3117: Not error like before : error: IndexError: list index out of range but like this : [DEBUG ] __init__:1072 CorePlugin initialized.. [INFO ] __init__:1072 *** START Organize plugin*** [DEBUG ] __init__:1072 Registering status f...
by oshiri
Sat Apr 05, 2008 1:06 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

Got deluge shell (null) remove torrent working. Edit deluge-shell.py and change: class CommandRemove(Command): def execute(self, cmd): if len(cmd) < 2: self.usage() return try: client.remove_torrent(cmd[1:], None, None) except Exception, msg: print "*** Error:", str(msg), "\n" de...
by oshiri
Fri Apr 04, 2008 9:58 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

Forgot to mention that Webui Add URl is still not working in svn3067 I believed the problem resides in torrent_add.py. I change this: if vars.url: proxy.add_torrent_url(vars.url, options) log.debug("add-url:options :%s" % options) utils.do_redirect() to : if vars.url: proxy.add_torrent_url...
by oshiri
Thu Apr 03, 2008 11:32 pm
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

I think deluge.desktop should default to deluge -u web. Else, if you run deluge with different ui from command line, it will screwed if you want to run from menu, as ui.conf has been change. Config defaults: {'selected_ui': 'gtk'} does not help. deluge.dektop [Desktop Entry] Version=1.0 Encoding=UTF...
by oshiri
Thu Apr 03, 2008 4:07 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

Forget about the fix I just posted. There's nothing wrong with deluge shell add torrent. It is working. The thing is, add torrent does not take " " even though there is space in the torrent name. Ex: what will not work add -p /home/xxx/torrent; "/home/xxx/torrent name something .torre...
by oshiri
Thu Apr 03, 2008 2:52 am
Forum: Development
Topic: 0.6 Development Report
Replies: 101
Views: 64826

Re: 0.6 Development Report

2. That's strange. There have been a few revisions that killed torrents.state compatibility, but that hasn't happened for some time. When you do get that exception, try checking above for a different exception.. It might give us some clues as to why this is happening. I will try reproduce Debug err...