Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant make the plugin work? #10

Open
TheBigXion opened this issue Jun 19, 2023 · 0 comments
Open

Cant make the plugin work? #10

TheBigXion opened this issue Jun 19, 2023 · 0 comments

Comments

@TheBigXion
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant