Also catch host-meta parse errors
This commit is contained in:
parent
96e95da73f
commit
a7bbbb5663
|
@ -583,7 +583,7 @@ class Identity(StatorModel):
|
|||
)
|
||||
if template:
|
||||
webfinger_url = template
|
||||
except httpx.RequestError:
|
||||
except (httpx.RequestError, etree.ParseError):
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue