screenshot-to-code: WebSocket Error: Connection Closed 1006 - this worked for me

If you’re getting this: image

Try running the backend with 7001 instead of 7000:

poetry run uvicorn main:app --reload --port 7001

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

@18984955240

  1. Open OpenAI Dashboard (https://platform.openai.com/)
  2. Go to Setting > Billing
  3. Click at the Add payment details image
  4. You have to add credits, the minimum is $5.
  5. Go to Settings > Limits and check at the bottom of the page, you have to be Tier 1 user to get GPT4 access image

Hope it helps!

Thanks! We made the mistake of changing the port after the initial release.

When did you first clone the repo?