openai / plugins-quickstart

Get a ChatGPT plugin up and running in under 5 minutes!

Home Page:https://platform.openai.com/docs/plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run the event loop while another loop is running

iutrony opened this issue · comments

I am getting this error after 'run main.py' command. Im usgin 'run main.py' instead "python main.py" since in jupyter "python main.py" runs into a syntax error.

"* Serving Quart app 'main'

  • Environment: production
  • Please use an ASGI server (e.g. Hypercorn) directly in production
  • Debug mode: True
  • Running on http://0.0.0.0:5003/ (CTRL + C to quit)
    Cannot run the event loop while another loop is running*
    """"

I do not have developer access yet, should it matter to run this code?