Can not get wakatime-cli --today
holiq opened this issue · 4 comments
Expected behavior (what should have happened): show the time today
Actual behavior (what went wrong): get an error SIGSYS: bad system call PC=0x16030 m=8 sigcode=1
Environment:
- OS: Android
- Platform: arm
Logs: {"caller":"cmd/run.go:98","func":"cmd.Run","level":"debug","message":"command: today","now":"2023-10-07T14:12:34Z","os/arch":"linux/arm64","version":"v1.85.1"}
I install wakatime with neovim on termux(android) and if i run wakatime-cli --today
i got an error like this
So how to fix it?
@holiq the wakatime-cli was built excluding Android and the vim plugin needs to correctly download the new Android Build added in this PR. @alanhamlett will take care of the vim part and let you know.
Your screenshot shows you're using the Linux version. You need to download the wakatime-cli-android.
Oh yeah, now that work on me, thank you