Skip to content

Scraping V2

Scraping V2 #118

Triggered via pull request September 24, 2024 22:37
Status Failure
Total duration 51s
Artifacts

pull-request-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Run: app/jobs/add-missing-review-urls.ts#L114
Object literal may only specify known properties, and 'reviewUnresolvable' does not exist in type '{ blurb?: string | undefined; spotify?: { itemType: "album" | "track" | "playlist"; itemID: string; } | undefined; bandcamp?: { url: string; albumID: string; imageURL: string; } | undefined; twitter?: { ...; } | undefined; }'.
Run: app/jobs/add-missing-review-urls.ts#L169
Object literal may only specify known properties, and 'reviewUnresolvable' does not exist in type 'SQL<unknown> | { blurb?: string | undefined; spotify?: { itemType: "album" | "track" | "playlist"; itemID: string; } | undefined; bandcamp?: { url: string; albumID: string; imageURL: string; } | undefined; twitter?: { ...; } | undefined; }'.
Run: app/jobs/add-missing-review-urls.ts#L201
Argument of type '{ id: number; createdAt: Date; updatedAt: Date; reviewURL: string; reviewerID: number; name: string; creator: string; service: "spotify" | "bandcamp"; resolvable: 0 | 1; metadata: { ...; } | null; }' is not assignable to parameter of type '{ id: number; name: string; createdAt: Date; updatedAt: Date; service: "spotify" | "bandcamp"; metadata: { blurb?: string | undefined; spotify?: { itemType: "album" | "track" | "playlist"; itemID: string; } | undefined; bandcamp?: { ...; } | undefined; twitter?: { ...; } | undefined; } | null; ... 5 more ...; resolv...'.
Run: app/routes/twitter.$username.tsx#L126
Property 'imageURL' does not exist on type 'JsonifyObject<{ blurb?: string | undefined; spotify?: { itemType: "album" | "track" | "playlist"; itemID: string; } | undefined; bandcamp?: { url: string; albumID: string; imageURL: string; } | undefined; twitter?: { ...; } | undefined; }>'.
Run
Process completed with exit code 1.
app/lib/envSchema.server.test.ts > envSchema > should work for shell scripts: app/lib/envSchema.server.test.ts#L43
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ app/lib/envSchema.server.test.ts:43:28
Run
Process completed with exit code 1.