You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that while Vercel added support for Python 3.12 (including ASGI) via vercel/vercel#11675, the logic for ASGICycle in vc_init.py was updated to fit with the changes in Python 3.10
The loop parameter has been removed from most of asyncio‘s high-level API following deprecation in Python 3.8.
Perhaps upgrading to Python 3.12 on Vercel will fix the OSError issue?
Similar to HackAtUCI/HackUCI-Site#86
The API sporadically encounters a runtime issue causing requests to fail
where
vc__handler__python.py
refers to Vercel's Python runtime handler.The text was updated successfully, but these errors were encountered: