Skip to content

Instantly share code, notes, and snippets.

@MrDj200
Last active April 2, 2019 16:15
Show Gist options
  • Save MrDj200/f6433ad14f57648719fc9b9b92e27b3d to your computer and use it in GitHub Desktop.
Save MrDj200/f6433ad14f57648719fc9b9b92e27b3d to your computer and use it in GitHub Desktop.
foundry.js:1 Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Dialog.getData (foundry.js:1)
at Dialog._render (foundry.js:1)
at Dialog.render (foundry.js:1)
at fvtt-enhancement-suite.js:735
at Function._call (foundry.js:1)
at Function.call (foundry.js:1)
at HTMLButtonElement.<anonymous> (macros.js:1583)
at HTMLButtonElement.dispatch (jquery.min.js:2)
at HTMLButtonElement.y.handle (jquery.min.js:2)
getData @ foundry.js:1
_render @ foundry.js:1
render @ foundry.js:1
(anonymous) @ fvtt-enhancement-suite.js:735
_call @ foundry.js:1
call @ foundry.js:1
(anonymous) @ macros.js:1583
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2
macros.js:7 Uncaught (in promise) ReferenceError: hooks is not defined
at Function.callAllValues (macros.js:7)
at Macros.parse (macros.js:240)
at Macros.parseToMessage (macros.js:184)
at HTMLButtonElement.<anonymous> (macros.js:1579)
at HTMLButtonElement.dispatch (jquery.min.js:2)
at HTMLButtonElement.y.handle (jquery.min.js:2)
callAllValues @ macros.js:7
parse @ macros.js:240
parseToMessage @ macros.js:184
(anonymous) @ macros.js:1579
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2
dnd5e.js:53 Uncaught TypeError: Cannot read property 'shiftKey' of undefined
at Function.d20Roll (dnd5e.js:53)
at Actor5e.rollAbilityTest (dnd5e.js:417)
at fvtt-enhancement-suite.js:753
at Function._call (foundry.js:1)
at Function.call (foundry.js:1)
at HTMLButtonElement.<anonymous> (macros.js:1583)
at HTMLButtonElement.dispatch (jquery.min.js:2)
at HTMLButtonElement.y.handle (jquery.min.js:2)
d20Roll @ dnd5e.js:53
rollAbilityTest @ dnd5e.js:417
(anonymous) @ fvtt-enhancement-suite.js:753
_call @ foundry.js:1
call @ foundry.js:1
(anonymous) @ macros.js:1583
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment