Recent Changes - Search:

Get GNU Solfege at SourceForge.net. Fast, secure and Free Open Source software downloads


NoDescription-be

Submitter:
Long desciption: Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the "bug-tag" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.

(bug-tag: NO_DESCRIPTION)

Solfege version3.15.3
Bzr revision infobranch_nick: solfege.dev
revno: 1368
revision_id: tca@gnu.org-20091020184350-xv0vdg85l5rc5bxj
clean: False
runtime.use_gtkhtml2False
gtk.pygtk_version(2, 12, 1)
gtk<module 'gtk' from 'C:\Program Files (x86)\GNU Solfege\python\lib\site-packages\gtk-2.0\gtk\__init__.pyc'>
sys.version_info(2, 5, 4, 'final', 0)
sys.version2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
sys.prefixC:\Program Files (x86)\GNU Solfege\python
sys.platformwin32
windowsversion(6, 1, 7600, 2, '')

Message from stderr:

 
Traceback (most recent call last):
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\mainwin.py", line 388, in on_link_clicked
    solfege.app.practise_lessonfile(filename)
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\application.py", line 297, 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 301, in on_start_practise
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 222, in new_question
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 207, 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 257, in on_answer_from_user
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 207, 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 257, in on_answer_from_user
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 207, 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 257, in on_answer_from_user
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 207, 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 257, in on_answer_from_user
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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 207, 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 257, in on_answer_from_user
    self.set_percentage_label()
  File "C:\Program Files (x86)\GNU Solfege\share\solfege\solfege\exercises\idtone.py", line 265, 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 514, 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.
Edit - History - Print - Recent Changes - Search
Page last modified on March 19, 2010, at 04:38 AM