0

I'm trying to run the Prediction API example. Everything is configured by following these instructions, but the only message I received is:

500 Internal Server Error
{
   "code" : 500,
   "message" : null
}

Process finished with exit code 1

Could not find what I'm missing... Any help is welcome.

Misha Brukman
  • 12,938
  • 4
  • 61
  • 78

1 Answers1

0

I think you are using an older version of the Prediction API - v1.5. The current version is v1.6, you can find some sample code here - https://github.com/gxlzlihao/GooglePredictionAPISample/blob/master/src/main/java/com/google/api/services/samples/prediction/cmdline/PredictionSample.java