Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Notice: Master server registration successful
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  4. return callWithContext({"system": lp}, func, *args, **kw)
  5. File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
  6. return context.call({ILogContext: newCtx}, func, *args, **kw)
  7. File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
  8. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  9. File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
  10. return func(*args,**kw)
  11. --- <exception caught here> ---
  12. File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
  13. why = getattr(selectable, method)()
  14. File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
  15. return self.protocol.dataReceived(data)
  16. File "/usr/lib/python2.6/dist-packages/twisted/protocols/basic.py", line 251, in dataReceived
  17. why = self.lineReceived(line)
  18. File "/home/aaron/Desktop/amstan-hyperserv-a82fc7f/src/pyscripts/plugins/masterclient.py", line 104, in lineReceived
  19. self.factory.response_handler.handle(line)
  20. File "/home/aaron/Desktop/amstan-hyperserv-a82fc7f/src/pyscripts/plugins/masterclient.py", line 42, in handle
  21. self.key_handlers[key](response[len(key)+1:])
  22. File "/home/aaron/Desktop/amstan-hyperserv-a82fc7f/src/pyscripts/plugins/masterclient.py", line 59, in cleargbans
  23. bandatabase.cleargbans()
  24. File "/home/aaron/Desktop/amstan-hyperserv-a82fc7f/src/pyscripts/hypershade/bandatabase.py", line 59, in cleargbans
  25. database.query('DELETE FROM `bans` WHERE `reason` = "gban"')
  26. File "/home/aaron/Desktop/amstan-hyperserv-a82fc7f/src/pyscripts/hypershade/database.py", line 24, in query
  27. self.cursor.execute(*args)
  28. sqlite3.OperationalError: no such table: bans
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement