Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON #905

Open
sentry-io bot opened this issue Jan 13, 2025 · 0 comments
Open

SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON #905

sentry-io bot opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
Linux Issue applies to the extension running on Linux

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 13, 2025

Sentry reported the following error:

SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
  File "..\src\clients\docker\runtime.ts", line 460, in JSONApiResponse.value
    return this.transformer(await this.raw.json());
  File "..\src\clients\docker\apis\ContainerApi.ts", line 819, in ContainerApi.containerList
    return await response.value();
  File "..\src\docker\containers.ts", line 23, in getContainersForImage
    const response: ContainerSummary[] = await client.containerList(request, init);
  File "..\src\docker\workflows\confluent-local.ts", line 78, in {_ConfluentLocalWorkflow#2}.start
    await getContainersForImage(containerListRequest);
  File "..\src\commands\docker.ts", line 121, in <anonymous>
    await workflow.start(token, progress);
...
(6 additional frame(s) were not displayed)

We should collect more information and context to better debug it.

@sentry-io sentry-io bot added the Linux Issue applies to the extension running on Linux label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Issue applies to the extension running on Linux
Projects
None yet
Development

No branches or pull requests

1 participant