Auto-GPT-Plugins icon indicating copy to clipboard operation
Auto-GPT-Plugins copied to clipboard

Updated plugin install through plugins_config.yaml not working

Open anothermimoguy opened this issue 1 year ago • 3 comments

Following errors are received

Plugin config is invalid, continuing without plugins. Error: stat: path should be string, bytes, os.PathLike or integer, not NoneType

Not loading plugin AutoGPTWebInteraction. Key 'AutoGPTWebInteraction' was not found in plugins_config.yaml. Zipped plugins should use the class name (AutoGPTWebInteraction) as the key.

in plugins_config.yaml

AutoGPTWebInteraction: config: {} enabled: true

any ideas?

anothermimoguy avatar Jul 07 '23 14:07 anothermimoguy

Same here. I'm not technical at all, it's amazing I've got this far so might be overlooking something.

jebutters avatar Jul 15 '23 22:07 jebutters

metoo

zirenlegend avatar Jul 16 '23 09:07 zirenlegend

Uncommenting the "PLUGINS_CONFIG_FILE=plugins_config.yaml" line in the .env file worked for me. Just remove the "#" and space before the first letter.

Now I'm running into issues where it doesn't want to actually load any of the plugins.

TheVolacious avatar Jul 16 '23 14:07 TheVolacious