sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.14k stars 207 forks source link

Unable to fetch entire `detailed_state` object for a compute server #7616

Closed schrodingersket closed 3 weeks ago

schrodingersket commented 3 weeks ago

When attempting to fetch the entire detailed_state object via the compute server API (/api/v2/compute/get-detailed-state), the following error is returned to due a copy/paste typo:

{
    "error": "bind message supplies 3 parameters, but prepared statement \"\" requires 2"
}

PR is incoming shortly to fix this.