[GH-ISSUE #361] Messages not going in publish list #258

Open
opened 2026-02-28 01:23:54 +03:00 by kerem · 2 comments
Owner

Originally created by @raghavio on GitHub (Nov 21, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/361

Have already discussed this with @eyedol.

This is the response I'm sending back:

HTTP/1.1 200 OK
Connection: keep-alive
Server: gunicorn/19.3.0
Date: Sat, 21 Nov 2015 09:22:53 GMT
Content-Type: application/json
Content-Length: 239
Via: 1.1 vegur

{
  "payload": {
    "messages": [
      {
        "message": "No user found with 8447375987.", 
        "to": "8447375987", 
        "uuid": "37c41769bc86436282b298047e2f41c9"
      }
    ], 
    "success": true, 
    "task": "send"
  }
}

I'm returning correct response. I know this because it works fine with v.2.8.3.
So, there's some bug in v3

Originally created by @raghavio on GitHub (Nov 21, 2015). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/361 Have already discussed this with @eyedol. This is the response I'm sending back: ``` HTTP/1.1 200 OK Connection: keep-alive Server: gunicorn/19.3.0 Date: Sat, 21 Nov 2015 09:22:53 GMT Content-Type: application/json Content-Length: 239 Via: 1.1 vegur { "payload": { "messages": [ { "message": "No user found with 8447375987.", "to": "8447375987", "uuid": "37c41769bc86436282b298047e2f41c9" } ], "success": true, "task": "send" } } ``` I'm returning correct response. I know this because it works fine with [v.2.8.3](https://github.com/ushahidi/SMSSync/releases/tag/v2.8.3). So, there's some bug in v3
Author
Owner

@alxndrsn commented on GitHub (Jul 12, 2016):

Hi @RaghavPro did you get anywhere with this? @gnguyo suggests on the related issue that the value of success may need to be a string (e.g. "true") rather than a boolean.

<!-- gh-comment-id:232022498 --> @alxndrsn commented on GitHub (Jul 12, 2016): Hi @RaghavPro did you get anywhere with this? @gnguyo suggests on the related issue that the value of `success` may need to be a string (e.g. `"true"`) rather than a boolean.
Author
Owner

@raghavio commented on GitHub (Jul 12, 2016):

@alxndrsn No, I ended up with v.2.8.3. I'll give it another go.

<!-- gh-comment-id:232033541 --> @raghavio commented on GitHub (Jul 12, 2016): @alxndrsn No, I ended up with v.2.8.3. I'll give it another go.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#258
No description provided.