Playwright 是这个的原因吗?
```
An exception was raised while handling an update
Traceback (most recent call last):
File "/mnt/hdd/code/ChatGPTBot/
main.py", line 124, in start
chatbot = Chatbot(config, conversation_id=None, request_timeout=300)
File "/home/mei/.local/lib/python3.10/site-packages/revChatGPT/
revChatGPT.py", line 114, in __init__
self.refresh_session()
File "/home/mei/.local/lib/python3.10/site-packages/revChatGPT/
revChatGPT.py", line 293, in refresh_session
asyncio.run(self.get_cf_cookies())
File "/home/mei/.local/lib/python3.10/site-packages/
nest_asyncio.py", line 35, in run
return loop.run_until_complete(task)
File "/home/mei/.local/lib/python3.10/site-packages/
nest_asyncio.py", line 90, in run_until_complete
return f.result()
File "/usr/lib/python3.10/asyncio/
futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "/usr/lib/python3.10/asyncio/
tasks.py", line 232, in __step
result = coro.send(None)
File "/home/mei/.local/lib/python3.10/site-packages/revChatGPT/
revChatGPT.py", line 368, in get_cf_cookies
browser = await p.chromium.launch(headless=False)
File "/home/mei/.local/lib/python3.10/site-packages/playwright/async_api/
_generated.py", line 12809, in launch
await self._impl_obj.launch(
File "/home/mei/.local/lib/python3.10/site-packages/playwright/_impl/
_browser_type.py", line 93, in launch
Browser, from_channel(await self._channel.send("launch", params))
File "/home/mei/.local/lib/python3.10/site-packages/playwright/_impl/
_connection.py", line 44, in send
return await self._connection.wrap_api_call(
File "/home/mei/.local/lib/python3.10/site-packages/playwright/_impl/
_connection.py", line 419, in wrap_api_call
return await cb()
File "/home/mei/.local/lib/python3.10/site-packages/playwright/_impl/
_connection.py", line 79, in inner_send
result = next(iter(done)).result()
File "/usr/lib/python3.10/asyncio/
futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
playwright._impl._api_types.Error: Executable doesn't exist at /home/mei/.cache/ms-playwright/chromium-1033/chrome-linux/chrome
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/ext/
_application.py", line 1057, in process_update
await coroutine
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/ext/
_handler.py", line 143, in handle_update
return await self.callback(update, context)
File "/mnt/hdd/code/ChatGPTBot/
main.py", line 128, in start
await update.message.reply_text(emojize(":sweat_drops:初始化失败! 原因: `{}` ".format(e)),
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/
_message.py", line 875, in reply_text
return await self.get_bot().send_message(
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/ext/
_extbot.py", line 2482, in send_message
return await super().send_message(
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/
_bot.py", line 313, in decorator
result = await func(*args, **kwargs) # skipcq: PYL-E1102
File "/home/mei/.local/lib/python3.10/site-packages/python_telegram_bot-20.0a6-py3.10.egg/telegram/
_bot.py", line 734, in send_message
return await self._send_message( # type: ignore[retu
```