geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
655 stars 155 forks source link

404: Not Found #47

Closed miky2k closed 3 years ago

miky2k commented 4 years ago

Loading open gapps from https://sourceforge.net/projects/opengapps/files/x86_64/20200407/open_gapps-x86_64-7.1-pico-20200407.zip --2020-04-09 18:17:53-- https://sourceforge.net/projects/opengapps/files/x86_64/20200407/open_gapps-x86_64-7.1-pico-20200407.zip Risoluzione di sourceforge.net (sourceforge.net)... 216.105.38.13 Connessione a sourceforge.net (sourceforge.net)|216.105.38.13|:443... connesso. Richiesta HTTP inviata, in attesa di risposta... 404 Not Found 2020-04-09 18:17:55 ERRORE 404: Not Found.

miky2k commented 4 years ago

Please remove -q on wget in next iteration , better debug in case of trouble.

miky2k commented 4 years ago

Workaround : download opengapps on anbox-work

tommywatson commented 4 years ago

download opengapps on anbox-work

Can you please explain this?

miky2k commented 4 years ago

You can download manually open_gapps-x86_64-7.1-pico-20200407.zip and put in ./anbox-work directory and the script work.

tommywatson commented 4 years ago

Thanks!

bdombro commented 4 years ago

You could also change the value of OPENGAPPS_RELEASEDATE="20200407" in install-playstore.sh

geeks-r-us commented 3 years ago

Should be fixed with the last commits

leestarb commented 1 year ago

You can download manually open_gapps-x86_64-7.1-pico-20200407.zip and put in ./anbox-work directory and the script work.

Thankx! It's also important to remove several lines that doing the archive download. Without this it just stucks on "downloading ..."!