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

After neko-rooms creates a room, must restart docker before you can enter the room #124

Open
Believe1011 opened this issue Apr 23, 2024 · 5 comments

Comments

@Believe1011
Copy link

Hello, when I use the tutorial to install neko-rooms in the intranet environment, I have to restart docker to enter the room, this is my env file.

TZ=Asia/Shanghai
NEKO_ROOMS_EPR=59000-59100
NEKO_ROOMS_NAT1TO1=192.168.211.87
NEKO_ROOMS_TRAEFIK_DOMAIN=test.com
NEKO_ROOMS_TRAEFIK_ENTRYPOINT=websecure
NEKO_ROOMS_TRAEFIK_NETWORK=neko-rooms-traefik
NEKO_ROOMS_TRAEFIK_CERTRESOLVER=lets-encrypt
NEKO_ROOMS_NEKO_IMAGES=m1k1o/neko:firefox m1k1o/neko:chromium m1k1o/neko:google-chrome

我在本地hosts文件中添加映射192.168.211.87 test.com

@m1k1o
Copy link
Owner

m1k1o commented Apr 23, 2024

You mean restarting docker daemon? Seems like an issue with docker installation, that it is probably not setting up network properly. I never heard of such issue, with other containers it works without restarting?

@Believe1011
Copy link
Author

When I've added a room, I'm waiting to sign in until I'm prompted to time out, and when I restart with docker-compose, I can enter the room. My deployment environment is on a LAN

@m1k1o
Copy link
Owner

m1k1o commented Apr 23, 2024

Could you compare room logs (docker ps, find room, docker logs <container-name>) before and after restart? Whats different there. Also check neko-rooms logs if there is anything relevant. Make sure to have set NEKO_DEBUG=1 env variable and NEKO_ROOMS_DEBUG=1 for neko rooms to get verbose logs.

@Believe1011
Copy link
Author

neko_debug.log
This is the complete log of my actions after creating a room. Could you please help me take a look

@jameskitt616
Copy link

I do have the same issue.
When i create a new room with an, in my case, Intel iGPU and start it.
It fails to start, i need to stop it and start it again, then it works and continues to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants