mjishnu / alt-app-installer

A Program To Download And Install Microsoft Store Apps Without Store
https://github.com/mjishnu/alt-app-installer
MIT License
413 stars 34 forks source link

App Stopped Working! #66

Open AmigaTronik2024 opened 1 month ago

AmigaTronik2024 commented 1 month ago

Blank page i.e. Microsoft Store, after choose app.

mjishnu commented 1 month ago

the site now uses Promise.withResolvers which is not supported in pyqt6-webengine v6.7(uses chromium 118) we need to wait for next version

edit: as a work around just like comments below say you can go to apps.microsoft.com then search for the app you want copy its link and paste it into alt app installer [options --> get from link] then your app should install just like it would if you had selected it from choose from app button

AmigaTronik2024 commented 1 month ago

Okay

zlrs commented 3 weeks ago

In my experience, I successfully installed the app I needed. The store page didn't render but you can still select it by clicking "select the app". I guess it's because the program only needs the URL in the address bar.

bindoet commented 3 weeks ago

Just install the app with Microsoft Store open in your browser and select the app link, and download and install it via the AAI "get from link" menu.

work for me.