Bugzilla – Bug 12211
"Error: missing string 1" when scanning
Last modified: 2011-04-29 15:20:50 UTC
Slim::Music::Import->stillScanning() used to return a string token describing the scan type (full, rescan, playlist), now in the SQLite branch it's only returning 1 or 0. Old in S::M::I::launchscan(): # Update a DB flag, so the server knows we're scanning. $class->setIsScanning($scanType); New in S::Schema::notifyFromScanner: Slim::Music::Import->setIsScanning(1); This value is returned to the Settings/Status web page (and other places) to be expanded to the full string. Obviously it fails.
*** Bug 12673 has been marked as a duplicate of this bug. ***
Moving all SQLite-related bugs to 8.0.
Pretty sure this got fixed.
Have done multiple scans and not received this error in 7.6.32376