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

im getting this issue trying to hook my auto gpt to coinbase #11

Open
DirtyDan02 opened this issue Jun 20, 2023 · 4 comments
Open

im getting this issue trying to hook my auto gpt to coinbase #11

DirtyDan02 opened this issue Jun 20, 2023 · 4 comments

Comments

@DirtyDan02
Copy link

Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "D:\Auto-GPT\autogpt_main
.py", line 5, in
autogpt.cli.main()
File "D:\Auto-GPT\myenv\Lib\site-packages\click\core.py", line 1130, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\site-packages\click\core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\site-packages\click\core.py", line 1635, in invoke
rv = super().invoke(ctx)
^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\site-packages\click\core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\site-packages\click\core.py", line 760, in invoke
return _callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\autogpt\cli.py", line 96, in main
run_auto_gpt(
File "D:\Auto-GPT\autogpt\main.py", line 142, in run_auto_gpt
cfg.set_plugins(scan_plugins(cfg, cfg.debug_mode))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Auto-GPT\autogpt\plugins.py", line 238, in scan_plugins
loaded_plugins.append(a_module())
^^^^^^^^^^
File "D:\Auto-GPT\myenv\Lib\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

@TheBigXion
Copy link

Having the same problem (Same message, everything), I think it's because the plugin is outdated. Tried to make it work with previous Auto-GPT versions, but they are too outdated to work with OpenAI apparently. Let me know if you find something that solves it

@DirtyDan02
Copy link
Author

Having the same problem (Same message, everything), I think it's because the plugin is outdated. Tried to make it work with previous Auto-GPT versions, but they are too outdated to work with OpenAI apparently. Let me know if you find something that solves it

I found a solution I will link everything I used to fix this in the morning

@TheBigXion
Copy link

Having the same problem (Same message, everything), I think it's because the plugin is outdated. Tried to make it work with previous Auto-GPT versions, but they are too outdated to work with OpenAI apparently. Let me know if you find something that solves it

I found a solution I will link everything I used to fix this in the morning

Please do man... Im kinda desperate trying to make this work... Do you run it with or without docker?

@TheBigXion
Copy link

Having the same problem (Same message, everything), I think it's because the plugin is outdated. Tried to make it work with previous Auto-GPT versions, but they are too outdated to work with OpenAI apparently. Let me know if you find something that solves it

I found a solution I will link everything I used to fix this in the morning

Hey man, could you please share with me the solution that worked for you? Really need to get this to work

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

2 participants