Error: Cannot read property 'trim' of undefined
See original GitHub issueSurprisingly, this action which used to work started to fail today, using v1.1.0 (using sha).
Generating changelog
Found 1 pull request(s) associated with commit 234cefd9e510cd6db5ef9d1d9bed6f882d8b2363
Error: Cannot read property 'trim' of undefined
(node:2477) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'trim' of undefined
at e.exports (/home/runner/work/_actions/marvinpinto/action-automatic-releases/10bdce64abdb4558a2ee6983192242be40d631d8/dist/index.js:1:562792)
at Function.e.exports.sync (/home/runner/work/_actions/marvinpinto/action-automatic-releases/10bdce64abdb4558a2ee6983192242be40d631d8/dist/index.js:1:561270)
at /home/runner/work/_actions/marvinpinto/action-automatic-releases/10bdce64abdb4558a2ee6983192242be40d631d8/dist/index.js:1:211488
at Generator.next (<anonymous>)
at s (/home/runner/work/_actions/marvinpinto/action-automatic-releases/10bdce64abdb4558a2ee6983192242be40d631d8/dist/index.js:1:210383)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:2477) 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:2477) [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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (13 by maintainers)
Top Results From Across the Web
Cannot read property 'trim' of undefined in Jquery - Stack ...
that means, the variable vname is undefined . To prevent this error from occurring, you can use the ternary operator to set the...
Read more >Build fails with "TypeError: Cannot read property 'trim ... - GitHub
It looks like where ever you are using the .trim you are not defining the variable that you are trimming. considering changing: yourVariables....
Read more >Cannot read property 'trim' of undefined in Component
This is the error : Cannot read property 'trim' of undefined. and this is the other description that comes with it : Object....
Read more >Error in render: “TypeError: Cannot read property 'trim' of ...
Am going to share with you one way which can cause the 'trim' of undefined error that appears in your browser console. So...
Read more >Uncaught TypeError: Cannot read property 'trim' of undefined
For a site i get this error from the google console. Uncaught TypeError: Cannot read property 'trim' of undefined at $.AviaMapsAPI.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Vadorequest To be clear, I didn’t mean rebasing this repo. I mean rebasing your own repo so that merge commits have more than one line of non-empty text.
I think so.