PDA

View Full Version : Direct connection via URL channel entry problem


Rikaelus
15-10-2005, 13:18
I'm having trouble in which my web-based URLs, each of which connect to a different channel, sometimes work correctly and sometimes do not.

Doesn't work:

teamspeak://www.handofthefaith.com:8767/[...]?channel=Hand of the Faith


Works:

teamspeak://www.handofthefaith.com:8767/[...]?channel=HandoftheFaith
teamspeak://www.handofthefaith.com:8767/[...]?channel=HotF Group 1
teamspeak://www.handofthefaith.com:8767/[...]?channel=HotF Group 2


Are there restrictions to the format of the server name that is supported in the URL? A 15 character length limit or something?

Thanks in advance

Brain
15-10-2005, 13:24
I think it's the spaces... try replacing them with %20

Rikaelus
15-10-2005, 13:43
I think it's the spaces... try replacing them with %20

That was my first guess, but why would the "HotF Group 1" and "HotF Group 2" channels still work? =/

I'll webitize it with %20's, but I'm not all that confident it will solve the problem.