Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error about pyppeteer #39

Open
2hiTee opened this issue Nov 5, 2024 · 1 comment
Open

Error about pyppeteer #39

2hiTee opened this issue Nov 5, 2024 · 1 comment

Comments

@2hiTee
Copy link

2hiTee commented Nov 5, 2024

Thanks for your work! I met below error when I run download_tool.py. Could you tell me how to fix it? Thanks!

Traceback (most recent call last):
File "/storage/yangyanming/Objaverse/download_tool.py", line 309, in
havePwdGetFiles( urls["mvimgnet"], pwd, download_root , force )
File "/storage/yangyanming/Objaverse/download_tool.py", line 299, in havePwdGetFiles
asyncio.get_event_loop().run_until_complete(fetch_with_pwd(iurl, password))
File "/opt/conda/envs/SCI/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/storage/yangyanming/Objaverse/download_tool.py", line 275, in fetch_with_pwd
browser = await launch(options={'args': ['--no-sandbox']})
File "/opt/conda/envs/SCI/lib/python3.9/site-packages/pyppeteer/launcher.py", line 307, in launch
return await Launcher(options, **kwargs).launch()
File "/opt/conda/envs/SCI/lib/python3.9/site-packages/pyppeteer/launcher.py", line 168, in launch
self.browserWSEndpoint = get_ws_endpoint(self.url)
File "/opt/conda/envs/SCI/lib/python3.9/site-packages/pyppeteer/launcher.py", line 227, in get_ws_endpoint
raise BrowserError('Browser closed unexpectedly:\n')
pyppeteer.errors.BrowserError: Browser closed unexpectedly:

@erceguder
Copy link

Facing the same issue. Thanks for the great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants