runtime error
Exit code: 1. Reason: , in <module> browser = playwright.chromium.launch(headless=True) File "/usr/local/lib/python3.13/site-packages/playwright/sync_api/_generated.py", line 14566, in launch self._sync( ~~~~~~~~~~^ self._impl_obj.launch( ^^^^^^^^^^^^^^^^^^^^^^ ...<16 lines>... ) ^ ) ^ File "/usr/local/lib/python3.13/site-packages/playwright/_impl/_sync_base.py", line 115, in _sync return task.result() ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/playwright/_impl/_browser_type.py", line 97, in launch await self._channel.send( "launch", TimeoutSettings.launch_timeout, params ) File "/usr/local/lib/python3.13/site-packages/playwright/_impl/_connection.py", line 69, in send return await self._connection.wrap_api_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/playwright/_impl/_connection.py", line 559, in wrap_api_call raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1208/chrome-headless-shell-linux64/chrome-headless-shell ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Looks like Playwright was just installed or updated. β β Please run the following command to download new browsers: β β β β playwright install β β β β <3 Playwright Team β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Container logs:
Fetching error logs...