Archiving is failing (`yarn playwright install` required)
Solved
Linkwarden
-
I'm seeing this in the app's logs. Looks like there is an additional step needed somewhere in the process...
[1] Error processing link <...> for user <...>: browserType.launch: Executable doesn't exist at /home/cloudron/.cache/ms-playwright/chromium-1124/chrome-linux/chrome [1] ╔═════════════════════════════════════════════════════════════════════════╗ [1] ║ Looks like Playwright Test or Playwright was just installed or updated. ║ [1] ║ Please run the following command to download new browsers: ║ [1] ║ ║ [1] ║ yarn playwright install ║ [1] ║ ║ [1] ║ <3 Playwright Team ║ [1] ╚═════════════════════════════════════════════════════════════════════════╝ [1] at archiveHandler (/app/code/lib/api/archiveHandler.ts:64:34) [1] at archiveLink (/app/code/scripts/worker.ts:112:27) [1] at /app/code/scripts/worker.ts:133:17 [1] at processBatch (/app/code/scripts/worker.ts:133:6) [1] at async init (/app/code/scripts/worker.ts:148:7) { [1] name: 'Error' [1] } ... [1] Error processing link <...> for user <...>: browserType.launch: Executable doesn't exist at /home/cloudron/.cache/ms-playwright/chromium-1124/chrome-linux/chrome [1] ╔═════════════════════════════════════════════════════════════════════════╗ [1] ║ Looks like Playwright Test or Playwright was just installed or updated. ║ [1] ║ Please run the following command to download new browsers: ║ [1] ║ ║ [1] ║ yarn playwright install ║ [1] ║ ║ [1] ║ <3 Playwright Team ║ [1] ╚═════════════════════════════════════════════════════════════════════════╝ [1] at archiveHandler (/app/code/lib/api/archiveHandler.ts:64:34) [1] at archiveLink (/app/code/scripts/worker.ts:112:27) [1] at /app/code/scripts/worker.ts:133:17 [1] at processBatch (/app/code/scripts/worker.ts:133:6) [1] at async init (/app/code/scripts/worker.ts:148:7) { [1] name: 'Error' [1] } ... ... [1] /app/code/lib/api/archiveHandler.ts:41 [1] new Error( [1] ^ [1] Error: Browser has been open for more than 5 minutes.
-
@ari thanks, can reproduce this. I have made an internal task to look into it.
-
@ari should be fixed in latest package.
-
-