edzillion / blood-n-guts

Other
4 stars 16 forks source link

TypeError: Cannot read property 'data' of null #234

Open jcolson opened 3 years ago

jcolson commented 3 years ago

when a token has no bound actor, blood-n-guts throws a TypeError exception.

TypeError: Cannot read property 'data' of null
    at updateTokenOrActorHandler (blood-n-guts.js:164)
    at Function._call (foundry.js:2496)
    at Function.callAll (foundry.js:2456)
    at Function._handleUpdateEmbeddedEntity (foundry.js:30047)
    at Function._handleUpdateEmbeddedEntity (foundry.js:34301)
    at Scene.updateEmbeddedEntity (foundry.js:30015)

conditional maybe should be changed to check if actor exists prior to attempting to retrieve it?