johnspurlock/app-privacy-report-viewer

Unique constraint failure

Closed this issue · 3 comments

Dragged my JSON file in and got this error:

SqliteError: UNIQUE constraint failed: domain3.filename, domain3.bundleId, domain3.domain, domain3.context, domain3.initiatedType

App_Privacy_Report_v4_2021-09-22T10_41_45.json.zip

Thanks, taking a look

Great test case, updated the underlying data model that should fix this, and released a new version: 0.7

deno run --allow-net --allow-env --allow-read=.,which deno --allow-write=. https://raw.githubusercontent.com/johnspurlock/app-privacy-report-viewer/v0.7/src/app.ts

Awesome, thanks so much!