This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

invalid name space?

Old posts that have not been replied to for several years.
Locked
l
lindy
Voice
Posts: 15
Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:

invalid name space?

Post by lindy »

Failed connect to Princeton.NJ.US.ChatNet.Org (Invalid namespace)
i never had this be4 can anyone help wth how to fix please?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Paste here, how you have set the servers and port in your bot's .conf file.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
l
lindy
Voice
Posts: 15
Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:

Post by lindy »

set default-port 6667
set servers {

Rome.It.Eu.Chatnet.Org
Princeton.NJ.US.ChatNet.Org
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Here use this, babe:

Code: Select all

set servers {
"rome.it.eu.chatnet.org:6667"
"princeton.nj.us.chatnet.org:6667"
}

set default-port "6667"
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
l
lindy
Voice
Posts: 15
Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:

Post by lindy »

i did what u said and still the same
13:07] Trying server Rome.It.Eu.Chatnet.Org:6667
[13:07] Failed connect to Rome.It.Eu.Chatnet.Org (Invalid namespace)

set default-port "6667"
set servers {
"Rome.It.Eu.Chatnet.Org:6667"
"Princeton.NJ.US.ChatNet.Org:6667"
}

:(
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Code: Select all

set default-port "6667"

set servers {
rome.it.eu.chatnet.org:6667
princeton.nj.us.chatnet.org:6667
}
should work...
l
lindy
Voice
Posts: 15
Joined: Fri Oct 10, 2003 7:02 am
Location: uk
Contact:

Post by lindy »

again i altered the conf in the bot and again im getting the same message
[15:37] Trying server Princeton.NJ.US.ChatNet.Org:6667
[15:37] Failed connect to Princeton.NJ.US.ChatNet.Org (Invalid namespace)
[15:38] Trying server Rome.It.Eu.Chatnet.Org:6667
[15:38] Failed connect to Rome.It.Eu.Chatnet.Org (Invalid namespace)

set default-port "6667"
set servers {
Rome.It.Eu.Chatnet.Org:6667
Princeton.NJ.US.ChatNet.Org:6667
}

:(
to be honest im beginning to think he shell is at fault somehow..
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Try another network, such as DALnet, EFnet or Undernet. Check if the bot connects to any of those major IRC network's client servers. If it does then surely its not a problem with the bot configuration or shell, maybe just the network on which you are trying to load the bot on! :roll:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

make sure my-ip is set correctly
a.k.a. hellios
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

there is no need to break down chatnet servers at all, the bot will negotiate it's own...

Code: Select all

set servers {
  irc.chatnet.org
}
:mrgreen:
Locked