-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Still getting "Host returned error code 400" in acra 4.8.2 #376
Comments
Has this ever worked before? |
Yes I just upgraded from 4.6 to 4.8.2 and previous version worked fine |
There must be some way to see incoming requests on cloudant. If not, then perhaps cloudant is not an ideal solution. If all you have to go on is a Http#400 then it will be slow going. You need to know why the server won't accept the request. My suggestions
|
+1 Using Cloudant as server |
So @raviteja06 are you getting Http#400 on your CloudAnt server? |
I am not able to access any error logs from cloudant server. But previous version was working fine. |
So use wireshark to find the differences that are causing you the problem. |
@william-ferguson-au I am looking at Wireshark data. Can you help me to look for a specific thing? Below Line highlighted with red
|
Are you sure this is even the message? Where is the HTTP section? You want to compare the HTTP section of the request with the HTTP section of the request made using ACRA-4.6.0 (or whatever version that works for you). |
Sidenote: 4.8.2 is NOT generally broken. I can send reports to Acralyzer (hosted at Smileupps) |
@F43nd1r good clarification. Yes and I am sending reports to Splunk/BugSense. |
Can someone help (with documentation) on how to set ACRA/Acralyzer on Smileupps/Splunk/Bugsense etc. ? |
This is the config that I am using on Splunk/BugSense. Back in 2010, BugSense changed policy and started killing POSTs that were too big. Returning 400. So you can try being selective about the fields you report.
|
I figured out the issue. Cloudant is not accepting calls if the user sends API key and password as basic authentication. I create a dummy user in cloudant and added to my main account with write access and use that as shown below: Now everything works as before. Thanks for the help. Appreciate for you quick response. @william-ferguson-au - add this to your acra/cloudant wiki. So others will be aware of it. |
@raviteja06 why don't you add it to the ACRA wiki. |
@william-ferguson-au wiki updated. You can close this ticket. |
Thanks On Fri, 26 Feb 2016, 4:45 PM Ravi Gadipudi notifications@github.com wrote:
|
Hi. I'm on Nexus 4 running Android 5.1.1 and acra 4.8.2 in my project, having this error
My configuration is
The text was updated successfully, but these errors were encountered: