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

This command: pnpm start --characters="characters/tate.character.json" results in an error #817

Closed
619 opened this issue Dec 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@619
Copy link

619 commented Dec 3, 2024

Describe the bug
running pnpm start --characters="characters/tate.character.json" results in this error "Error fetching response: SyntaxError: Unexpected token 'A', "Agent not found" is not valid JSON"

To Reproduce
Run pnpm start --characters="characters/tate.character.json" in the root folder

Expected behavior
It would be nice if it worked

@619 619 added the bug Something isn't working label Dec 3, 2024
@shakkernerd
Copy link
Member

Hi @619

After looking into this and tested locally, pnpm start --characters=CHARACTER_FILE.json works well with no issue.

Do you mind looking into the format and contents of your tate.character.json file ?
Looks to me like the issue is from the character file itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants