mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[GH-ISSUE #371] SMSSync Crashing constantly #265
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aoduor on GitHub (Feb 16, 2016).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/371
Via Renee Black
"All devices get the 'SMS has stopped' error at some point. The frequency is a deal breaking on our Blu phone. Less problematic on the Nexus 5 and the Samsung Duos but still an issue.
@PeaceGeeks commented on GitHub (Feb 16, 2016):
Hi all -
We have been trying this on several devices and using two versions 2.8.3 and 3.0.4.
3.0.4 is much easier to set up, but it ultimately unusable because it crashes so frequently.
2.8.3 crashes less, but crashes to the point of being useless on our Blu device. It also crasheds on my LG Nexus 5 and on the Samsung Duos which Ushahidi purchased and set up on our behalf for the purpose of this project.
We had - with Robbie's help - gotten 2.8.3 successfully working a few days ago, however when I was in the field (Nakuru town, Kenya) trying to demo the exact same setup at our partner's office, it did not work. I will paste the logs below. We can find nothing specific enough in the logs to be of value. The only theory I could come up with is that the internet was too weak, though it was strong enough to download SMSSync, access FB and Gmail.
@PeaceGeeks commented on GitHub (Feb 16, 2016):
Phone status
Battery level[ 24 ]
Data connection[ Yes ]
Log entries below
xmlns:content="http://purl.org/rss/1.0/modules/content/"
<head profile="http://www.w3.org/1999/xhtml/vocab"> </head>xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:og="http://ogp.me/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
@DPanger13 commented on GitHub (Feb 26, 2016):
Just started looking into this project so I apologize if I'm not totally knowledgeable yet. But if all this log output is coming from the Android app, this:
happens in one of the *HttpClient classes when attempting to use a JSON parser on something else (looks like it's HTML). The code looks good but the app is getting a response that isn't JSON.
Also, I'm still trying to get fully knowledgeable on the project, but the various "Unable to resolve host" errors seem to point to the server as well. Has the endpoint for sending messages been changed or not set up? Also, is the server configured to properly return JSON?
***Also, I haven't been able to test the app due to not being able to set up a Sync URL. Any reference/help to the values I can input to custom create one (as the Twitter one does not work) would be greatly appreciated.