openai/plugins-quickstart

Cannot run the event loop while another loop is running

iutrony opened this issue · 0 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?