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
There seems to be cases in newer `jupyter_server` versions where the
mime-type for the response is labeled as application/json but it is
actually the error message string.
Fixes the `jupyter-delete-directory` test.
* jupyter-rest-api.el (jupyter-api-url-parse-response): Catch JSON
parse errors when `url-http-response-status` >= 400 and assume what
was returned is the error message.
0 commit comments