Skip to content
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

[Bug] Game launch - network error #962

Open
stanthewizzard opened this issue Jun 27, 2024 · 1 comment
Open

[Bug] Game launch - network error #962

stanthewizzard opened this issue Jun 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stanthewizzard
Copy link

RomM version
latest with docker

Describe the bug
launching a game
decompress
network error

To Reproduce
version: "3"

volumes:
mysql_data:
romm_resources:
romm_redis_data:

services:
romm:
image: rommapp/romm:latest
container_name: romm
restart: unless-stopped
environment:
- DB_HOST=romm-db
- DB_NAME=romm
- DB_USER=romm-user
- DB_PASSWD=EipwVmO1BMawVxxxxxxxxxxxxxxxxxxxx
- IGDB_CLIENT_ID=alxl9lhxxxxxxxxxxxxxxx
- IGDB_CLIENT_SECRET=7sp97r0lexxxxxxxxxxxxxxxxxxxxxxxxx
- MOBYGAMES_API_KEY=moby_JSTBInfvnGRxxxxxxxxxxxxxxxxxxxxxxxxxxx
- ROMM_AUTH_SECRET_KEY=ba8137631071exxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- ROMM_AUTH_USERNAME=admin
- ROMM_AUTH_PASSWORD=a8aXAxxxxxxxxxxxxxxxxxxxxxxxxxxx
volumes:
- romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.)
- romm_redis_data:/redis-data # Cached data for background tasks
- /mnt/NAS/Jeux/RETROGAMING/roms:/romm/library # Your game library
- /mnt/NAS/Jeux/RETROGAMING/assets:/romm/assets # Uploaded saves, states, etc.
- /mnt/NAS/Jeux/RETROGAMING/config:/romm/config # Path where config.yml is stored
ports:
- 8480:8080
depends_on:
- romm-db

romm-db:
image: mariadb:latest
container_name: romm-db
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=ILIPxpj5rodVxxxxxxxxxxxxxxxxxxxx
- MYSQL_USER=romm-user
- MYSQL_PASSWORD=EipwVmO1BMawVYUeHxxxxxxxxxxxxxxxxxxxxxxxx
volumes:
- ./mysql:/var/lib/mysql

@stanthewizzard stanthewizzard added the bug Something isn't working label Jun 27, 2024
@zurdi15
Copy link
Member

zurdi15 commented Jun 27, 2024

Hi! Could ou provide the container logs? Also, if you know how to get the web browser console logs (f12) could be useful.

@zurdi15 zurdi15 changed the title game launch - network error [Bug] Game launch - network error Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants