mikesmallhelp / wacat

wacat - Challenge Your Web App with Cat Chaos and AI-Powered Error Detection!
MIT License
88 stars 4 forks source link

Chromium Framework image not found #58

Open TommyXie1990 opened 1 week ago

TommyXie1990 commented 1 week ago

when I run the wacat test command,got this error message; how to solve it, thanks.

[pid=3267][err] Referenced from: /Caches/ms-playwright/chromium-1140/chrome-mac/Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/130.0.6723.31/Chromium Framework › [pid=3267][err] Reason: image not found.

mikesmallhelp commented 1 week ago

Hello!

Did you run full installation command

npm install && npx playwright install --with-deps && npm run build && npm i -g

Best regards,

Mika

to 14. marrask. 2024 klo 5.58 TommyXie1990 @.***> kirjoitti:

when I run the wacat test command,got this error message; how to solve it, thanks.

[pid=3267][err] Referenced from: /Users/tommy.xie/Library/Caches/ms-playwright/chromium-1140/chrome-mac/Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/130.0.6723.31/Chromium Framework › [pid=3267][err] Reason: image not found.

— Reply to this email directly, view it on GitHub https://github.com/mikesmallhelp/wacat/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFDBO5BH5PI2Y3O2U7KOID2AQNWTAVCNFSM6AAAAABRX6NYKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TONBZGM4TMMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mikesmallhelp commented 1 week ago

Hello,

Please report if you still experience that error.

Best Regards,

Mika

to 14. marrask. 2024 klo 6.30 Mike Rapsen @.***> kirjoitti:

Hello!

Did you run full installation command

npm install && npx playwright install --with-deps && npm run build && npm i -g

Best regards,

Mika

to 14. marrask. 2024 klo 5.58 TommyXie1990 @.***> kirjoitti:

when I run the wacat test command,got this error message; how to solve it, thanks.

[pid=3267][err] Referenced from: /Users/tommy.xie/Library/Caches/ms-playwright/chromium-1140/chrome-mac/Chromium.app/Contents/Frameworks/Chromium Framework.framework/Versions/130.0.6723.31/Chromium Framework › [pid=3267][err] Reason: image not found.

— Reply to this email directly, view it on GitHub https://github.com/mikesmallhelp/wacat/issues/58, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFDBO5BH5PI2Y3O2U7KOID2AQNWTAVCNFSM6AAAAABRX6NYKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TONBZGM4TMMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TommyXie1990 commented 1 week ago

Hello, Please report if you still experience that error. Best Regards, Mika to 14. marrask. 2024 klo 6.30 Mike Rapsen @.> kirjoitti: Hello! Did you run full installation command npm install && npx playwright install --with-deps && npm run build && npm i -g Best regards, Mika to 14. marrask. 2024 klo 5.58 TommyXie1990 @.> kirjoitti: > when I run the wacat test command,got this error message; how to solve > it, thanks. > > [pid=3267][err] Referenced from: > /Users/tommy.xie/Library/Caches/ms-playwright/chromium-1140/chrome-mac/Chromium.app/Contents/Frameworks/Chromium > Framework.framework/Versions/130.0.6723.31/Chromium Framework > › [pid=3267][err] Reason: image not found. > > — > Reply to this email directly, view it on GitHub > <#58>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/APFDBO5BH5PI2Y3O2U7KOID2AQNWTAVCNFSM6AAAAABRX6NYKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TONBZGM4TMMY > . > You are receiving this because you are subscribed to this thread.Message > ID: @.***> >

Hello, Please report if you still experience that error. Best Regards, Mika to 14. marrask. 2024 klo 6.30 Mike Rapsen @.> kirjoitti: Hello! Did you run full installation command npm install && npx playwright install --with-deps && npm run build && npm i -g Best regards, Mika to 14. marrask. 2024 klo 5.58 TommyXie1990 @.> kirjoitti: > when I run the wacat test command,got this error message; how to solve > it, thanks. > > [pid=3267][err] Referenced from: > /Users/tommy.xie/Library/Caches/ms-playwright/chromium-1140/chrome-mac/Chromium.app/Contents/Frameworks/Chromium > Framework.framework/Versions/130.0.6723.31/Chromium Framework > › [pid=3267][err] Reason: image not found. > > — > Reply to this email directly, view it on GitHub > <#58>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/APFDBO5BH5PI2Y3O2U7KOID2AQNWTAVCNFSM6AAAAABRX6NYKKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TONBZGM4TMMY > . > You are receiving this because you are subscribed to this thread.Message > ID: @.***> >

thanks for reply;yes, I have ran full installation command, and still experience that error.

mikesmallhelp commented 1 week ago

Please try this:

npx playwright install --force
npm install && npx playwright install --with-deps && npm run build && npm install -g
wacat test https://mikesmallhelp-test-application.vercel.app/

Please tell if this helps. If not, please report error messages.

TommyXie1990 commented 4 days ago

Please try this:

npx playwright install --force
npm install && npx playwright install --with-deps && npm run build && npm install -g
wacat test https://mikesmallhelp-test-application.vercel.app/

Please tell if this helps. If not, please report error messages.

hi, I have try with new command; but still occur this same error.

mikesmallhelp commented 1 day ago

Please tell what is your Node.js version. Please run the command

node --version

wacat is tested with the Mac successfully with the node version v20.18.0.

If your version is below that, please upgrade the Node.js version and then run again:

npx playwright install --force
npm install && npx playwright install --with-deps && npm run build && npm install -g
wacat test https://mikesmallhelp-test-application.vercel.app/
TommyXie1990 commented 21 hours ago

at is tested with the Mac successfully with the node version v20.18.0.

My node version is v22.11.0; and I downgrade to the same node version:v20.18.0; but the same error still occur.