Closed NosferatuJoe closed 3 years ago
2021-02-09 14:08:19 - sp - EXCEPTION
[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 187, in command
if isinstance(command, Command):
NameError: name 'Command' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "../addons/source-python/plugins/es_emulator/logic.py", line 103, in __call__
es.addons.callBlock(self.block_name)
File "../addons/source-python/plugins/es_emulator/eventscripts/es.py", line 356, in callBlock
self.Blocks[blockname]()
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/cmds/__init__.py", line 110, in concommand
stack.queue([line], 'console', priority=True)
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 32, in queue
self.run()
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 120, in run
self.command(command, argv, args, exp)
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 217, in command
self.error(commandname, 'The %s \'%s\' could not be found' % e.args)
TypeError: not enough arguments for format string
2021-02-09 14:08:19 - sp - EXCEPTION
[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 187, in command
if isinstance(command, Command):
NameError: name 'Command' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "../addons/source-python/plugins/es_emulator/logic.py", line 103, in __call__
es.addons.callBlock(self.block_name)
File "../addons/source-python/plugins/es_emulator/eventscripts/es.py", line 356, in callBlock
self.Blocks[blockname]()
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/cmds/__init__.py", line 110, in concommand
stack.queue([line], 'console', priority=True)
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 32, in queue
self.run()
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 120, in run
self.command(command, argv, args, exp)
File "../addons/source-python/plugins/es_emulator/eventscripts/esc/__init__.py", line 217, in command
self.error(commandname, 'The %s \'%s\' could not be found' % e.args)
TypeError: not enough arguments for format string
These issues were only present after the "sp update". These do not occur with @Xiazee's fix.