We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I am trying to run the code locally due to the demo site is down and I am getting the below error:
The text was updated successfully, but these errors were encountered: