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

Fix chrome-downloader #8783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix chrome-downloader #8783

wants to merge 1 commit into from

Conversation

notkudu
Copy link

@notkudu notkudu commented Apr 1, 2024

The link provided in this script doesn't work anymore, so I fixed the link and also using current instead of a version number, this ensure the latest version of chrome

I tried it on my TV and it worked perfectly.

The link provided in this script doesn't work anymore, so I fixed the link and also using current instead of a version number, this ensure the latest version of chrome
@CvH
Copy link
Member

CvH commented Apr 1, 2024

the current link https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_121.0.6167.85-1_amd64.deb
still works here

btw you switch to just stable that means nobody knows what version it is and will very likely break in future (due missing libs etc)

@notkudu
Copy link
Author

notkudu commented Apr 1, 2024

so I deleted chrome and re-downloaded it to reset everything and I am getting this error with the default script

LibreELEC:~/.kodi/addons/browser.chrome/bin # chrome-start Downloading Chrome Traceback (most recent call last): File "/storage/.kodi/addons/browser.chrome/bin/deb_extract_data", line 15, in <module> ar = unix_ar.open(sys.argv[1]) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/.kodi/addons/browser.chrome/resources/unix_ar.py", line 373, in open return ArFile(_open(file, omode), mode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/.kodi/addons/browser.chrome/resources/unix_ar.py", line 152, in __init__ self._read_entries() File "/storage/.kodi/addons/browser.chrome/resources/unix_ar.py", line 160, in _read_entries raise ValueError("Invalid archive signature") ValueError: Invalid archive signature mv: can't rename 'opt/google/chrome': No such file or directory chmod: /storage/.kodi/addons/browser.chrome/chrome-bin/chrome: No such file or directory chmod: /storage/.kodi/addons/browser.chrome/chrome-bin/chrome-sandbox: No such file or directory /storage/.kodi/addons/browser.chrome/bin/chrome-start: line 96: /storage/.kodi/addons/browser.chrome/chrome-bin/chrome: not found

and when I change the link it does work fine.

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

Successfully merging this pull request may close these issues.

None yet

2 participants