I’m trying to call a custom endpoint of Rhino from a Python script. Occasionally, the plugin runs perfectly and returns a 200 response, but other times it fails and returns a 500 Internal Server Error(The remote server returned an error: (500) Internal Server Error.). I’m not exactly sure what’s causing this inconsistency.Also attached python script which call custom endpoint and c# code for registering endpoint.
Could someone guide me on how to troubleshoot or resolve this issue?