Skip to content
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

Open
JonasJacobsUserspace opened this issue Jul 10, 2020 · 5 comments
Open

Error 500: There was an issue sorting files changed #104

JonasJacobsUserspace opened this issue Jul 10, 2020 · 5 comments

Comments

@JonasJacobsUserspace
Copy link

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

@tnightengale
Copy link

Same error.

@ghost
Copy link

ghost commented Jul 30, 2020

Run trilom/[email protected]
##[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": "{}"
}
(node:3707) 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:3707) 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:3707) [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.

@guitarrapc
Copy link

I've met same error with trilom/[email protected] and fixed on trilom/[email protected].

@ghost
Copy link

ghost commented Aug 12, 2020

no longer getting this error on trilom/[email protected] after better specifying what PRs/pushes trigger the github action that uses this.

@gustavoplenamente
Copy link

I was facing the same issue on v1.2.3. Solved upgrading to v.1.2.4 as well.

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants