PDA

View Full Version : [Fixed] corrupted ioFTPD.log


mattias_7
11-14-2005, 11:04 AM
Hi!

I'm a new licensed user :D
I use:
Eggdrop v1.6.17+SSL
ioFTPD-beta5-8-5r
ioBanana2 (ioB2) release 1
IoAssistant(IoA) 2.0.5


I have a small problem with announcing in IRC.
When i upload a release my bot starts to annonunce i channel but after the first announce the bot stops and this message shows:

*** [☻ioB☻] FTP connection established. handle: 0
[22:20] #TG (+n) : [m/9 o/1 h/0 v/0 n/8 b/0 e/0 I/0]
list element in quotes followed by "C:\ioFTPD\scripts\io" instead of space
while executing
"lindex $line 2"
(procedure "ioB:readiolog" line 13)
invoked from within
"$tclcommand"
(procedure "ioB:debugutimer" line 4)
invoked from within
"ioB:debugutimer {ioB:readiolog}"
("after" script)

I have search the forum for an answer but with no luck, so now i feel confident to ask U guys for help ;)

Regards,

Mattias_7 (Sweden)

Harm
11-14-2005, 02:45 PM
It might be a corrupted line in your ioFTPD.log... or perhaps a wrongly configured variable. It is most likely to be the first one but it is hard to tell without actually seeing the log file.
Do NOT spam it here though. Try to empty the logfile and restart your sitebot instead. If it happens again, then quickly paste the last 10 lines of your ioFTPD.log here.

mattias_7
11-14-2005, 03:36 PM
Hi!
I've found the error. I had the wrong path to mp3info.exe.
couldn't execute "C:\ioFTPD\scripts\ioBanana\bin\mp3info.exe": no such file or directory" "" ""
Thanks for pointing me to ioFTPD.log.

eger
12-03-2005, 05:41 PM
I also just came accross this error. It seems to kill the sitebot and have to rehash to get it to work again. Here is what I found that killed it. Seems to be a problematic mp3 or the mp3info.exe not doing something correctly. See this log (unimportant names stripped):

12-03-2005 12:23:20 NEWDIR: "uploaduser" "usersgroup" "/MP3/1203/The_Mp3_Folder_Name" "d:\FTP\MP3\1203\The_Mp3_Folder_Name"
12-03-2005 12:23:22 SFV: "/MP3/1203" "The_Mp3_Folder_Name" "uploaduser" "usersgroup" "0" "10"
12-03-2005 12:23:23 NFO: "/MP3/1203" "The_Mp3_Folder_Name" "00-The_Mp3_Folder_Name.nfo" "uploaduser" "usersgroup"
12-03-2005 12:23:41 1STFILE: "/MP3/1203" "The_Mp3_Folder_Name" "uploaduser" "usersgroup" "296.8" "42"
12-03-2005 12:23:41 MP3: "/MP3/1203" "The_Mp3_Folder_Name" "MPEG Layer " "" " Hz" "d:/FTP/MP3/1203/The_Mp3_Folder_Name/01-The_Mp3_Folder_Name.mp3 is corrupt or is not a standard MP3 file." "Indie" "The Artist" ""The Album Name"" "2005"
12-03-2005 12:23:41 MP3CHK: "/MP3/1203" "The_Mp3_Folder_Name" "2005" ""

Not sure where mp3info.exe comes from. Maybe there is a newer or updated version to support different mp3 encodings?

Harm
12-04-2005, 06:12 AM
It's a somewhat old unix tool (http://www.ibiblio.org/mp3info/). It was working perfectly until recently. I don't really know what has changed in these mp3 files but it looks like I'll have to write my own .exe based on id3lib.