sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

Is this a bug ? {"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}

Here is an API created with API Express

here are 4 screens from the debugger (firefox)
2 shows the API working as expected, the 2 other show the error.

When I go to ApiExpress and try the test mode, if I put the payload to {} it return the error :{"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}.

If I put a value in the payload like {"idDossier":18100} it works but if I put {"idDossier":18099} it return the error
{
"code": "MS000",
"message": "",
"status": "INTERNAL_SERVER_ERROR"
}
I don't understand what is wrong (value 18099 exist in my database).

Name of taht app is detecto, in Apiexpress, name of the model is Visite and I made it accessible to apperyIo debug team.

All the other models run perfectly.

Image

Image

Image

Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Is this a bug ? {"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}

Hello,

Please show us your database settings. Tell us exact steps to reproduce this, so we can check with development team.
We'll let you know as soon as have updates.
It will take some time.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Is this a bug ? {"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}

Hi Sylvain -

From this information, most likely that you have some restrictions in your database.

If it is possible share with us your app (and specify its name), we will check this REST calls.

sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

Is this a bug ? {"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}

Hi
App shared
Name of taht app is detecto, in Apiexpress, name of the model is Visite and I made it accessible to apperyIo debug team.

sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

Is this a bug ? {"code":"MS000","message":"","status":"INTERNAL_SERVER_ERROR"}

INFO:
I removed a returned fields from my database (uncheck it in the APIExpress), and now, it works.

The one I removed is a timestamp field named dateHeure.

remove it --- all works
check it ---- don't work

Strange

Return to “Issues”