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
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Failed to launch webkit because executable doesn't exist at /home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh
Try re-installing playwright with "npm install playwright"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=322
[pid=322][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=322]
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Failed to launch webkit because executable doesn't exist at /home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh
Try re-installing playwright with "npm install playwright"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=322
[pid=322][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=322]
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=575
[pid=575][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=575]
=========================== logs ===========================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=575
[pid=575][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=575]
Note: use DEBUG=pw:api environment variable to capture Playwright logs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Failed to launch webkit because executable doesn't exist at /home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh
Try re-installing playwright with "npm install playwright"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=322
[pid=322][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=322]
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Failed to launch webkit because executable doesn't exist at /home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh
Try re-installing playwright with "npm install playwright"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=322
[pid=322][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=322]
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
Traceback (most recent call last):
File "main.py", line 5, in
api=TikTokApi.get_instance(custom_verify=verify,user_test_endpoint=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 148, in get_instance
TikTokApi(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 58, in init
self.browser = browser(**kwargs)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 82, in init
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/TikTokApi/browser.py", line 78, in init
self.browser = get_playwright().webkit.launch(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/sync_api/_generated.py", line 8941, in launch
self._sync(
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_sync_base.py", line 103, in _sync
return task.result()
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 79, in launch
raise e
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_browser_type.py", line 75, in launch
return from_channel(await self._channel.send("launch", params))
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 36, in send
return await self.inner_send(method, params, False)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 47, in inner_send
result = await callback.future
playwright._impl._api_types.Error: Protocol error (Playwright.enable): Browser closed.
==================== Browser output: ====================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=575
[pid=575][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=575]
=========================== logs ===========================
/home/runner/.cache/ms-playwright/webkit-1446/pw_run.sh --inspector-pipe --headless --no-startup-window
pid=575
[pid=575][err] /home/runner/.cache/ms-playwright/webkit-1446/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libgstcodecparsers-1.0.so.0: cannot open shared object file: No such file or directory
[pid=575]
Note: use DEBUG=pw:api environment variable to capture Playwright logs.
Beta Was this translation helpful? Give feedback.
All reactions