[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.
|