Significant-Gravitas / Auto-GPT-Plugins

Plugins for Auto-GPT
MIT License
3.9k stars 563 forks source link

Updated plugin install through plugins_config.yaml not working #214

Open anothermimoguy opened 1 year ago

anothermimoguy commented 1 year ago

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?

jebutters commented 1 year ago

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

zirenlegend commented 1 year ago

metoo

TheVolacious commented 1 year ago

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.