Server error 500

Hi! Some api problems (or maybe my mistakes) report:

  1. GET https://online-go.com/api/v1/challenges - returns ‘Server error 500’
  2. http://docs.ogs.apiary.io/ - docs are outdated: api server moved to https, while all links still show http example (and thats why its impossible to do ‘call resources’ in console.

The docs have been outdated forever, that’s well known and probably not going to be a priority unfortunately.

As for the 500, are you sure you’re not meaning to GET https://online-go.com/api/v1/me/challenges?

This is a recurring forum subject. If you search “error 500,” you’ll find several previous threads on this. I’m not a techy, but I thought it might be helpful to mention that this has come up before.

Thank you for reply.
Yes. I am trying to get a list of open challenges. Not my received or sent challenges.

Thank you for reply.
Yes, I saw this topic: Issuing challenges through the API
Some game parameters for a POST challenges request were missed. And I am trying to GET list of open challenges. Maybe I missed some parameters too, but which parameters I have to pass? And where I can find such information? In topic I mentioned before was the same problem. If response doesn’t give you info that you missed parameters, how should I find it out?

This error means there is a problem on the server side. A server error can be caused by any number of things from uploading the incorrect file to as bug in a piece of code. This error response is a generic “catch-all” response. The web server is telling you that something went wrong, but it’s not sure exactly what that is. If you have root access, you should review your web server’s error logs to get more information about this. If you are using shared hosting plan, you should contact your host to get more information. The best way to debug the error depends upon the server and what’s actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.