yihong0618 / running_page

Make your own running home page
https://running-page.vercel.app
MIT License
3.41k stars 978 forks source link

Sync Actions 无法生成分析 SVG #574

Closed 85Ryan closed 6 months ago

85Ryan commented 6 months ago

更新数据时,显示更新完成,但无法生成最新的 Total SVG 图片,返回提示如下:

  Run python run_page/gen_svg.py --from-db --title "Ryan's Running" --type github --athlete "Ryan" --special-distance 10 --special-distance2 20 --special-color yellow --special-color2 red --output assets/github.svg --use-localtime --min-distance 0.5
  All tracks: 28
  After filter tracks: [28](https://github.com/85Ryan/gooorun/actions/runs/7239220950/job/19720846244#step:21:29)
  Creating poster of type github with 26 tracks and storing it in file assets/github.svg...
  All tracks: 28
  After filter tracks: 28
  All tracks: 28
  After filter tracks: 28
  All tracks: 28
  After filter tracks: 28
  Creating poster of type github with 26 tracks and storing it in file assets/github_2023.svg...
  Cannot set locale to "zh_CN": unsupported locale setting

另外,我替换修改了 assets 文件夹下的地图开始点、结束点图标:start.svgend.svg,本地显示正常,部署到 Github Pages 后不能正常显示,还是显示之前的图标。

请问如何解决?谢谢!