Hi there, I am having a problem with some API script, very likely with CombatTracker (the problem occurs when I use CombatTracker by clicking on "Start Combat" or "Stop Combat"). Sometimes, it says Please update StatusInfo to the latest version. although I am using the latest version. Whenever the problem occurs, no other API script or macro works any more. When I check the API scripts afterwards, I get the following message: For reference, the error message generated was: TypeError: thispage.get(...).split is not a function
TypeError: thispage.get(...).split is not a function
at toBack (/home/node/d20-api-server/api.js:2895:40)
at getOrCreateMarker (apiscript.js:2828:9)
at removeMarker (apiscript.js:2539:9)
at stopCombat (apiscript.js:2521:9)
at handleInput (apiscript.js:2122:17)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:70:8)
at /home/node/d20-api-server/api.js:1739:12
at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560
at hc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:147) ModOutputConsole says the following (here the problem occured when clicking on "Stop Combat": TypeError: thispage.get(...).split is not a function TypeError: thispage.get(...).split is not a function at toBack (/home/node/d20-api-server/api.js:2895:40) at getOrCreateMarker (apiscript.js:2828:9) at removeMarker (apiscript.js:2539:9) at stopCombat (apiscript.js:2521:9) at handleInput (apiscript.js:2122:17) at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:65:16) at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.j<a href="s:168:1), s:168:1), us>:70:8) at /home/node/d20-api-server/api.js:1739:12 at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560 at hc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:147) In addition, here is some information to my API sandbox (what I am actually running): detected currently running sandbox... restarting "Loading character sheet data..." "Starting webworker script..." "Loading 0 translation strings to worker..." "-=> GroupInitiative v0.9.36 <=- [Thu Feb 03 2022 01:42:35 GMT+0000 (Coordinated Universal Time)]" "CombatTracker Ready! Command: !ct" "-=> TokenNameNumber v0.5.15 <=- [Fri Sep 17 2021 00:25:18 GMT+0000 (Coordinated Universal Time)]" "StatusInfo Ready! Command: !condition" "TerrainGenerator ver 0.2.0 loaded" "Script loaded: Waypoint Patrols, actively patrolling" "-=> libTokenMarkers v0.1.1 <=- [Wed Dec 30 2020 02:10:29 GMT+0000 (Coordinated Universal Time)]" " > Loaded 55 Token Markers." I'd really prefer if someone could help me with this problem. Thanks in advance!