We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674af04 commit b9251abCopy full SHA for b9251ab
jupyter-rest-api.el
@@ -295,7 +295,8 @@ this will cause errors in the URL library."
295
;; FIXME: It is not reliable to attempt to get the xsrf cookie as
296
;; a side effect of requesting the login page since it may not
297
;; always exist.
298
- (jupyter-api-http-request (oref client url) "login" "GET"))))
+ (ignore-errors
299
+ (jupyter-api-http-request (oref client url) "login" "GET")))))
300
301
(defun jupyter-api-url-cookies (url)
302
"Return the list of cookies for URL."
0 commit comments