Replies: 9 comments 4 replies
-
am having the same issue since yesterday. |
Beta Was this translation helpful? Give feedback.
-
Same error: Preview2 error(s) occurred
[
{
name: 'achievements',
result: {
error: {
message: 'Unexpected error',
instance: 'Failed to initiate total for achievement plugin'
}
}
},
{
name: 'licenses',
result: {
error: {
message: 'Unsupported context user',
instance: Error
at Object.meta.inputs (file:///metrics/source/app/metrics/metadata.mjs:119:81)
at Object.default [as licenses] (file:///metrics/source/plugins/licenses/index.mjs:10:67)
at file:///metrics/source/plugins/core/index.mjs:67:57
at Object.default [as core] (file:///metrics/source/plugins/core/index.mjs:80:7)
at default (file:///metrics/source/templates/classic/template.mjs:4:25)
at metrics (file:///metrics/source/app/metrics/index.mjs:80:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async retry.retries.retries (file:///metrics/source/app/action/index.mjs:407:40)
at async retry (file:///metrics/source/app/action/index.mjs:57:22)
at async file:///metrics/source/app/action/index.mjs:406:28
}
}
}
] |
Beta Was this translation helpful? Give feedback.
-
I also have this problem 👋 |
Beta Was this translation helpful? Give feedback.
-
I have the same problem too, and I noticed that it also appeared in the author's public profile repo. 🤣 |
Beta Was this translation helpful? Give feedback.
-
For some reason I also encounter that files are not updated when a GitHub Action is triggered.... |
Beta Was this translation helpful? Give feedback.
-
Hi. Please replace the following in your action workflow file for achievements workflow - to this - FYI, it's the hash for the commit after which @lowlighter merged the workaround after recent changes in github search. (#1487) |
Beta Was this translation helpful? Give feedback.
-
Hi 👋 ! This should have been fixed in new release 👍 |
Beta Was this translation helpful? Give feedback.
-
Yes, it seems to be fixed. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Here's my config (github action):
And here's the error:
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions