ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Stack trace displaying one character per line for reports in Acralyzer #59

Closed Tom--Williams closed 10 years ago

Tom--Williams commented 10 years ago

EDIT: woops, my bad. i was missing _design/acra-storage/_update/report off the end of my formuri.

When I select a report, in the summary section, the stack trace is displaying with one character per line. The stack trace appears scrambled, here is a snippet, in full it is about 150 lines:

j
a
N
e
r
V
i
e
w
A

This happens for every report that has been created. All other values in the summary section (e.g. package name) display correctly. Weirdly, the stack trace in the full report the stack trace appears normally. here is my config (with fake details):

@org.acra.annotation.ReportsCrashes(
formKey = ""
formUri = "https://example.cloudant.com/acra-example/",        
formUriBasicAuthLogin = "examplelogin",
formUriBasicAuthPassword = "examplepass",
reportType = org.acra.sender.HttpSender.Type.JSON,
httpMethod = org.acra.sender.HttpSender.Method.PUT)
KevinGaudin commented 10 years ago

Thank you for updating with the solution, and sorry for not being able to have a look at this issue before...