|
|
STATUS_DONE: Fixed in 3.16.2 Submitter: erichodge7 ,, gmail ,, com (bug-tag: NO_DESCRIPTION)
Message from stderr:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\mainwin.py", line 399, in on_link_clicked
solfege.app.practise_lessonfile(filename)
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\application.py", line 309, in practise_lessonfile
solfege.win.box_dict[module].on_start_practise()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 309, in on_start_practise
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 128, in _on_button_press
self.on_button_press_event(event, clicked_on.semitone_pitch())
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\inputwidgets.py", line 210, in on_button_press_event
self.m_callback(mpd.int_to_notename(midi_int))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 264, in on_answer_from_user
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 229, in new_question
self.set_percentage_label()
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 272, in set_percentage_label
self.g_percentage.set_text("%.1f %%" % (self.m_t.m_statistics.get_percentage_correct()))
File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\statistics.py", line 535, in get_percentage_correct
num_correct = solfege.db.conn.execute("select sum(count) from sessions where answerkey=guessed and timestamp=? and fileid=?", (self.m_timestamp, fileid)).fetchone()[0]
sqlite3.InterfaceError: Error binding parameter 1 - probably unsupported type.
|