mirror of
https://github.com/g3rv4/GetMoarFediverse.git
synced 2024-11-25 00:53:29 +01:00
Improve error message when it fails to pull tags (#19)
This commit is contained in:
parent
23be734a5e
commit
44b47acbfe
@ -91,7 +91,7 @@ await Parallel.ForEachAsync(sitesTags, parallelOptions, async (st, _) =>
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"Error fetching tag, status code: {response?.StatusCode}. Error: {e.Message}");
|
Console.WriteLine($"Error fetching tag {tag} from {site}, status code: {response?.StatusCode}. Error: {e.Message}");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user