You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied and pasted it to a new script and ran it. Here is the error:
Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
at URLSearchParams (node:internal/url:336:14)
at preserveQuery (file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:110)
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:800
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
at file:///Users/newuser/.npm/_npx/e082c9c1f461e2f9/node_modules/tsx/dist/register-C3TE0KFF.mjs:3:851
chat: sending 5 messages to anthropic_bedrock:us.anthropic.claude-3-7-sonnet-20250219-v1:0 (~184 tokens)
The text was updated successfully, but these errors were encountered:
The issue is likely coming from playwright install command. When I installed the manually using latest version, it succeeds. Maybe there is an issue with that particular version of playwright.
The provided issue description lacks crucial details for effective debugging. The stack trace points to a Maximum call stack size exceeded error, likely related to excessive recursion or deep object traversal within the readability.genai.mjs script.
Here's what's missing and what needs clarification:
Context: What specific action triggered this error? What was the user doing when the error occurred? (e.g., running a particular command, generating a specific type of content).
Input Data: Could you provide a sample of the input data being processed by the script at the time the error occurred? This is critical to identify if there's an issue with the data structure or content.
Configuration: What configuration settings are being used for the readability.genai.mjs script? (e.g., model parameters, API keys, any custom settings).
Reproducibility: Can you reliably reproduce the error? If so, please describe the precise steps.
Without this information, it's impossible to determine the root cause of the issue.
I copied and pasted it to a new script and ran it. Here is the error:
The text was updated successfully, but these errors were encountered: