question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError - Cannot read property 'skin' of undefined

See original GitHub issue

Error

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:closed
  • Created 7 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
paulkaplancommented, Jun 5, 2017

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/

0reactions
thisandagaincommented, Dec 21, 2017

image

Nope! Can’t repro.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found