fvtt-module-furnace icon indicating copy to clipboard operation
fvtt-module-furnace copied to clipboard

Cannot call macros in chat

Open TheMathKing opened this issue 4 years ago • 1 comments

I am not sure if I am doing something wrong, but I am trying to call a macro in chat and it always returns with the following error message:

VM766:21 Uncaught (in promise) Error: /Whisper is not a valid chat message command. at ChatLog.eval (eval at monkeyPatchFoundryMethods (chat-resolver.js:65), :21:39) at ChatLog._onChatKeyDown (foundry.js:26170) at HTMLTextAreaElement.dispatch (jquery.min.js:2) at HTMLTextAreaElement.v.handle (jquery.min.js:2) eval @ VM766:21 _onChatKeyDown @ foundry.js:26170 dispatch @ jquery.min.js:2 v.handle @ jquery.min.js:2 Promise.catch (async) _onChatKeyDown @ foundry.js:26173 dispatch @ jquery.min.js:2 v.handle @ jquery.min.js:2 BezierControl.ts:91 Uncaught (in promise) TypeError: Cannot read property 'mode' of null at BezierControl. (BezierControl.ts:91) at Generator.next () at BezierControl.js:7 at new Promise () at __awaiter (BezierControl.js:3) at BezierControl.apply (BezierControl.ts:90) at KeyboardInputManager.onKeyUp (BezierControl.ts:245) (anonymous) @ BezierControl.ts:90 (anonymous) @ BezierControl.js:7 __awaiter @ BezierControl.js:3 apply @ BezierControl.ts:90 onKeyUp @ BezierControl.ts:244

Troubleshooting that I've done: 1): Checked that the module is installed (duh) 2): Checked that "Advanced Macros" is checked in the module settins 3): Tried using single word macro names vs ones with space (I did those too, turning the name into a string "macro example"

Any idea what could be going wrong?

TheMathKing avatar Feb 06 '21 20:02 TheMathKing

I have found out why this is happening. It is due to a conflict with "Cautious Gamemaster's Pack". Disabling it allows for command line macros.

TheMathKing avatar Feb 17 '21 19:02 TheMathKing