Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to log errors on latest code? #26

Closed
aneillans opened this issue Apr 10, 2014 · 2 comments
Closed

Unable to log errors on latest code? #26

aneillans opened this issue Apr 10, 2014 · 2 comments

Comments

@aneillans
Copy link

The latest code doesn't appear to successfully receive errors?

Server 2012 R2, nothing fancy regarding setup.
Deployed the latest code - starts successfully, admin UI works fine.
Errors do not get logged.
IIS Log shows:
2014-04-10 09:06:55 ::1 POST /api/v1/error - 80 - ::1 Exceptionless/1.0.0.0 - 401 0 0 0

/status shows now issues.

@aneillans
Copy link
Author

More detail from the logs:

2014-04-10 10:20:31.5084 20 ERROR ExceptionlessAuthorizeAttribute Unable to find a project with the Api Key: "".
2014-04-10 10:20:31.5240 8 ERROR ExceptionlessClient Sending error report failed: The remote server returned an error: (401) Unauthorized.
2014-04-10 10:20:31.5240 8 ERROR ExceptionlessClient Problem processing manifest '8000000012a133070c507825'. System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Exceptionless.Net.RestClient.OnResponse(IAsyncResult ar) in c:\Temp\exc\Source\Clients\Shared\Net\RestClient.cs:line 424

@aneillans
Copy link
Author

(Idiot). I had left in the line for Exceptionless logging back to itself in the config. Always catches me out that one, hence the spurious errors in the log. Removed that, reinstalled the NuGet package on the client application now it seems to work. Go figure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant