Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. [code]2015-08-31 12:27:02,072 STDERR ERROR Traceback (most recent call last):
  3. 2015-08-31 12:27:02,111 STDERR ERROR File "pyfa.py", line 78, in <module>
  4. 2015-08-31 12:27:02,111 STDERR ERROR config.saveInRoot = True
  5. 2015-08-31 12:27:02,111 STDERR ERROR File "D:\Games\pyfa\.\service\prefetch.py", line 53, in <module>
  6. 2015-08-31 12:27:02,111 STDERR ERROR migration.update(eos.db.saveddata_engine)
  7. 2015-08-31 12:27:02,111 STDERR ERROR File "D:\Games\pyfa\.\eos\db\migration.py", line 23, in update
  8. 2015-08-31 12:27:02,112 STDERR ERROR dbVersion = getVersion(saveddata_engine)
  9. 2015-08-31 12:27:02,112 STDERR ERROR File "D:\Games\pyfa\.\eos\db\migration.py", line 20, in getVersion
  10. 2015-08-31 12:27:02,112 STDERR ERROR return cursor.fetchone()[0]
  11. 2015-08-31 12:27:02,112 STDERR ERROR IndexError
  12. 2015-08-31 12:27:02,112 STDERR ERROR :
  13. 2015-08-31 12:27:02,112 STDERR ERROR tuple index out of range[/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement