Skip to content
General IRCX

Vincula problem

A TG007 community discussion started by bonTy.

Discussion 5 posts
Page 1 of 1
Open
Topic #4673 · 5 published posts · 1,716 views

Guys, this time isn't my problem it's my friend's problem

he is using my vincula which is working pretty fine with me and no error

just stable and good , but he is having problems with most of the vincula's he is using,

the problem that he gets when he tries to join the group

* /sockwrite: 'msn.group.update' not connected (line 548, vincula.mrc)

 

thats the line same line in all vinculas

 

sockwrite -n $1 GET $+(/,$3) HTTP/1.1

 

anyideas ?

and another error

/sockwrite: 'msn.update.full2' not connected (line 548, vincula.mrc)

 

Edit:

Updating UserRole for lebanonsonmsn (****@hotmail.com), please wait...

To Change Group Room For UserRole Update Type In: /urole2

-

* /sockwrite: 'urole2' not connected (line 3718, vincula.mrc.mrc)

-

• UserRole Update Failed. Check status window for more details. (657.203 seconds)

thats when he tries to update role

 

P.S he is on proxy server and any code using http1.1 doesnt work with him

 

Edited Sep 2, 2005 12:42 PM by bonTy

change the http 1.1 to 1.0 and try then

My code does NOT have bugs. It just develops random features.

Hello Ozzy,

The same problem after changing it to 1.0

Dude. HTTP/1.1 is 7 or more years old. Possibly he doesn't have a clue what he's talking about? The last browser to support HTTP/1.0 was, IIRC, Netscape 2.0. If his proxy server doesn't allow HTTP/1.1, a good percentage of websites won't work (any of them which run more than one site on the same IP, for example).

 

If he has a proxy server, he'll have to connect to the proxy server, issue the right CONNECT command (I think it's CONNECT destination:port), then send the GET/POST command. Here's what I mean:

 

CONNECT 1.2.3.4:80

 

GET /whatever.aspx?bg=evil

User-Agent: Mozilla/4.0 (compatible; MSIE 6.66; Vincula)

 

That should work. Read the HTTP/1.1 specs for more info.

The Ignition Project | http://www.ignition-project.com/

Registered Linux User Number 368435

 

Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display

 

would help if you posted the whole sock code with the details of the site hes trying to get data from

 

as to the whole 1.1/1.0 thing some sites dont work with 1.1 when using socks, no idea why but thats what i have found

maybe they just old servers lol

My code does NOT have bugs. It just develops random features.