for (int x = 0; x < 50; x++)
{
NSoupClient.Connect("https://steamcommunity.com/gid/" + x)
.UserAgent("Firefox")
.Timeout(10000)
.Get();
}
This piece of code will throw me this error (and it always stops when the int is 5):
An unhandled exception of type 'System.NullReferenceException' occurred in NSoup.dll