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

IndexError: list index out of range while downloading mozilla-openh264-2.4.1-2.fc41.aarch64.rpm #348

Open
vitiasr opened this issue Jan 7, 2025 · 0 comments

Comments

@vitiasr
Copy link

vitiasr commented Jan 7, 2025

I am trying to install Asahi Linux on my MacBook Pro with M2 Max, running on macOS Sequoia 15.2, but I get the following error:

Downloading extra files...
Downloading mozilla-openh264-2.4.1-2.fc41.aarch64.rpm (1/2)...
root : ERROR Exception caught
Traceback (most recent call last):
File "/private/tmp/asahi-install/main.py", line 1069, in
InstallerMain(installer_version).main()
File "/private/tmp/asahi-install/main.py", line 877, in main
while self.main_loop():
File "/private/tmp/asahi-install/main.py", line 1032, in main_loop
return self.action_install_into_free(parts_free)
File "/private/tmp/asahi-install/main.py", line 336, in action_install_into_free
self.do_install(os_size)
File "/private/tmp/asahi-install/main.py", line 456, in do_install
self.osins.install(self.ins)
File "/private/tmp/asahi-install/osinstall.py", line 173, in install
self.download_extras()
File "/private/tmp/asahi-install/osinstall.py", line 123, in download_extras
data = ucache.read()
File "/private/tmp/asahi-install/urlcache.py", line 200, in read
d[0] = d[0][trim:]
IndexError: list index out of range
If you need to file a bug report, please attach the log file:
/private/tmp/asahi-install/installer.log

installer.log

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

1 participant