Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [Source.Python] Loading...
  2. Traceback (most recent call last):
  3. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/__init__.py", line 34, in <module>
  4. from loggers import _sp_logger # It's save to import this here
  5. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/loggers.py", line 293, in <module>
  6. '%m-%d-%Y %H:%M:%S')
  7. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/loggers.py", line 268, in __init__
  8. self._handler = FileHandler(log_path)
  9. File "/home/csgoserver/serverfiles/csgo/addons/source-python/Python3/logging/__init__.py", line 1008, in __init__
  10. StreamHandler.__init__(self, self._open())
  11. File "/home/csgoserver/serverfiles/csgo/addons/source-python/Python3/logging/__init__.py", line 1037, in _open
  12. return open(self.baseFilename, self.mode, encoding=self.encoding)
  13. PermissionError: [Errno 13] Permission denied: '/home/csgoserver/serverfiles/csgo/logs/source-python/source-python.2016-05-07.log'
  14. [Source.Python] Failed to load the main module.
  15. [Source.Python] Could not initialize python.
  16. Failed to load plugin "addons/source-python"
  17. [Source.Python] Unloading...
  18. Traceback (most recent call last):
  19. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/__init__.py", line 34, in <module>
  20. from loggers import _sp_logger # It's save to import this here
  21. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/loggers.py", line 293, in <module>
  22. '%m-%d-%Y %H:%M:%S')
  23. File "/home/csgoserver/serverfiles/csgo/addons/source-python/packages/source-python/loggers.py", line 268, in __init__
  24. self._handler = FileHandler(log_path)
  25. File "/home/csgoserver/serverfiles/csgo/addons/source-python/Python3/logging/__init__.py", line 1008, in __init__
  26. StreamHandler.__init__(self, self._open())
  27. File "/home/csgoserver/serverfiles/csgo/addons/source-python/Python3/logging/__init__.py", line 1037, in _open
  28. return open(self.baseFilename, self.mode, encoding=self.encoding)
  29. PermissionError: [Errno 13] Permission denied: '/home/csgoserver/serverfiles/csgo/logs/source-python/source-python.2016-05-07.log'
  30. [Source.Python] Failed to unload the main module.
  31. [Source.Python] Unloaded successfully.