OHDSI Home | Forums | Wiki | Github

What to do when hitting a WebAPI bug?

Is there a problem tracking system? I don’t know what to make of any of this, but I got a stack trace with this in it:

routine: "scanner_yyerror"... message: "ERROR: syntax error at or near "100" Position: 59",

by getting this url:

http://api.ohdsi.org/WebAPI/CS1/cohortresults/178/members

I’m reporting it here more to find out what the proper protocol is when running into something like this than anything else.

Yes, we use the issue tracking system on github in order to log bugs. For WebAPI that can be found here:

This bug is happening because we don’t have a feature in SqlRender that replaces the TOP 100 query in that particular call but I don’t think its been logged yet. (hint hint)

t