Normen Hansen

Results 306 comments of Normen Hansen

```docker-compose services: server: image: itzg/minecraft-bedrock-server logging: options: tag: "{{.Name}}" container_name: "${SERVER_NAME}" env_file: - .env restart: always network_mode: host stdin_open: true tty: true volumes: - "/home/normen/minecraft/data/${SERVER_NAME}:/data" - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro deploy:...

> Many thanks [@normen](https://github.com/normen)! πŸ™ > > I tried your approach with no luck, port 19133 still gets activated in the docker instance as outlined by [@CoolJoe72](https://github.com/CoolJoe72). Perhaps you’re connecting...

Add "Error parsing NBT: TagType 116 not recognized" Edit: For editing `level.dat` adding `--skip 8` fixed the issue. rtfm I guess πŸ˜„

I *think* WebRTC doesn't work without a proper https connection, do you use a self-signed certificate at least? And did you tell your browser that it's safe? Without letsencrypt or...

Actually I have no idea. Sure, that would be welcome.

I think it's actually compatible, I didn't update or try yet though.

Hm, okay. Running on 3.3a on that machine.. Thanks.

I am seing the same, I get errors like this: ``` 2025-10-19T18:56:32.758852+02:00 server[299545]: 2025-10-19 18:56:32 | ERROR | src.open_llm_vtuber.mcpp.tool_executor:run_single_tool:377 | Unexpected error executing tool 'add_observations': Entity with name undefined not...

Great PR, this needs to be added, while you're at it, the IP address also has a similar issue and should be assigned like this (changing tx/rx as needed): `lambda...