mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #309] delivery report not comming #227
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#227
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 @patryk4815 on GitHub (Jul 29, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/309
I enabled all checkbox in settings.
When GET /?task=result is comming to my webside, i response json array (message_uuids) with uuids.
Then i get POST /?task=result and the post request is empty why?
Is this issue ?
@patryk4815 commented on GitHub (Aug 1, 2015):
All worked.
I use django framework, and i must use: request.read() then json.loads() and it work!