Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 'command' object in YAML #24

Closed
CodeMagic6 opened this issue Apr 28, 2023 · 12 comments
Closed

Missing 'command' object in YAML #24

CodeMagic6 opened this issue Apr 28, 2023 · 12 comments

Comments

@CodeMagic6
Copy link

Command Error: threw the following error: Missing 'command' object in YAML How to resolve? I've established the website autogpt.js

@ticouto5290
Copy link

i've got the same issue anyone found a fix for it ?

@zabirauf
Copy link
Owner

@CodeMagic6 @ticouto5290 does refreshing and starting again often fix the issue?

@blumplan
Copy link

blumplan commented May 4, 2023

@CodeMagic6 @ticouto5290 does refreshing and starting again often fix the issue?

Have it running on WSL Ubunti in dev mode and getting this error no matter what I do.

@tmikaeld
Copy link

tmikaeld commented May 4, 2023

Also getting the error, debian 11, nodejs 20 (upgraded remix)

@cutecharmingkid
Copy link

i've got the same issue

@sandeepscet
Copy link

Same issue , tried in autogptjs.com

@dmahlow
Copy link

dmahlow commented May 12, 2023

Same here, it seems to happen if you don't enter a valid OpenAI API key. Once I added a proper key the error went away.

@christopherklint97
Copy link

Same here, it seems to happen if you don't enter a valid OpenAI API key. Once I added a proper key the error went away.

Mhmm strange, I just tried it with a brand new API key and I got that error. Does not work to pause the chat either, just stuck looping the error.

image

@cranyy
Copy link

cranyy commented Jun 9, 2023

Sadly, still getting this to this day. If any fixes have been found, would love to hear about them. P.S. This is a pretty awesome project, would be a shame to be abandonded.

@aklen
Copy link

aklen commented Aug 23, 2023

I also got this problem - checked the dev console and realized from the error:
chunk-VFKPTDEB.js:1 POST https://api.openai.com/v1/chat/completions 429 chunk-VFKPTDEB.js:1 Error calling OpenAI service 429 { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } }
So in the case of getting 'Command Error: threw the following error: Missing 'command' object in YAML' please check the console logs!

@georgegeorge2525
Copy link

same here

zabirauf added a commit that referenced this issue Oct 27, 2023
Change includes

OpenAI functions schema for all commands
Moved to functions with updated prompt
Changed to primary main loop model to be GPT-4 as its much more reliable in reasoning
Fixes issues related to development with remix package update.

Solves issues #24 #28 #31
@zabirauf
Copy link
Owner

#33 should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests