Skipping profile field link verification of https://volpeon.ink/ for user 9x1pkmiu4v33a1zr: precondition failed
The condition to get this output is
if (
res is not
{
IsSuccessStatusCode: true,
Content.Headers: { ContentType.MediaType: "text/html", ContentLength: <= 1_000_000 }
}
)
My server respond with a content type of
text/html; charset=utf-8
. I don't know if C# handles this case or not, but this is the only problem I can see here.cc @zotan