mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #236] Crash when Payload doesn't contains messages #170
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#170
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 @UnTogoVi on GitHub (Jan 24, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/236
Hi,
There's a crash in
SMSSync/smssync/src/main/java/org/addhen/smssync/messages/ProcessMessage.java
line 143
when payload only contains "success" item.
echo '{ payload: { "success" : "true" , "task": "send" , "messages": [ { "to": "'.$from .'" , "message" : "thank you for your sms" } ] } }';
will work.
echo '{ payload: { "success" : "true" } }';
leads to smssync crash.
Tx
@eyedol commented on GitHub (Mar 3, 2015):
@UnTogoVi I really can't reproduce this on my device. Anyone experiencing this as well?
@eyedol commented on GitHub (Mar 20, 2015):
Closing. Feel free to re-open if it's still there in the next release.