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.7k stars 709 forks source link

Has anyone encountered such a problem where the webpage can be successfully opened, but there is no response when clicking ‘interact’? #259

Open Tsailj opened 1 week ago

Tsailj commented 1 week ago

I deployed this project on Windows. After the deployment, I opened the webpage and clicked the ‘interact’ button, but there was no response. Does anyone know how to fix this? QQ图片20241112203052

LieRenXZ commented 23 hours ago

me too ,why

LieRenXZ commented 23 hours ago

it seems tobe something wrong with the backend

leotireger commented 14 hours ago

I had the same issue, but I solved it. There are my steps:

  1. STOP all the code for ai-town
  2. cd ai-town folder
  3. run just convex run init
  4. restart ai-town image
Tsailj commented 3 hours ago

I had the same issue, but I solved it. There are my steps:

  1. STOP all the code for ai-town
  2. cd ai-town folder
  3. run just convex run init
  4. restart ai-town image

Thank you very much for your solution. I’ve managed to get it running successfully as well. Thank you!But there seems to be a bit of an issue with my page still; I can’t see the conversation between Agents. When I click ‘interact’ to interact with one of the Agents, there’s no response. I think there must still be some problems. Anyway, thank you very much.

Tsailj commented 3 hours ago

me too ,why

Have you solved this problem yet? If not, you can try using this method from leotireger; I’ve already got it running successfully.

LieRenXZ commented 17 minutes ago

Thanks you two a lot, I 'll have a try