<class '_mysql_exceptions.ProgrammingError'> | Python 2.7.12: /usr/bin/python Fri Dec 6 16:11:09 2019 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>) |
556 """Runs the handler, flushes the streams, and ends the request.""" |
557 try: |
=> 558 protocolStatus, appStatus = self.server.handler(self) |
559 except: |
560 traceback.print_exc(file=self.stderr) |
protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>> |
/usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>) |
1116 try: |
1117 try: |
=> 1118 result = self.application(environ, start_response) |
1119 try: |
1120 for data in result: |
result = None, self = <flup.server.fcgi.WSGIServer object>, self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/usr/lib/cgi-bin/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'HTTP_CONNECTION': 'Keep-Alive', 'HTTP_HOST': 'aurumblocks.cointech.net', 'HTTP_USER_AGENT': 'CCBot/2.0 (https://commoncrawl.org/faq/)', 'PATH_INFO': '/eddf679c87f7a193f901edc16f6fb396d31adab0dc3b4c0e7a2911a1c696cac6', 'PATH_TRANSLATED': '/usr/lib/cgi-bin//tx/eddf679c87f7a193f901edc16f6fb396d31adab0dc3b4c0e7a2911a1c696cac6', ...}, start_response = <function start_response> |
/usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/usr/lib/cgi-bin/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'HTTP_CONNECTION': 'Keep-Alive', 'HTTP_HOST': 'aurumblocks.cointech.net', 'HTTP_USER_AGENT': 'CCBot/2.0 (https://commoncrawl.org/faq/)', 'PATH_INFO': '/eddf679c87f7a193f901edc16f6fb396d31adab0dc3b4c0e7a2911a1c696cac6', 'PATH_TRANSLATED': '/usr/lib/cgi-bin//tx/eddf679c87f7a193f901edc16f6fb396d31adab0dc3b4c0e7a2911a1c696cac6', ...}, start_response=<function start_response>) |
263 return '' |
264 except Exception: |
=> 265 abe.store.rollback() |
266 raise |
267 |
abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>> |
/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>) |
255 def rollback(store): |
256 if store._sql is not None: |
=> 257 store._sql.rollback() |
258 |
259 def sql(store, stmt, params=()): |
store = <Abe.DataStore.DataStore object>, store._sql = <Abe.SqlAbstraction.SqlAbstraction object>, store._sql.rollback = <bound method SqlAbstraction.rollback of <Abe.SqlAbstraction.SqlAbstraction object>> |
/usr/local/lib/python2.7/dist-packages/Abe/SqlAbstraction.py in rollback(sql=<Abe.SqlAbstraction.SqlAbstraction object>) |
614 sql.sqllog.info("ROLLBACK") |
615 try: |
=> 616 sql.conn().rollback() |
617 sql.in_transaction = False |
618 except sql.module.OperationalError as e: |
sql = <Abe.SqlAbstraction.SqlAbstraction object>, sql.conn = <bound method SqlAbstraction.conn of <Abe.SqlAbstraction.SqlAbstraction object>>, ).rollback undefined |
<class '_mysql_exceptions.ProgrammingError'>: (2014, "Commands out of sync; you can't run this command now")
args =
(2014, "Commands out of sync; you can't run this command now")
message =
''