[RESOLVED] Deluge banned from thebox.bz

General support for problems installing or using Deluge
Post Reply
pete_h
Member
Member
Posts: 39
Joined: Thu Dec 20, 2007 7:25 am

[RESOLVED] Deluge banned from thebox.bz

Post by pete_h »

The Deluge client has been banned from TheBox for the following reason:
BANNED until their coder learns how to parse torrent files properly...
Please could you investigate this.

Thanks,
Pete
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge banned from thebox.bz

Post by johnnyg »

what version is this in reference to?
and can they define what they mean by "parse torrent files properly"?
jmz
New User
New User
Posts: 3
Joined: Sat Nov 29, 2008 12:26 pm

Re: Deluge banned from thebox.bz

Post by jmz »

i can pm the developers about this... (if u let me know who they are :P )

i m not going to explain the issue in a public forum afaik
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge banned from thebox.bz

Post by johnnyg »

you can pm andar or markybob as they are the two main developers.
you could also hop onto irc and talk to them there.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge banned from thebox.bz

Post by andar »

The issue has been resolved and the site admin has told me that 1.0.6 will be whitelisted.

We should be rolling out the 1.0.6 release in the coming days.
tsr

Re: [RESOLVED] Deluge banned from thebox.bz

Post by tsr »

thanks a lot, andar!
r0ckarong
Member
Member
Posts: 37
Joined: Wed Jan 02, 2008 8:15 pm

Re: [RESOLVED] Deluge banned from thebox.bz

Post by r0ckarong »

I just installed 1.0.6 and I still get the "banned client" message. Maybe someone at thebox still has to adjust their settings. I'm using the Ubuntu Intrepid package. On the site my client is always identified as "Unknown Client" does the client string get transferred correctly in 1.0.x?
tsr

Re: [RESOLVED] Deluge banned from thebox.bz

Post by tsr »

I just installed 1.0.6 on hardy, sniffed my torrent-related traffic and saw the correct client string fly by.
jmz
New User
New User
Posts: 3
Joined: Sat Nov 29, 2008 12:26 pm

Re: [RESOLVED] Deluge banned from thebox.bz

Post by jmz »

r0ckarong wrote:I just installed 1.0.6 and I still get the "banned client" message. Maybe someone at thebox still has to adjust their settings. I'm using the Ubuntu Intrepid package. On the site my client is always identified as "Unknown Client" does the client string get transferred correctly in 1.0.x?
that was my stupidity.. it should be working fine now ;)
jmz
New User
New User
Posts: 3
Joined: Sat Nov 29, 2008 12:26 pm

Re: [RESOLVED] Deluge banned from thebox.bz

Post by jmz »

in http://dev.deluge-torrent.org/browser/t ... ection.cpp

Code: Select all

"Host:" << hostname << ":" << port << "\r\n";
should be

Code: Select all

"Host: " << hostname << ":" << port << "\r\n";
(added a space to be consistent with all the other headers the client sends)

cheers.
Post Reply