mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #339] Version 3 is not make any requests to the server, can`t set intervals #245
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#245
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 @Warloxk on GitHub (Oct 21, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/339
Originally assigned to: @eyedol on GitHub.
I tried the example php script in the documentation, but it got error 500 on a server, then an another server i successfully ran the script, but the android app it says "not have a valid endpoint" (or something like that)
Then i wrote a script that don`t do anyithing just make a "success" answer for the app, this is working and the app says "it is a valid endpoint", but not working the fetch new messages.
So i make a script that logs every request that it received, but the logs only have entries when i test the endpoint in the "integrations" settings. No entry for the "fetch new messages" or anything else.
And in the settings there is a option to set the interval for some actions, but that window where i can pick a time, i only have hours and minutes, and only "cancel" button, so i can`t set that value. If i "click" outside of the window, it disappear, but not set the value.
The previous version what i found on the f-droid, it is working fine (2.7.3) and i can set the intervals, and this version is actually made requests to the server.
@eyedol commented on GitHub (Oct 22, 2015):
Funky. I'll take a look at this and make a fix real quick. Thanks for the bug report.