home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 748397998

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1155#issuecomment-748397998 https://api.github.com/repos/simonw/datasette/issues/1155 748397998 MDEyOklzc3VlQ29tbWVudDc0ODM5Nzk5OA== 9599 2020-12-19T01:28:18Z 2020-12-19T01:28:18Z OWNER `datasette-graphql` returns an error due to this issue: <img width="878" alt="GraphiQL_and_fixtures__compound_three_primary_keys__1_001_rows" src="https://user-images.githubusercontent.com/9599/102677257-61e01380-4156-11eb-8f88-fe26b9c4a40b.png"> On the console: ``` INFO: 127.0.0.1:63116 - "POST /graphql/_internal HTTP/1.1" 500 Internal Server Error Traceback (most recent call last): File "/Users/simon/.local/share/virtualenvs/datasette-AWNrQs95/lib/python3.8/site-packages/promise/promise.py", line 844, in handle_future_result resolve(future.result()) File "/Users/simon/.local/share/virtualenvs/datasette-AWNrQs95/lib/python3.8/site-packages/datasette_graphql/utils.py", line 603, in resolve_table data, _, _ = await view.data( File "/Users/simon/Dropbox/Development/datasette/datasette/views/table.py", line 304, in data db = self.ds.databases[database] graphql.error.located_error.GraphQLLocatedError: ':memory:c6dd5abe1a757a7de00d99b699175bd33d9a575f05b5751bf856b8656fb07edd' ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 771216293  
Powered by Datasette · Queries took 1.722ms