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

release-please-backend error: Cannot convert undefined or null to object #5523

Open
ldetmer opened this issue Oct 4, 2024 · 0 comments
Open
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@ldetmer
Copy link
Contributor

ldetmer commented Oct 4, 2024

This error occurred 3x on 10/4:

message: "Cannot convert undefined or null to object"
stack: "TypeError: Cannot convert undefined or null to object
at Function.entries ()
at PackageLockJson.updateContent (/usr/src/app/node_modules/release-please/build/src/updaters/node/package-lock-json.js:69:42)
at GitHub.buildChangeSet (/usr/src/app/node_modules/release-please/build/src/github.js:1066:51)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /usr/src/app/node_modules/release-please/build/src/github.js:147:29
at async GitHub.createPullRequest (/usr/src/app/node_modules/release-please/build/src/github.js:1247:20)
at async Manifest.createOrUpdatePullRequest (/usr/src/app/node_modules/release-please/build/src/manifest.js:552:32)
at async Promise.all (index 0)
at async Manifest.createPullRequests (/usr/src/app/node_modules/release-please/build/src/manifest.js:492:33)
at async Runner.createPullRequests (/usr/src/app/build/src/runner.js:23:5)"
type: "TypeError"

@ldetmer ldetmer added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants