servers responding with error 400 are not something we can help

pull/597/head
Osma Ahvenlampi 2023-06-26 23:19:28 +03:00
rodzic a8b31e9f6a
commit 3f74a25ade
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -697,7 +697,7 @@ class Identity(StatorModel):
if (
response
and response.status_code < 500
and response.status_code not in [401, 403, 404, 406, 410]
and response.status_code not in [400, 401, 403, 404, 406, 410]
):
raise ValueError(
f"Client error fetching webfinger: {response.status_code}",