Roll20APIScripts icon indicating copy to clipboard operation
Roll20APIScripts copied to clipboard

TypeError: type.indexOf is not a function

Open omidmash opened this issue 6 years ago • 0 comments

Since last night I get the following error whenever I try to use combattracker via initiative. It then disables all my other scripts. Issue persists when it's the only API running as well.

TypeError: type.indexOf is not a function TypeError: type.indexOf is not a function at spawnFx (/home/node/d20-api-server/api.js:2847:11) at spawnFxBetweenPoints (/home/node/d20-api-server/api.js:2986:3) at doFX (apiscript.js:8830:9) at doTurnorderChange (apiscript.js:8823:9) at handleTurnorderChange (apiscript.js:8623:13) at eval (eval at (/home/node/d20-api-server/api.js:154:1), :65:16) at Object.publish (eval at (/home/node/d20-api-server/api.js:154:1), :70:8) at TrackedObj.set (/home/node/d20-api-server/api.js:1023:14) at updateLocalCache (/home/node/d20-api-server/api.js:1321:18) at /home/node/d20-api-server/api.js:1611:7

omidmash avatar Dec 08 '19 20:12 omidmash