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
a
andy

Post by andy »

when i am connecting over dcc to a bot i get following message.
[10:01] DCC connection failed: CHAT (andy!andy@xxxxxx)
[10:01] (Invalid namespace)
[10:01] Refused DCC chat (no access): andy!andy@xxxxx
[10:01] CTCP CHAT: chat 2378773812 50176 from andy (andy@xxxx)

dns module is loaded, and when i am not loading it, error is there, too.

please help me.
a
andy

Post by andy »

some addon:
on HUBBOT:
keytronic yes 0 bfoN never (nowhere )
BOT FLAGS: gs
HOSTS: *!adasd@asd.at
*** Linked to LEAF
[10:41] ERROR writing user file to transfer.
[10:41] BAD FILE -- can't send userfile
[10:41] Sending user file send request to keytronic
[10:42] Checking for redundant files..
[10:42] ERROR writing user file to transfer.
[10:42] BAD FILE -- can't send userfile
[10:42] Sending user file send request to LEAF

on LEAF:
HANDLE PASS NOTES FLAGS LAST
whore4l yes 0 abfoN never (nowhere )
BOT FLAGS: ghp
[10:38] Received challenge from whore4l... sending response ...
[10:38] Linked to HUB.
*** Linked to HUB
[10:38] Downloading user file from HUB
[10:38] Ending sharing with HUB, (Can't send userfile to you (internal error)).
[10:38] (Userlist download aborted.)
a
andy

Post by andy »

could it be, that HUB system is digital unix?
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

I don't have digital unix, and I've never seen that exact error, but it looks similar to what you might get if you try to create a socket with an unsupported protocol. Or maybe the ip address is invalid or unreachable from that computer?

Your best bet is to consult all the network documentation you can find for digital unix (try "man 7 ip" for instance) and look around for that error.
a
andy

Post by andy »

the two bots are on lan, so there should be no problem.
could it be that it is not working coz of the filesystem? i cant imagine this, but i was trying hubbot on an xfs machine, and it was not working there, too..

-andy
C
Clemens

Post by Clemens »

why when my bot login to an irc server return thsi message of error: invalid namespace ?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

the fact that it erroring on namespaces suggests that it may be tcl related (though its hard to diagnose such a vague error), try compiling with another version of tcl and see if that helps.
Locked