yihong0618 / running_page

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

我发现 Run Data Sync.yaml 在跑的时候-Garmin_cn 执行就死循环了 #648

Closed cigar closed 5 months ago

cigar commented 5 months ago

![Uploading CleanShot 2024-04-11 at 21.22.29@2x.png…]()

yihong0618 commented 5 months ago

图挂了

cigar commented 5 months ago

CleanShot 2024-04-11 at 21 22 29@2x

yihong0618 commented 5 months ago

CleanShot 2024-04-11 at 21 22 29@2x

will check that did you merge the latest code?

cigar commented 5 months ago

Yes, i did clone a new repo from you, and it failed again while Install dependencies CleanShot 2024-04-12 at 21 09 33@2x

cigar commented 5 months ago

logs_22700153147.zip Please find attached the log for your reference so that you can audit the issues. thank you!

tianheg commented 5 months ago

I know what's going on, you have this error because pnpm-lock.yaml is out of date.

Two ways to fix that:

  1. change pnpm install to pnpm install --no-frozen-lockfile, which will install latest packages not from pnpm-lock.yaml
  2. run pnpm install locally to update the pnpm-lock.yaml file, and commit it
cigar commented 5 months ago

Thanks, @tianheg, offered the help. After that, there is a new issue happens the next process like the below: Run Data Sync · cigarrunning@5efd80f logs_22724478853.zip

yihong0618 commented 5 months ago

Thanks, @tianheg, offered the help. After that, there is a new issue happens the next process like the below: Run Data Sync · cigarrunning@5efd80f logs_22724478853.zip

you need open write in setting

cigar commented 5 months ago

That's great. It worked! Thanks to all of you!