linuxserver / docker-emulatorjs

Web based retro emulation frontend with rom scanning and automated art ingestion.
GNU General Public License v3.0
509 stars 51 forks source link

[BUG] Unable to load Web Management UI on Port 3000 #79

Closed d3nd0 closed 1 week ago

d3nd0 commented 3 months ago

Is there an existing issue for this?

Current Behavior

image

Expected Behavior

When I open http://192.168.2.251:3000/ the page loads.

Steps To Reproduce

Browse to the following URL on the same LAN:

image

Environment

- OS: Unraid
- How docker service was installed: Unraid CA app store

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='emulatorjs'
  --net='bond0'
  --ip='192.168.2.251'
  -e TZ="Australia/Sydney"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="xxxxxxxxxxxxxxxxx"
  -e HOST_CONTAINERNAME="emulatorjs"
  -e 'TCP_PORT_80'='80'
  -e 'TCP_PORT_4001'='4001'
  -e 'SUBFOLDER'='/backend/'
  -e 'TCP_PORT_3000'='3000'
  -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'
  -v '/mnt/user/Files/Software/Video Games/Emulation/EmulatorJS':'/data':'rw'
  -v '/mnt/user/appdata/emulatorjs':'/config':'rw'
  --mac-address xx:xx:xx:xx:xx:xx 'lscr.io/linuxserver/emulatorjs'
95d2d536fa91303ce0f8361d37c7c61e404717a177fe4e7edd5a94ff243d637d

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    99
User GID:    100
───────────────────────────────────────

[ipfs-upgrade] Checking if fs-repo needs to be upgraded (this may take some time)
ipfs migration: already at version 15
[custom-init] No custom files found, skipping...
Initializing daemon...
Kubo version: 0.24.0
Repo version: 15
System version: amd64/linux
Golang version: go1.21.10
Connection to localhost (127.0.0.1) 3001 port [tcp/*] succeeded!
Connection to localhost (127.0.0.1) 4001 port [tcp/*] succeeded!
Connection to localhost (127.0.0.1) 80 port [tcp/http] succeeded!
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/127.0.0.1/udp/4001/quic-v1
Swarm listening on /ip4/127.0.0.1/udp/4001/quic-v1/webtransport/certhash/uEiAtgq68R3HR6NVjO9aBSwF3gXxkLh_KtCVd7_G-XhZ2xQ/certhash/uEiA3QkqrAs6fIIsdir3nuNFHY7gJ77BKFIZPW8D1fTn1AQ
Swarm listening on /ip4/192.168.2.251/tcp/4001
Swarm listening on /ip4/192.168.2.251/udp/4001/quic-v1
Swarm listening on /ip4/192.168.2.251/udp/4001/quic-v1/webtransport/certhash/uEiAtgq68R3HR6NVjO9aBSwF3gXxkLh_KtCVd7_G-XhZ2xQ/certhash/uEiA3QkqrAs6fIIsdir3nuNFHY7gJ77BKFIZPW8D1fTn1AQ
Swarm listening on /p2p-circuit
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/127.0.0.1/udp/4001/quic-v1
Swarm announcing /ip4/127.0.0.1/udp/4001/quic-v1/webtransport/certhash/uEiAtgq68R3HR6NVjO9aBSwF3gXxkLh_KtCVd7_G-XhZ2xQ/certhash/uEiA3QkqrAs6fIIsdir3nuNFHY7gJ77BKFIZPW8D1fTn1AQ
Swarm announcing /ip4/xxx.xxx.xxx.xxx/udp/38588/quic-v1
Swarm announcing /ip4/xxx.xxx.xxx.xxx/udp/38588/quic-v1/webtransport/certhash/uEiAtgq68R3HR6NVjO9aBSwF3gXxkLh_KtCVd7_G-XhZ2xQ/certhash/uEiA3QkqrAs6fIIsdir3nuNFHY7gJ77BKFIZPW8D1fTn1AQ
Swarm announcing /ip4/192.168.2.251/tcp/4001
Swarm announcing /ip4/192.168.2.251/udp/4001/quic-v1
Swarm announcing /ip4/192.168.2.251/udp/4001/quic-v1/webtransport/certhash/uEiAtgq68R3HR6NVjO9aBSwF3gXxkLh_KtCVd7_G-XhZ2xQ/certhash/uEiA3QkqrAs6fIIsdir3nuNFHY7gJ77BKFIZPW8D1fTn1AQ
RPC API server listening on /ip4/127.0.0.1/tcp/5001
WebUI: http://127.0.0.1:5001/webui
Gateway server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
Connection to localhost (127.0.0.1) 3000 port [tcp/*] succeeded!
[ls.io-init] done.
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.