Skip to content

Instantly share code, notes, and snippets.

@celeron55
Created November 24, 2012 15:06
Show Gist options
  • Save celeron55/4140029 to your computer and use it in GitHub Desktop.
Save celeron55/4140029 to your computer and use it in GitHub Desktop.
16:57:01.481 ERROR Database:595 db error: QSqlError(-1, "Parameter count mismatch", "")
16:57:01.481 ERROR Database:596 faulty query: "INSERT INTO musicd_songs (title, album, artist, albumartist, composer, track, disc, bpm, year, genre, comment, compilation, bitrate, samplerate, directory, filename, mtime, ctime, filesize, sampler, art_automatic, art_manual, filetype, playcount, lastplayed, rating, forced_compilation_on, forced_compilation_off, effective_compilation, skipcount, score, beginning, length, cue_path, unavailable, effective_albumartist, etag) VALUES (:title, :album, :artist, :albumartist, :composer, :track, :disc, :bpm, :year, :genre, :comment, :compilation, :bitrate, :samplerate, :directory, :filename, :mtime, :ctime, :filesize, :sampler, :art_automatic, :art_manual, :filetype, :playcount, :lastplayed, :rating, :forced_compilation_on, :forced_compilation_off, :effective_compilation, :skipcount, :score, :beginning, :length, :cue_path, :unavailable, :effective_albumartist, :etag)"
16:57:01.481 ERROR Database:597 bound values: QMap((":album", QVariant(QString, "") ) ( ":albumartist" , QVariant(QString, "") ) ( ":art_automatic" , QVariant(QString, "") ) ( ":art_manual" , QVariant(QString, "") ) ( ":artist" , QVariant(QString, "Koto") ) ( ":beginning" , QVariant(qlonglong, 0) ) ( ":bitrate" , QVariant(int, -1) ) ( ":bpm" , QVariant(float, -1) ) ( ":comment" , QVariant(QString, "") ) ( ":compilation" , QVariant(int, 0) ) ( ":composer" , QVariant(QString, "") ) ( ":ctime" , QVariant(int, 0) ) ( ":cue_path" , QVariant(QString, "") ) ( ":directory" , QVariant(int, 0) ) ( ":disc" , QVariant(int, -1) ) ( ":effective_albumartist" , QVariant(QString, "Koto") ) ( ":effective_compilation" , QVariant(int, 0) ) ( ":etag" , QVariant(QString, "") ) ( ":filename" , QVariant(QByteArray, "http://localhost:6800/open?id=1") ) ( ":filesize" , QVariant(int, 0) ) ( ":filetype" , QVariant(int, 0) ) ( ":forced_compilation_off" , QVariant(int, 0) ) ( ":forced_compilation_on" , QVariant(int, 0) ) ( ":genre" , QVariant(QString, "") ) ( ":lastplayed" , QVariant(int, -1) ) ( ":length" , QVariant(qlonglong, 381000000000) ) ( ":mtime" , QVariant(int, 0) ) ( ":playcount" , QVariant(int, 0) ) ( ":rating" , QVariant(float, -1) ) ( ":sampler" , QVariant(int, 0) ) ( ":samplerate" , QVariant(int, -1) ) ( ":score" , QVariant(int, 0) ) ( ":skipcount" , QVariant(int, 0) ) ( ":title" , QVariant(QString, "Dragons Legend (Siegfried's Mix)") ) ( ":track" , QVariant(int, -1) ) ( ":unavailable" , QVariant(int, 0) ) ( ":year" , QVariant(int, -1) ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment