Skip to content

readability.genai.mjs does not work #1386

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

Open
volkanunsal opened this issue Mar 26, 2025 · 2 comments
Open

readability.genai.mjs does not work #1386

volkanunsal opened this issue Mar 26, 2025 · 2 comments

Comments

@volkanunsal
Copy link
Contributor

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)
@volkanunsal
Copy link
Contributor Author

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.

Copy link

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:

  1. 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).
  2. 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.
  3. Configuration: What configuration settings are being used for the readability.genai.mjs script? (e.g., model parameters, API keys, any custom settings).
  4. 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.

AI-generated content by issue-reviewer may be incorrect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant