Open anothermimoguy opened 1 year ago
Same here. I'm not technical at all, it's amazing I've got this far so might be overlooking something.
metoo
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.
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?