GumpDing
GumpDing
> 我猜是dns的问题,可能需要修改 `/etc/hosts` 解决 > > 在 `docker-compose.yml` 的web节点(如下)里面加一项 > > https://github.com/MoeNetwork/Tieba-Cloud-Sign/blob/17518f5c727c5790bca5b23f4ca5fd7e7517b742/docker/docker-compose.yml#L3-L21 > > ```yaml > extra_hosts: > tieba.baidu.com: "183.232.231.118" > c.tieba.baidu.com: "39.156.66.138" > zhidao.baidu.com: "112.34.111.123" > wenku.baidu.com: "183.232.232.77" >...
There is no text to translate. The input provided is a segment of a Chinese text with a title "铁子,你是怎么解决的,编译的时候打开配置也找不到合并的接口" but it seems to be cut off. If you can...
恐怕是 How did you solve it, you can't find the merged interface even when you open the build configuration. > 铁子,你是怎么解决的,编译的时候打开配置也找不到合并的接口 `TRANS_BY_GITHUB_AI_ASSISTANT`
碰到和你一样的问题,显先是报索引不存在,后来把字段改成大写,不报错了,日志也展示能读到新增数据,但是es中没数据