I did a full rescan today, and noticed the following in the log output: 2007-07-25 21:00:52.5735 Found 15734 files in M:\Music\Slimserver\Music 2007-07-25 21:10:01.4953 ERROR: Error executing 'INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)': DBD::mysql::st execute failed: Out of range value adjusted for column 'audio_size' at row 1 at P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 771.
2007-07-25 21:10:01.4953 ERROR: Backtrace follows: 2007-07-25 21:10:01.4956 Backtrace: frame 0: Slim::Schema::Storage::throw_exception (P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 773) frame 1: DBIx::Class::Storage::DBI::_execute (P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 788) frame 2: DBIx::Class::Storage::DBI::insert (P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Row.pm line 75) frame 3: DBIx::Class::Row::insert (P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/PK/Auto.pm line 43) frame 4: DBIx::Class::PK::Auto::insert (P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/ResultSet.pm line 1335) frame 5: DBIx::Class::ResultSet::create (P:\Music\SlimServer\trunk\server/Slim/Schema.pm line 831) frame 6: Slim::Schema::newTrack (P:\Music\SlimServer\trunk\server/Slim/Schema.pm line 992) frame 7: Slim::Schema::updateOrCreate (P:\Music\SlimServer\trunk\server/Slim/Schema/ResultSet/Track.pm line 106) frame 8: Slim::Schema::ResultSet::Track::updateOrCreate (P:\Music\SlimServer\trunk\server/Slim/Formats/Playlists/CUE.pm line 344) frame 9: Slim::Formats::Playlists::CUE::read (P:\Music\SlimServer\trunk\server/Slim/Formats/Playlists.pm line 71) frame 10: (eval) (P:\Music\SlimServer\trunk\server/Slim/Formats/Playlists.pm line 71) frame 11: Slim::Formats::Playlists::parseList (P:\Music\SlimServer\trunk\server/Slim/Utils/Scanner.pm line 779) frame 12: Slim::Utils::Scanner::scanPlaylistFileHandle (P:\Music\SlimServer\trunk\server/Slim/Utils/Scanner.pm line 349) frame 13: Slim::Utils::Scanner::scanDirectory (P:\Music\SlimServer\trunk\server/Slim/Music/MusicFolderScan.pm line 72) frame 14: Slim::Music::MusicFolderScan::startScan (P:/Music/SlimServer/trunk/server/Slim/Music/Import.pm line 422) frame 15: Slim::Music::Import::runImporter (P:/Music/SlimServer/trunk/server/Slim/Music/Import.pm line 265) frame 16: Slim::Music::Import::runScan (P:/Music/SlimServer/trunk/server/scanner.pl line 175) frame 17: (eval) (P:/Music/SlimServer/trunk/server/scanner.pl line 169) frame 18: main::main (P:/Music/SlimServer/trunk/server/scanner.pl line 306) 2007-07-25 21:10:01.4963 ERROR: parseList: While running $playlistClass->read() 2007-07-25 21:10:01.4970 ERROR: Carp::Clan::__ANON__(): Error executing 'INSERT INTO tracks (audio, audio_offset, audio_size, bitrate, block_alignment, content_type, drm, filesize, lossless, rating, remote, samplerate, secs, tagversion, timestamp, title, titlesearch, titlesort, tracknum, url, year) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)': DBD::mysql::st execute failed: Out of range value adjusted for column 'audio_size' at row 1 at P:\Music\SlimServer\trunk\server\CPAN/DBIx/Class/Storage/DBI.pm line 771. I have no idea what may be causing it - the backtrace indicates it's trying to parse a CUE file, although I'm pretty sure I haven't modified any cue files since the last full scan I performed. Has anything changed with cue file parsing in the last month? It would be useful to report the file that causes an error during scanning. IIRC, last time I had an error like this, I enabled extra tracing to see the files that were being scanned, but then I get loads of trace. I only need to know about the files that fail :-) What debug trace should I enable to determine the problem? SlimServer Version: 6.5.4 - TRUNK - Windows XP - EN - cp1252 Phil _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
