wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.14k stars 168 forks source link

failed to run command: sending heartbeat(s) #284

Open mifanTeddy opened 4 months ago

mifanTeddy commented 4 months ago

$HOME/.wakatime/wakatime.log

{"caller":"pkg/offline/offline.go:65","file":"/Users/xxx/carv/carv-go-api/internal/data/postgres/user.go","func":"heartbeat.SendHeartbeats","is_write":true,"level":"debug","message":"pushing 3 heartbeat(s) to queue due to error","now":"2024-05-25T12:46:02+07:00","os/arch":"darwin/arm64","plugin":"goland/2024.1.1 goland-wakatime/14.3.15","time":1716615918.329,"version":"v1.90.0"}
{"caller":"cmd/run.go:341","file":"/Users/xxx/carv/carv-go-api/internal/data/postgres/user.go","func":"cmd.runCmd","is_write":true,"level":"error","message":"failed to run command: sending heartbeat(s) failed: failed making request to \"https://api.wakatime.com/api/v1/users/current/heartbeats.bulk\": Post \"https://api.wakatime.com/api/v1/users/current/heartbeats.bulk\": proxyconnect tcp: EOF","now":"2024-05-25T12:46:02+07:00","os/arch":"darwin/arm64","plugin":"goland/2024.1.1 goland-wakatime/14.3.15","time":1716615918.329,"version":"v1.90.0"}

~/.wakatime.cfg

[settings]
api_key = MY_API_KEY
debug = true
status_bar_enabled = true

It has been unusable for as long as a month.