I seem to be having a problem re-installing apps. My internet connection is otherwise fine. Current apps update, media server working great. I just can't seem to get previously installed apps to re-install. I had instances of a handful like, calibre, emulatorjs, and others that I am finding this same error now. I even just tried with a random music app, CherryMusic. Everything pulls down perfect.
I've tried deleting the folders in appdata before re-installing. It seems to timeout. No other issues but trying to pull down previously installed apps. HELP!? My wife wants to try Calibre!!!
docker run
-d
--name='emulatorjs'
--net='bridge'
--pids-limit 2048
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="FlowState"
-e HOST_CONTAINERNAME="emulatorjs"
-e 'SUBFOLDER'='/'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png'
-p '3000:3000/tcp'
-p '80:80/tcp'
-p '4001:4001/tcp'
-v '/mnt/user/ROMS/':'/data':'rw'
-v '/mnt/appdatacache/appdata/emulatorjs':'/config':'rw' 'lscr.io/linuxserver/emulatorjs'
Unable to find image 'lscr.io/linuxserver/emulatorjs:latest' locally
docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
The command failed.