|
|
|
@@ -977,7 +977,7 @@ func getCookiesAndCsrf(jupyterUrl string) ([]*http.Cookie, string) { |
|
|
|
for i := 0; i < 10; i++ { |
|
|
|
res, err := http.Get(jupyterUrl) |
|
|
|
if err != nil { |
|
|
|
log.Error("browser jupyterUrl failed.") |
|
|
|
log.Error("browser jupyterUrl failed.",err) |
|
|
|
return cookies, "" |
|
|
|
} else { |
|
|
|
cookies = res.Cookies() |
|
|
|
|