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
log.log(f'GET request timed out for [{url}]: {exc}')
629
+
raiseforms.ValidationError("Trying to retrieve the URL resulted in a request timeout. Please provide a URL that can be retrieved.") fromexc
625
630
ifr.status_code!=200:
626
-
raiseforms.ValidationError("Trying to retrieve the URL resulted in status code %s: %s. Please provide an URL that can be retrieved."% (r.status_code, r.reason))
631
+
raiseforms.ValidationError("Trying to retrieve the URL resulted in status code %s: %s. Please provide a URL that can be retrieved."% (r.status_code, r.reason))
0 commit comments