Edited by: Desmont McCallock on 01/09/2011 12:06:32I don't know if my IP got blocked by the CacheUntil bug but I get the following error report every time I try to call the API.
Thought to post this here rather in a bug report, in case others get the same error.
Quote:
Server Error in '/' Application.
Value cannot be null.
Parameter name: String
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: String
Source Error:
Line 292:
Line 293: // We only need to check if the number of exception timestamps has reached the max
Line 294: int maxExceptionsBeforeBlockIP = int.Parse(ConfigurationManager.AppSettings.Get("ErrorThrottling.MaxExceptionsBeforeBlockIP"));
Line 295: if (ipDateTimes.Count >= maxExceptionsBeforeBlockIP)
Line 296: {
Edit: Looks like the error report contains some sensitive data for CCP, so I removed the stack trace part.