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

Timeout while running locally #25

Open
BedBug2479 opened this issue Jun 24, 2024 · 1 comment
Open

Timeout while running locally #25

BedBug2479 opened this issue Jun 24, 2024 · 1 comment

Comments

@BedBug2479
Copy link

BedBug2479 commented Jun 24, 2024

I am trying to run the code locally due to the demo site is down and I am getting the below error:

C:\Users\ag\Downloads\readme-ascii-master\node_modules\puppeteer-core\lib\cjs\puppeteer\common\WaitTask.js:64
                this.terminate(new Errors_js_1.TimeoutError(`Waiting failed: ${options.timeout}ms exceeded`));
                               ^

TimeoutError: Waiting for selector `[data-url="convert-image-to-data-uri"]` failed: Waiting failed: 30000ms exceeded
    at Timeout.<anonymous> (C:\Users\ag\Downloads\readme-ascii-master\node_modules\puppeteer-core\lib\cjs\puppeteer\common\WaitTask.js:64:32)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)

Node.js v22.3.0
[nodemon] app crashed - waiting for file changes before starting...
@ajmeese7
Copy link
Owner

ajmeese7 commented Jun 29, 2024

The selectors on the page may have changed, I haven't used this app in a few years. I'll try to investigate later today and get this fixed!

Update: working to get this fixed in https://github.com/ajmeese7/readme-ascii/tree/fly-transition, I'm not there yet but I will let you know when a PR is live.

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

2 participants