|
|
bug when trying to view statisticsSubmitter: g_koetke ,, yahoo ,, de i hope that helps. if you have any questions, feel free to contact me via mail. the bugtracker on your site does not work or i'm too stupid. regards
Message from stderr:
Traceback (most recent call last):
File "C:\Programme\GNU Solfege\share\solfege\solfege\abstract.py", line 572, in on_switch_page
self.g_statview.update()
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 178, in update
60*60*24)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 37, in __init__
st_data = st.get_statistics(seconds)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statistics.py", line 402, in get_statistics
q = solfege.db.conn.execute("select answerkey, guessed, sum(count) from sessions where uuid=? and timestamp>? group by answerkey, guessed", (self.m_t.m_P.header.lesson_id, self.m_timestamp - seconds))
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
Traceback (most recent call last):
File "C:\Programme\GNU Solfege\share\solfege\solfege\abstract.py", line 572, in on_switch_page
self.g_statview.update()
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 178, in update
60*60*24)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 37, in __init__
st_data = st.get_statistics(seconds)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statistics.py", line 402, in get_statistics
q = solfege.db.conn.execute("select answerkey, guessed, sum(count) from sessions where uuid=? and timestamp>? group by answerkey, guessed", (self.m_t.m_P.header.lesson_id, self.m_timestamp - seconds))
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
Traceback (most recent call last):
File "C:\Programme\GNU Solfege\share\solfege\solfege\abstract.py", line 572, in on_switch_page
self.g_statview.update()
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 178, in update
60*60*24)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statisticsviewer.py", line 37, in __init__
st_data = st.get_statistics(seconds)
File "C:\Programme\GNU Solfege\share\solfege\solfege\statistics.py", line 402, in get_statistics
q = solfege.db.conn.execute("select answerkey, guessed, sum(count) from sessions where uuid=? and timestamp>? group by answerkey, guessed", (self.m_t.m_P.header.lesson_id, self.m_timestamp - seconds))
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
|