richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

Error: Got unexpected extra argument () #32

Closed korean-1 closed 1 year ago

korean-1 commented 1 year ago

(chrome-gpt-py3.11) PS C:\Users\Administrator\Desktop\git\chrome-gpt> python -m chromegpt -t open youtube Usage: python -m chromegpt [OPTIONS] Try 'python -m chromegpt --help' for help.

Error: Got unexpected extra argument (youtube) (chrome-gpt-py3.11) PS C:\Users\Administrator\Desktop\git\chrome-gpt>

No matter what command I run, it always says it can't run because it has too many arguments. Any idea how to fix it?

richardyc commented 1 year ago

Thanks for trying the tool out! I think you need to wrap the command in quotes, e.g. python -m chromegpt -t "open youtube"

korean-1 commented 1 year ago

thank you very much!!!!!!!!!!! it work well!!!