Build error messages not reflected in api

  • 2
  • Problem
  • Updated 9 years ago
Archived and Closed

This conversation is no longer open for comments or replies and is no longer visible to community members.

Build errors are not reflected in the response when I query the state of an app via
"https://build.phonegap.com/api/v1/app... id]"

In the field "status" failed platforms have a null value like "ios":null, the "errors" field is empty.

I am able to see the errors on build.phonegap.com/apps/[app id].

If I create a new app, the response is OK the error values are present.

Tim
Photo of Tim Wentzlau

Tim Wentzlau

  • 133 Posts
  • 23 Reply Likes

Posted 9 years ago

  • 2
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Hey Tim,

I believe the errors are under the status property.

The ios null is actually just something we need to patch it just means that a ios key needs to be defined for the application.

Hardeep Shoker.
Photo of Tim Wentzlau

Tim Wentzlau

  • 133 Posts
  • 23 Reply Likes
I get this response (below) when getting app data, as you can see in the status field the values of failed platforms is null and the error field is empty.

Be aware that I have changed my mail address and domain.

Tim

{"repo":null,"keys":{"ios":null,"blackberry":null,"android":null},"download":{"webos":"/api/v1/apps/41650/webos","android":"/api/v1/apps/41650/android"},"title":"fac 3 -app 11","collaborators":{"pending":[],"link":"/api/v1/apps/41650/collaborators","active":[{"person":"xxx@example.com","role":"admin","id":31421,"link":"/api/v1/apps/41650/collaborators/31421"}]},"role":"admin","id":41650,"icon":{"filename":null,"link":"/api/v1/apps/41650/icon"},"package":"com.example.app39","version":"1.0.0.1","description":null,"link":"/api/v1/apps/41650","debug":false,"status":{"webos":"complete","ios":null,"blackberry":null,"android":"complete","symbian":"complete"},"build_count":3,"error":{}}
Photo of gh

gh

  • 34 Posts
  • 0 Reply Likes
I need this too!

This conversation is no longer open for comments or replies.