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
errors <<'Http server did not respond to our request for "${modurl}" .'
792
+
errors <<'Error details: ${err}'
793
+
continue
794
+
}
795
+
if r.status_code !=200 {
796
+
errors <<'Failed to increment the download count for module "${name}", since "${server_url}" responded with ${r.status_code} http status code. Please try again later.'
0 commit comments