Page 1 of 1

[BM:S] Traceback (most recent call last):

Posted: Tue Feb 05, 2019 5:05 pm
by Painkiller
Can anybody help for this problem ?

Syntax: Select all

[SP] Plugin 'country_tag' was unable to be loaded.
[SP] Loading plugin 'deathmsg'...

[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/packages/source-python/plugins/command.py", line 162, in load_plugin
plugin = self.manager.load(plugin_name)
File "../addons/source-python/packages/source-python/plugins/manager.py", line 194, in load
plugin._load()
File "../addons/source-python/packages/source-python/plugins/instance.py", line 74, in _load
self.module = import_module(self.import_name)
File "../addons/source-python/plugins/deathmsg/deathmsg.py", line 15, in <module>
info = PluginInfo()

TypeError: __init__() missing 1 required positional argument: 'name'


[SP] Plugin 'deathmsg' was unable to be loaded.

Re: [BM:S] Traceback (most recent call last):

Posted: Tue Feb 05, 2019 5:55 pm
by Ayuto
Moved to a more appropriate forum. The Plugin Request forum is meant to request plugins. I have also moved all your other threads.

Regarding your problem: PluginInfo is not meant to be used (anymore). Remove that part from the plugin.