Search found 43 matches

Go to advanced search

by Nathanael
Tue Feb 11, 2014 4:58 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

Great. Thank you!

by Nathanael
Tue Feb 04, 2014 3:57 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

Any updates?

by Nathanael
Thu Jan 30, 2014 7:16 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

Definitely sounds familiar. ;)

by Nathanael
Thu Jan 30, 2014 7:02 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

What is the extent of this problem? Is every service not working for everyone? Is the only issue in the mapping? emAll/em mapping?

by Nathanael
Wed Jan 29, 2014 3:48 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

Have there been any updates on this issue?

by Nathanael
Tue Jan 28, 2014 6:56 pm
Forum: Issues
Topic: Service returning parse error?
Replies: 22
Views: 4553
 
Jump to post

Service returning parse error?

I am attempting to map a simple service to a simple UI. However, for reasons completely unknown, I am receiving a parse error. I have no idea why this error is occurring, nor where—my JSON response is valid. JSON.stringify(jqXHR) {"readyState":4,"responseText":"java.lang.Arr...
by Nathanael
Tue Nov 12, 2013 6:49 pm
Forum: Issues
Topic: Push notification REST service (using cURL and PHP) suddenly started timing out?
Replies: 11
Views: 1964
 
Jump to post

Push notification REST service (using cURL and PHP) suddenly started timing out?

I have already looked there, over and over again. The issue is not that the push notification is not sending—it is. The problem is that https://api.appery.io/rest/push/msg is not returning a response. Perhaps my request is malformed, but considering the notification is, indeed, being sent... that do...
by Nathanael
Mon Nov 11, 2013 5:40 pm
Forum: Issues
Topic: Push notification REST service (using cURL and PHP) suddenly started timing out?
Replies: 11
Views: 1964
 
Jump to post

Push notification REST service (using cURL and PHP) suddenly started timing out?

The following is the part of the script that is freezing up: precode$data = array( 'filter' => array('deviceID' => $device->device_id), 'payload' => array('message' => $message), 'status' => 'sent', ); $data_string = json_encode($data); $ch = curl_init('https://api.appery&...
by Nathanael
Fri Nov 08, 2013 11:53 pm
Forum: Issues
Topic: Push notification REST service (using cURL and PHP) suddenly started timing out?
Replies: 11
Views: 1964
 
Jump to post

Push notification REST service (using cURL and PHP) suddenly started timing out?

I received a "serialization error". I'm assuming that means the date was formatted incorrectly. The documentation does not provide any explanation of what kind of parameters are expected. However, more importantly, the script keeps timing out, even when the Push notification successfully s...
by Nathanael
Fri Nov 08, 2013 6:57 pm
Forum: Issues
Topic: Push notification REST service (using cURL and PHP) suddenly started timing out?
Replies: 11
Views: 1964
 
Jump to post

Push notification REST service (using cURL and PHP) suddenly started timing out?

Hello! I have confirmed my master key is correct. Here is the JSON I am sending: {"payload":{"message":"This is a test notification!"},"filter":{"deviceID":"99000120142526;28e176fa3f4850b3"}} Is there something incorrect here? The new docum...

Go to advanced search