Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/Troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,9 @@ Likely Workarounds Until the Release on PyPI:
For further information, refer to the related discussion on GitHub: `Issue #118 <https://github.com/mcfletch/pyopengl/issues/118#issuecomment-2342054510>`_.



Issue:
*******
When running async gRPC on the Unity client, the console reports ```(Status(StatusCode = "Cancelled", Detail = "No grpc-status found on response."))``` even though the Python server is working correctly.

**Solution:** This is usually caused by conflicting gRPC libraries—PhysioLabXR’s bundled gRPC plugin and additional gRPC packages installed via NuGet for Unity. Uninstall the NuGet-installed gRPC packages and keep only the PhysioLabXR plugin: go to ```Unity -> NuGet -> Manage NuGet Packages -> Installed``` and remove all gRPC-related packages. Restart Unity and try again.