question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to manually download the chromium engine

See original GitHub issue

hi, 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nanderercommented, Dec 12, 2021

btw, work around doing

tar cfvJ pyppeteer.tar.xz .local/share/pyppeteer

copying to the other system and then doing

tar xfvJ /tmp/pyppeteer.tar.xz

worked fine 😉

1reaction
nanderercommented, Dec 12, 2021

thanks, ill do so but first i try

$ tar cfvJ pyppeteer.tar.xz .local/share/pyppeteer

and then scp and untar it over there 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found