oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

executing listener tests from settings panel #38

Closed coldwell closed 11 years ago

coldwell commented 11 years ago

Version: 1.7.4 Server: CentOS / Tomcat 7.0.35 / Railo 4.0.4

I'm getting an uncaught exception while trying to execute a test of the API listeners. The error message reads "Invalid API Key". Adding the apikey URL parameter solves the issue. Should this value be appended to the "test" hrefs on the listeners page?

I'm new to BugLog, so I might be missing something entirely.

oarevalo commented 11 years ago

yep, you were right, the links to test the listeneres were missing the API Key parameter. Your change fixed the issue.