You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I got AutoGPT to work with no problems, but when I installed this plugin, it suddenly stopped working. Im tech-savy but not a programmer, so I can't exactly read what's wrong on the error code, was wondering if someone could lend me a hand?
This is what I get after the AutoGPT newsletter:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/vboxuser/Auto-GPT/autogpt/main.py", line 5, in
autogpt.cli.main()
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1635, in invoke
rv = super().invoke(ctx)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/vboxuser/Auto-GPT/autogpt/cli.py", line 96, in main
run_auto_gpt(
File "/home/vboxuser/Auto-GPT/autogpt/main.py", line 142, in run_auto_gpt
cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode))
File "/home/vboxuser/Auto-GPT/autogpt/plugins.py", line 238, in scan_plugins
loaded_plugins.append(a_module())
File "/home/vboxuser/.local/lib/python3.10/site-packages/abstract_singleton/init.py", line 14, in call
cls._instances[cls] = super().call(*args, **kwargs)
TypeError: Can't instantiate abstract class AutoGPTCryptoPlugin with abstract methods can_handle_report, can_handle_text_embedding, can_handle_user_input, handle_text_embedding, report, user_input
Press any key to continue...
The text was updated successfully, but these errors were encountered:
Hello
So, I got AutoGPT to work with no problems, but when I installed this plugin, it suddenly stopped working. Im tech-savy but not a programmer, so I can't exactly read what's wrong on the error code, was wondering if someone could lend me a hand?
This is what I get after the AutoGPT newsletter:
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/home/vboxuser/Auto-GPT/autogpt/main.py", line 5, in
autogpt.cli.main()
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1635, in invoke
rv = super().invoke(ctx)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/home/vboxuser/.local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/vboxuser/Auto-GPT/autogpt/cli.py", line 96, in main
run_auto_gpt(
File "/home/vboxuser/Auto-GPT/autogpt/main.py", line 142, in run_auto_gpt
cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode))
File "/home/vboxuser/Auto-GPT/autogpt/plugins.py", line 238, in scan_plugins
loaded_plugins.append(a_module())
File "/home/vboxuser/.local/lib/python3.10/site-packages/abstract_singleton/init.py", line 14, in call
cls._instances[cls] = super().call(*args, **kwargs)
TypeError: Can't instantiate abstract class AutoGPTCryptoPlugin with abstract methods can_handle_report, can_handle_text_embedding, can_handle_user_input, handle_text_embedding, report, user_input
Press any key to continue...
The text was updated successfully, but these errors were encountered: