You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed YunoHost on my a fresh Debian 12 and everything else is working correctly, but I can't get Linkwarden to preserver my links. When looking at the logs, I have the below error for every link that I imported.
Nov 24 14:41:25 yarn[645140]: [1] Error processing link https://www.instructables.com/Wood-Bowl-no-Lathe-No-Problem/ for user 1: browserType.launch: Executable doesn't exist at /var/www/linkwarden/.cache/ms-playwright/chromium-1124/chrome-linux/chrome
Nov 24 14:41:25 yarn[645140]: [1] ╔═════════════════════════════════════════════════════════════════════════╗
Nov 24 14:41:25 yarn[645140]: [1] ║ Looks like Playwright Test or Playwright was just installed or updated. ║
Nov 24 14:41:25 yarn[645140]: [1] ║ Please run the following command to download new browsers: ║
Nov 24 14:41:25 yarn[645140]: [1] ║ ║
Nov 24 14:41:25 yarn[645140]: [1] ║ yarn playwright install ║
Nov 24 14:41:25 yarn[645140]: [1] ║ ║
Nov 24 14:41:25 yarn[645140]: [1] ║ <3 Playwright Team ║
Nov 24 14:41:25 yarn[645140]: [1] ╚═════════════════════════════════════════════════════════════════════════╝
Nov 24 14:41:25 yarn[645140]: [1] at archiveHandler (/var/www/linkwarden/lib/api/archiveHandler.ts:50:34)
Nov 24 14:41:25 yarn[645140]: [1] at archiveLink (/var/www/linkwarden/scripts/worker.ts:112:27)
Nov 24 14:41:25 yarn[645140]: [1] at /var/www/linkwarden/scripts/worker.ts:133:17
Nov 24 14:41:25 yarn[645140]: [1] at processBatch (/var/www/linkwarden/scripts/worker.ts:133:6)
Nov 24 14:41:25 yarn[645140]: [1] at async init (/var/www/linkwarden/scripts/worker.ts:148:7) {
Nov 24 14:41:25 yarn[645140]: [1] name: 'Error'
Nov 24 14:41:25 yarn[645140]: [1] }
I did try running both yarn playwright install & yarn playwright install chromium in the /var/www/linkwarden/ directory.
YunoHost Version
12.0.7
Installed On
Debian 12 via install script
Linkwarden Version
2.8.3~ynh1
Lastly, loving the system. It's nicer than managing a million dockers or VMs.
The text was updated successfully, but these errors were encountered:
I recently installed YunoHost on my a fresh Debian 12 and everything else is working correctly, but I can't get Linkwarden to preserver my links. When looking at the logs, I have the below error for every link that I imported.
I did try running both
yarn playwright install
&yarn playwright install chromium
in the/var/www/linkwarden/
directory.Lastly, loving the system. It's nicer than managing a million dockers or VMs.
The text was updated successfully, but these errors were encountered: