You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I tested with one of your report and it's working fine. The only diff I saw with mine is that your fields are sorted in alphabetical order, not mine...
The text was updated successfully, but these errors were encountered:
Yes, I send it as JSON in a POST method. The test-report.txt file is sent in the request body.
I also tested it directly with a curl command on the server:
curl -X POST http://localhost:55000/send -d @test-report.txt -H"Content-Type: application/json"
I didn't had time to check, I guess report.go needs to be compared with actual output. I only tested with example output from acra project, not from actual output.
I receive an error when I send a report to the backend :
"500 Internal Server Error (key required)"
It seems that acra-go can't extract the REPORT_ID from the report.
Here is my report: test-report.txt
I tested with one of your report and it's working fine. The only diff I saw with mine is that your fields are sorted in alphabetical order, not mine...
The text was updated successfully, but these errors were encountered: