a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.12k stars 651 forks source link

Getting an error when running npm run dev #236

Closed MicahJank closed 1 month ago

MicahJank commented 1 month ago

So i have the convex backend running in the same directory as the clone repo. However im seeing some errors that im having trouble debugging. Any help would be greatly appreciated.

This is the error that shows in the npm run dev terminal image

and in the convex backend terminal i see image

MicahJank commented 1 month ago

Update: I believe the issue is that i cloned the repo into a folder that had a space in it. I cloned it into a repo "AI Town". So structure was /AI Town/ai-town. The 'invalid uri character' tipped me off. I changed it to AITown/ai-town and the error is no longer happening. Hopefully this can help someone else if they have a similar issue.