Failed to show WakaTime Projects, help!! #1172
Unanswered
GermanBartoli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi ! From the error logs, I guess it's just the token which isn't correct or expired [
{
name: 'wakatime',
result: {
error: { message: 'API error: 403', instance: { error: 'Forbidden' } }
}
}
] The http call performed is the following one metrics/source/plugins/wakatime/index.mjs Line 26 in 587ceec Which looks like below (without the api_token): Above url work without token (which is probably why without any token it works), but it's probably rate-limited |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this works correctly
does not show project activity
but if I add the token it doesn't work and it breaks (I pass the token as a secret with github secrets)
help, what's wrong?
this happened today
Beta Was this translation helpful? Give feedback.
All reactions