Comment 1 for bug 598414

Revision history for this message
aqua (vhx) wrote :

I have the same issue.

E:\eternity>c:\python26\python "run_server.py"
SQL Connection Established on 192.168.1.47:3306
Traceback (most recent call last):
  File "run_server.py", line 6, in <module>
    server.main()
  File "E:\eternity\server\server.py", line 994, in main
    server = ServerHandler(config, db)
  File "E:\eternity\server\server.py", line 533, in __init__
    self.db = DB_Load(self.cursor)
  File "E:\eternity\server\server.py", line 460, in __init__
    rows = cursor.fetchall()
  File "cursor.pyx", line 228, in oursql.Cursor.fetchall (oursqlx\oursql.c:16568
)
  File "statement.pyx", line 550, in oursql._Statement.fetchall (oursqlx\oursql.
c:11377)
  File "statement.pyx", line 422, in oursql._Statement.fetchone (oursqlx\oursql.
c:10076)
  File "statement.pyx", line 234, in oursql._Statement._bind_buffer (oursqlx\our
sql.c:8024)
  File "statement.pyx", line 126, in oursql._Statement._raise_error (oursqlx\our
sql.c:6997)
oursql.InterfaceError: (2036, 'Using unsupported buffer type: 1 (parameter: 3)'
, None)