Thread: ioNiNJA
View Single Post
Old 12-22-2015, 11:37 AM  
ioluver
Junior Member
 
Join Date: Aug 2014
Posts: 5
Default

I've been getting 2 errors with ioninja:

1. when doing "site resort flac" on a folder with a number as first letter i get fatal script error. when i remove the folder, script works fine.

Code:
..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--- ErrorInfo ---
wrong # args: should be "set varName ?newValue?"
    while executing
"set flacfiles = [lindex $flacfiles 0] "
    (procedure "::ioNiNJA::FLAC::Main" line 13)
    invoked from within
"::ioNiNJA::FLAC::Main"
    (procedure "::ioNiNJA::resort" line 56)
    invoked from within
"::ioNiNJA::resort  "
    ("RESORT" arm line 1)
    invoked from within
"switch -- [lindex $args 0] {
	SYMCLEAN  { ::ioNiNJA::symlink_clean }
	RESC
2. when doing "site rescan all" script crashed on a folder (not sure why), when i removed the folder script worked fine.

Code:
..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--- ErrorInfo ---
list element in braces followed by "</Track_name>" instead of space
    while executing
"lindex $line 0"
    (procedure "get_flac_information" line 36)
    invoked from within
"get_flac_information $file"
    (procedure "ZipScript::ZipScript" line 87)
    invoked from within
"ZipScript::ZipScript 1 $pf $crc $vf"
    (procedure "::ioNiNJA::ZipScript::rescan" line 94)
    invoked from within
"::ioNiNJA::ZipScript::rescan
I am using beta4 of ioninja and i have not touched the ioNiNJA.itcl file.
ioluver is offline   Reply With Quote