View Single Post
Old 08-03-2004, 03:35 PM  
intel
Member
 
Join Date: Nov 2003
Posts: 68
Default [Not fixed] the sitebot can't connect to the site

I am trying to use iobanana v20
eggdrop v1.6.15+SSL

I have done everything in the readme. When I start the bot get the following:
*** [☻ioB☻] FTP connection failed
[16:30] error error | E: Not connected!
[16:30] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
[16:30] error error | E: Service not available!
[16:30] error error | E: Not connected!
*** [☻ioB☻] FTP connection failed
[16:30] [☻ioB☻] Checking Free Space...
[16:30] error error | E: Bad connection name "-1"

The BotError.Log has:
Tue Aug 3 16:31:24 2004

NONE

can't read "ftp(DummySock)": no such element in array
while executing
"close $ftp(DummySock)"


NeoXed told me to change modify the FTP.TCL
Change
# close connection if not logged in
catch {close $s}
return -1

to
# close connection if not logged in
catch {Close $s}
return -1

The boterror before I made that change was
Tue Aug 3 09:51:11 2004

NONE

can not find channel named "0"
while executing
"close $s"

Which I did and it still doesnt work. Any help is appreciated.
intel is offline   Reply With Quote