how to manually download the chromium engine
See original GitHub issuehi, i just got this problem:
ranslating...[W:pyppeteer.chromium_downloader] Starting Chromium download. Download may take a few minutes.
Traceback (most recent call last):
File "/home/t/n/.local/bin/deepl", line 8, in <module>
sys.exit(main())
File "/home/t/n/.local/lib/python3.8/site-packages/deepl/main.py", line 13, in main
result = t.translate(script)
File "/home/t/n/.local/lib/python3.8/site-packages/deepl/deepl.py", line 140, in translate
return asyncio.get_event_loop().run_until_complete(
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/t/n/.local/lib/python3.8/site-packages/deepl/deepl.py", line 145, in _translate
browser: Browser = await launch(
File "/home/t/n/.local/lib/python3.8/site-packages/pyppeteer/launcher.py", line 307, in launch
return await Launcher(options, **kwargs).launch()
File "/home/t/n/.local/lib/python3.8/site-packages/pyppeteer/launcher.py", line 120, in __init__
download_chromium()
File "/home/t/n/.local/lib/python3.8/site-packages/pyppeteer/chromium_downloader.py", line 139, in download_chromium
extract_zip(download_zip(get_url()), DOWNLOADS_FOLDER / REVISION)
File "/home/t/n/.local/lib/python3.8/site-packages/pyppeteer/chromium_downloader.py", line 83, in download_zip
raise OSError(f'Chromium downloadable not found at {url}: ' f'Received {r.data.decode()}.\n')
OSError: Chromium downloadable not found at https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/588429/chrome-linux.zip: Received <?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>We're sorry, but this service is not available in your location</Details></Error>.
^C
could you give me some hints how to manually download the engine (like where to put the zip file and so)?
thanks in advance keep up the good work 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Download Chromium
Not-as-easy steps: · Head to https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html · Choose your platform: Mac, Win, Linux, ChromiumOS ...
Read more >Download latest stable Chromium binaries (64-bit and 32-bit)
Download latest stable Chromium binaries for Windows, Mac, Linux, BSD and Android (64-bit and 32-bit)
Read more >How to Manually Install Extensions (Ungoogled Chromium)
Learn how to manually download, install, and update extensions for Chromium (including Ungoogled Chromium) here. No Google Account required.
Read more >Download the new Microsoft Edge based on Chromium
Learn how to download the new version of Microosft Edge, based on Chromium.
Read more >Download & install Google Chrome - Computer
Double-click the download. Click Open file. If you're asked, "Do you want to allow this app to make changes to your device," click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
btw, work around doing
copying to the other system and then doing
worked fine 😉
thanks, ill do so but first i try
and then scp and untar it over there 😉