gravelBridge / AutoGPT-Web-Interaction

A plugin to enable AutoGPT to interact with websites.
MIT License
247 stars 39 forks source link

Error: Cannot execute 'web_interaction': unknown command. #19

Closed thecyclone closed 1 year ago

thecyclone commented 1 year ago

SYSTEM: Command web_interaction returned: Error: Cannot execute 'web_interaction': unknown command. Do not try to use this command again.

Keep getting this error.

1) web_interaction.zip is in my plugins folder. 2) My .env file reads: `## PLUGINS_CONFIG_FILE - The path to the plugins_config.yaml file, relative to the Auto-GPT root directory. (Default plugins_config.yaml)

PLUGINS_CONFIG_FILE=plugins_config.yaml

ALLOWLISTED_PLUGINS=AutoGPTWebInteraction`

I have not created a plugins_config.yaml since evertime I create it, I get the message: plugins_config.yaml does not exist, creating base config.

Also it says on AutoGPT plugins readme that:

Screenshot 2023-08-09 at 7 08 50 PM
thecyclone commented 1 year ago

Fixed this by cloning the repo instead of using docker.