Advertisement
Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pep.py", line 128, in <module>
  3. glob.banchoConf = banchoConfig.banchoConfig()
  4. File "/root/pep.py/objects/banchoConfig.py", line 22, in __init__
  5. self.loadSettings()
  6. File "/root/pep.py/objects/banchoConfig.py", line 31, in loadSettings
  7. self.config["banchoMaintenance"] = generalUtils.stringToBool(glob.db.fetch("SELECT value_int FROM bancho_settings WHERE name = 'bancho_maintenance'")["value_int"])
  8. TypeError: 'NoneType' object is not subscriptable
  9. Exception ignored in: <bound method worker.__del__ of <common.db.dbConnector.worker object at 0x7f44f0fd56d8>>
  10. Traceback (most recent call last):
  11. File "common/db/dbConnector.pyx", line 41, in common.db.dbConnector.worker.__del__
  12. AttributeError: 'NoneType' object has no attribute 'debug'
  13. Exception ignored in: <bound method worker.__del__ of <common.db.dbConnector.worker object at 0x7f44f0fd5860>>
  14. Traceback (most recent call last):
  15. File "common/db/dbConnector.pyx", line 41, in common.db.dbConnector.worker.__del__
  16. AttributeError: 'NoneType' object has no attribute 'debug'
  17. Exception ignored in: <bound method worker.__del__ of <common.db.dbConnector.worker object at 0x7f44f0fd59e8>>
  18. Traceback (most recent call last):
  19. File "common/db/dbConnector.pyx", line 41, in common.db.dbConnector.worker.__del__
  20. AttributeError: 'NoneType' object has no attribute 'debug'
  21. Exception ignored in: <bound method worker.__del__ of <common.db.dbConnector.worker object at 0x7f44f0fc1048>>
  22. Traceback (most recent call last):
  23. File "common/db/dbConnector.pyx", line 41, in common.db.dbConnector.worker.__del__
  24. AttributeError: 'NoneType' object has no attribute 'debug'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement