Auto-GPT-Crypto-Plugin icon indicating copy to clipboard operation
Auto-GPT-Crypto-Plugin copied to clipboard

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

Open DirtyDan02 opened this issue 1 year ago • 4 comments

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

DirtyDan02 avatar Jun 20 '23 11:06 DirtyDan02

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

TheBigXion avatar Jun 20 '23 22:06 TheBigXion

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

DirtyDan02 avatar Jun 21 '23 00:06 DirtyDan02

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 avatar Jun 21 '23 06:06 TheBigXion

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

TheBigXion avatar Jun 21 '23 19:06 TheBigXion