Loading

Paste #pqopclnii

  1. First error:
  2.  
  3. Traceback (most recent call last):
  4.   File "/home/eints/eints/webtranslate/bottle.py", line 764, in _handle
  5.     return route.call(**args)
  6.   File "/home/eints/eints/webtranslate/bottle.py", line 1600, in wrapper
  7.     rv = callback(*a, **ka)
  8.   File "/home/eints/eints/webtranslate/protect.py", line 33, in wrapper
  9.     userauth = users.get_authentication(user, pwd)
  10.   File "/home/eints/eints/webtranslate/users/redmine.py", line 124, in get_authentication
  11.     cur.execute("SELECT users.hashed_password, users.salt FROM users WHERE users.login=%s", (user,))
  12. psycopg2.OperationalError: terminating connection due to administrator command
  13. FATAL:  terminating connection due to administrator command
  14.  
  15.  
  16.  
  17. Every next attempt:
  18.  
  19. Traceback (most recent call last):
  20.   File "/home/eints/eints/webtranslate/bottle.py", line 764, in _handle
  21.     return route.call(**args)
  22.   File "/home/eints/eints/webtranslate/bottle.py", line 1600, in wrapper
  23.     rv = callback(*a, **ka)
  24.   File "/home/eints/eints/webtranslate/protect.py", line 33, in wrapper
  25.     userauth = users.get_authentication(user, pwd)
  26.   File "/home/eints/eints/webtranslate/users/redmine.py", line 123, in get_authentication
  27.     cur = db_connection.cursor()
  28. psycopg2.InterfaceError: connection already closed

Comments