MetaCubeX / mihomo

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
https://wiki.metacubex.one
MIT License
14.25k stars 2.43k forks source link

更新GEO数据库功能故障 #690

Open pounod opened 11 months ago

pounod commented 11 months ago

不知上游是否也存在同样的问题:每次触发GEO更新,并不能完整更新GEO数据库,包含: geosite.dat geoip.dat country.mmdb

geodata-mode: true
geox-url:
  geoip: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
  geosite: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
  mmdb: "https://fastly.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"

https://github.com/MetaCubeX/ClashX.Meta/issues/25#issue-1848296431

beyondth commented 11 months ago

我的提示: rules[35] (GEOIP,microsoft, Microsoft] error: [GeolP] failed to decode geodata file: GeolP.dat, base error: country code microsoft not found in GeolP.dat

fjnpzh commented 9 months ago

同类错,下载 GEOIP 失败

stevejohnson7 commented 9 months ago

据ping-pe检测,fastly.jsdelivr.net在国内已无法充当稳定可用的CDN加速用来下载geoip/geosite(之前出过新闻,jsdelivr备案被撤,后来不知过了几个月就开始被污染)

image

可以去找一下其他可用的CDN,或者更好的办法是自己在cloudflare用workers给github搭一个镜像自己用