https://livekit.io logo
#helpdesk
Title
# helpdesk
g

gentle-fish-74852

09/26/2022, 12:16 PM
Hello everyone! I'm trying to get a deployment of livekit into AWS ECS. I'm just testing locally in a docker container and getting the following issue
Copy code
2022-09-26T12:13:32.205Z	ERROR	livekit	routing/redisrouter.go:410	error processing RTC message	{"error": "could not get qdiscs: netlink send: sendmsg: operation not supported"}
2022-09-26T12:13:32.206169001Z <http://github.com/livekit/livekit-server/pkg/routing.(*RedisRouter).redisWorker|github.com/livekit/livekit-server/pkg/routing.(*RedisRouter).redisWorker>
2022-09-26T12:13:32.206173417Z 	/workspace/pkg/routing/redisrouter.go:410
2022-09-26T12:13:34.226059043Z 2022-09-26T12:13:34.223Z	ERROR	livekit	routing/redisrouter.go:481	could not update node stats	{"error": "could not get qdiscs: netlink send: sendmsg: operation not supported"}
2022-09-26T12:13:34.226135543Z <http://github.com/livekit/livekit-server/pkg/routing.(*RedisRouter).handleRTCMessage|github.com/livekit/livekit-server/pkg/routing.(*RedisRouter).handleRTCMessage>
2022-09-26T12:13:34.226145793Z 	/workspace/pkg/routing/redisrouter.go:481
I'm connecting to redis 6.2.5. Is there any advice to understanding the issue? I've searched on Github issues but doesn't appear anyones experienced this before?
just to follow up on this, I think it's because of mix of archs (im on a Mac M1)
d

dry-elephant-14928

09/26/2022, 8:53 PM
Were you running a binary compiled for intel? That's interesting to know. I've never seen these errors before.
g

gentle-fish-74852

09/27/2022, 7:03 AM
@dry-elephant-14928 thanks for your response. I'd built the container from source using my M1
I've got the deployment working (partially) in ECS using our CI/CD pipelines to build the image. The deployment is up and healthy but I'm trying to determine why I can't connect to it using the example app
3 Views