Replies: 2 comments 1 reply
-
It's not clear what's happening in your example, because it's missing definitions of make_prospective_app, start_server, perspective_client, etc. If you would post a complete example which reproduces the error, I'll see if I can help. A git repo including a pyproject.toml or requirements.txt with the exact dependency versions you're using would be ideal. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed by 3.14 Release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have recently upgraded my project from perspective 3.0.3 -> 3.1.1
Encountering this:
Exception has occurred: PyPerspectiveError
External error: PyErr { type: <class 'RuntimeError'>, value: RuntimeError('no running event loop'), traceback: Some(<traceback object at 0x0000025E7BD886C0>) }
main.py
index.html
Anyone encountered this before?
Beta Was this translation helpful? Give feedback.
All reactions