We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Facing the same issue. Thanks for the great work!
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: