interscript / interscript-api

API for interscript endpoint
1 stars 1 forks source link

Not working with GraphiQL #8

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

Download GraphiQL app. e.g. brew cask install graphiql

Open GraphiQL, enter API URL and data:

Screen Shot 2020-07-30 at 12 03 21 AM

And it doesn't work...

I also tried adding the header, but it still doesn't work.

Screen Shot 2020-07-30 at 12 04 44 AM Screen Shot 2020-07-30 at 12 05 05 AM
ronaldtse commented 3 years ago

@phuonghuynh says:

just fixed GraphiQL support

Screen Shot 2020-07-31 at 11 32 12 AM

Seems that it's still broken in another way.

phuonghuynh commented 3 years ago

@ronaldtse the error is in gem interscript v0.1.4,

Rspec report rspec_results.zip

ronaldtse commented 3 years ago

The particular tests for this system are passing:

Screen Shot 2020-08-01 at 1 10 50 AM

The failures are due to the lambda not properly setup with the necessary python installation:

Screen Shot 2020-08-01 at 1 11 42 AM
ronaldtse commented 3 years ago

Fixed. The error with python is another issue.