Exception in RaygunWebApiControllerSelector
mattdwen
Posted on
Feb 27 2015
I'm seeing a Raygun report for an exception thrown at Mindscape.Raygun4Net.WebApi.RaygunWebApiControllerSelector:65.
The request URL is for /api/1.0/rest/system_information which is not an URL my application uses, so I'm thinking the exception is in the Raygun provider itself.
I'm currently using 4.2.0.
Stack trace as below:
[HttpResponseException: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details.]
System.Web.Http.Dispatcher.DefaultHttpControllerSelector.SelectController(HttpRequestMessage request):244
Mindscape.Raygun4Net.WebApi.RaygunWebApiControllerSelector.SelectController(HttpRequestMessage request) in e:\Users\Jason\Documents\GitHub\raygun4net\Mindscape.Raygun4Net.WebApi\RaygunWebApiSelectors.cs:65
System.Web.Http.Dispatcher.HttpControllerDispatcher+<SendAsync>d__1.MoveNext():94
Jason Fauchelle
Raygun
Posted on
Feb 27 2015
Hello,
Thanks for reporting this. We'll look into it and get back to you with what we find.
-Jason Fauchelle
Jason Fauchelle
Raygun
Posted on
Mar 02 2015
Hello,
The reason that Raygun is showing up in the stack trace is because that exception is being caught and sent from within a try/catch block within Raygun.
The exception itself is not caused by Raygun, meaning there is something trying to access that URL, either within the app itself, or perhaps by some other application attempting to access that non-existent URL, causing the 404.
Hope you are able to track it down! Let us know if you have further questions about Raygun.
-Jason Fauchelle
mattdwen
Posted on
Mar 02 2015
Thanks Jason, I'll look into it further at our end, cheers!