TypeError - Cannot read property 'skin' of undefined
See original GitHub issueError
Uncaught TypeError: Cannot read property 'skin' of undefined
at RenderWebGL._touchingBounds (gui.js:78346)
at RenderWebGL.isTouchingDrawables (gui.js:78111)
at RenderedTarget.module.exports.RenderedTarget.isTouchingSprite (gui.js:6476)
at Scratch3SensingBlocks.module.exports.Scratch3SensingBlocks.touchingObject (gui.js:14503)
at execute (gui.js:15231)
at Sequencer.module.exports.Sequencer.stepThread (gui.js:16309)
at Sequencer.module.exports.Sequencer.stepThreads (gui.js:16267)
at Runtime.module.exports.Runtime._step (gui.js:15939)
at Runtime.<anonymous> (gui.js:16190)
Steps to Reproduce
https://llk.github.io/scratch-gui/#138787028
Operating System and Browser
Mac OS 10.12.3 Chrome Version 56.0.2924.87 (64-bit)
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Cannot Read Property of Undefined in JavaScript - Rollbar
TypeError: Cannot read property of undefined occurs when a property is read or a function is called on an undefined variable.
Read more >TypeError: Cannot read property 'condition' of undefined
You are trying to access deeply nested properties of weatherDatas before they are set. The initial value of weatherDatas is an empty object...
Read more >error typeerror: cannot read properties of undefined ... - You.com
When I try to write data to firebase, this is the console error I get: ERROR TypeError: Cannot read properties of undefined (reading...
Read more >Cannot read properties of null (reading 'appendChild ... - Reddit
It means your variable main is null, and therefore it has no property by the name appendChild . It's effecively trying to do...
Read more >Uncaught TypeError: Cannot read property of undefined In
This error occurs in Chrome Browser when you read a property or call a method on an undefined object . There are a...
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
FWIW I found another example of this while playing this ninja game 😃 Right at the panel with the shurikens it starts happening.
https://llk.github.io/scratch-gui/#154866875/
Nope! Can’t repro.