|
|
STATUS_DONE: Fixed in 3.16.2 Guess sound error in WindowsSubmitter: mateusz ,, ak ,, am ,, wroc ,, pl regards Mateusz
Message from stderr:
Traceback (most recent call last):
File "E:\Programy\GNU Solfege\share\solfege\solfege\mainwin.py", line 399, in on_link_clicked
solfege.app.practise_lessonfile(filename)
File "E:\Programy\GNU Solfege\share\solfege\solfege\application.py", line 309, in practise_lessonfile
solfege.win.box_dict[module].on_start_practise()
File "E:\Programy\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 309, in on_start_practise
self.set_percentage_label()
File "E:\Programy\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 "E:\Programy\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.
|