generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500: There was an issue sorting files changed #104
Comments
Same error. |
|
I've met same error with |
no longer getting this error on trilom/[email protected] after better specifying what PRs/pushes trigger the github action that uses this. |
I was facing the same issue on |
13 tasks
14 tasks
ccamacho
added a commit
to ccamacho/os-migrate
that referenced
this issue
Nov 20, 2020
There is a bug trilom/file-changes-action#104 solved in latest version. Currently the CI is broken.
ccamacho
added a commit
to ccamacho/os-migrate
that referenced
this issue
Nov 20, 2020
There is a bug trilom/file-changes-action#104 solved in latest version. Currently the CI is broken.
rob-metalinkage
added a commit
to opengeospatial/NamingAuthority
that referenced
this issue
Jul 6, 2021
Nicogene
added a commit
to robotology/icub-models
that referenced
this issue
Feb 28, 2022
The error 500 of the `file-changes-action` should be fixed upgrading the action See trilom/file-changes-action#104 (comment)
kmcnellis
added a commit
to civiform/civiform
that referenced
this issue
Jun 22, 2022
kmcnellis
added a commit
to civiform/civiform
that referenced
this issue
Jun 22, 2022
kmcnellis
added a commit
to civiform/civiform
that referenced
this issue
Jun 22, 2022
copybara-service bot
pushed a commit
to tensorflow/tfx
that referenced
this issue
Nov 3, 2022
* Example errro: https://github.com/tensorflow/tfx/actions/runs/3358645261/jobs/5617984100 * Related thread: trilom/file-changes-action#104 PiperOrigin-RevId: 485787177
copybara-service bot
pushed a commit
to tensorflow/tfx
that referenced
this issue
Nov 3, 2022
* Example error: https://github.com/tensorflow/tfx/actions/runs/3358645261/jobs/5617984100 * Related thread: trilom/file-changes-action#104 PiperOrigin-RevId: 485787177
copybara-service bot
pushed a commit
to tensorflow/tfx
that referenced
this issue
Nov 3, 2022
* Example error: https://github.com/tensorflow/tfx/actions/runs/3358645261/jobs/5617984100 * Related thread: trilom/file-changes-action#104 PiperOrigin-RevId: 485795882
xylar
added a commit
to trhille/compass
that referenced
this issue
Apr 11, 2023
This should reportedly fix: ``` Error: There was an issue sorting changed files from Github. Exception: { "error": "500/TypeError", "from": "sortChangedFiles", "message": "There was an issue sorting files changed.", "payload": "{}" } ``` See: trilom/file-changes-action#104
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Error in execution
(node:7556) UnhandledPromiseRejectionWarning: Error: {"error":"500/TypeError","from":"sortChangedFiles","message":"There was an issue sorting files changed.","payload":"{}"}
at run (/home/runner/work/_actions/trilom/file-changes-action/v1.2.3/dist/index.js:1:19989)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:7556) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:7556) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
##[error]There was an issue sorting changed files from Github.
Exception: {
"error": "500/TypeError",
"from": "sortChangedFiles",
"message": "There was an issue sorting files changed.",
"payload": "{}"
}
Workflow
Used in a step to determine changed in files
Expected behavior
No errors
Additional context
Filesystem:
Ubuntu
18.04.4
LTS
Virtual Environment
Environment: ubuntu-18.04
Version: 20200705.1
Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200705.1/images/linux/Ubuntu1804-README.md
The text was updated successfully, but these errors were encountered: