RecursionError: maximum recursion depth exceeded while calling a Python object

I’m getting this error when trying to call openai chatcompletion from render. I’m using Flask with gevents. Funny thing is the code works well from my local wsl instance.

Aug 13 01:17:08 PM    File "/usr/local/lib/python3.7/ssl.py", line 518, in options
Aug 13 01:17:08 PM      super(SSLContext, SSLContext).options.__set__(self, value)
Aug 13 01:17:08 PM    [Previous line repeated 473 more times]
Aug 13 01:17:08 PM  RecursionError: maximum recursion depth exceeded while calling a Python object```

Hey,

Given the limited information provided, it’s quite challenging to determine the cause of the issue. If the problem persists, please reach out to us using the “Contact Support” form within the dashboard.

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.