home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 671056788

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
671056788 MDU6SXNzdWU2NzEwNTY3ODg= 914 "Object of type bytes is not JSON serializable" for _nl=on 9599 closed 0     1 2020-08-01T17:43:10Z 2020-08-16T21:10:27Z 2020-08-16T18:26:59Z OWNER  

https://latest.datasette.io/fixtures/binary_data.json?_sort_desc=data&_shape=array returns this: json [ { "rowid": 1, "data": "this is binary data" } ] But adding &_nl=on returns this: https://latest.datasette.io/fixtures/binary_data.json?_sort_desc=data&_shape=array&_nl=on json { "ok": false, "error": "Object of type bytes is not JSON serializable", "status": 500, "title": null } I found this error by running wget -r 127.0.0.1:8001 against my local fixtures.db.

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/914/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.885ms · About: github-to-sqlite