-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Can not install extension to switch user agent #437
Comments
It works fine for me on Windows and Ubuntu. Please obtain the runtime logs using the instructions from here. You may also need to select "Multiprocess" at the top of the browser toolbox window. Also, I have a few more questions: |
Thank you for your response,
|
It's possible that something broke with the extension installation code. Another problem with the extension installation is #434, but I don't know if they are related, so I'll need logs for that. |
here is the log file |
This seems like a different issue than #434. It looks like the download failed for some reason. However, I still don't know why this happens... Please also try to do this in a new PWA profile. If it works there, it's possible that some specific configuration broke the installation in the first profile. If the problem is also present in the new profile, it might be caused by some network issue. |
No the problem remains. ~/.local/share/firefoxpwa/runtime is this a problem? |
It is normal that the PWA runtime is separate from the default browser, and installed in |
No, I have not any firewall. |
You can also check what happened to the request to download the addon. In the Browser Toolbox ( You can also copy the request as HAR and attach it. However, in this case, before uploading it, check it and clean any sensitive information such as cookies. You can also use Cloudflare's sanitizer to do this, although I'm not sure how reliable it is. |
No. It appears to block the xpi for some reason. |
Well, I don't know. If you download Firefox from Mozilla website and use it normally (without PWAs), does the addon installation work there? |
Well, that is the main problem for me. The machine that I use is a m1 mac with Asahi Linux and I could not find any relevant tar.gz in the mozilla web site |
So, the runtime that you use for PWAs is copied from the distro-provided Firefox, built for M1 ARM? Then, one thing that you can try is to launch the runtime directly with something like: ~/.local/share/firefoxpwa/runtime/firefox --profile /tmp/some-empty-directory And check if you can install addons. This should at least show if the problem is with some modifications that PWAsForFirefox is doing. As a workaround, you can probably still install addons if you download the XPI file manually (maybe with curl) and then load the XPI directly into PWA runtime from |
None of these two options worked. |
This is really weird. Unfortunately, I don't know what causes this problem and how to solve it. Maybe it's a problem with Firefox version built for Asahi Linux. You should probably report it to the maintainers of Firefox package for Asahi or Mozilla. |
Considering this was probably the problem with Firefox, I'll close this issue. |
Dear all,
I want to install a user agent switcher addon in pwa in order to make skype work in Asahi Linux but I have the following error
The text was updated successfully, but these errors were encountered: