Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

DM Dashboard - or turn time tracker alternative

Hi, I tried using Will M's DM Dashboard script (<a href="https://app.roll20.net/forum/post/11428947/" rel="nofollow">https://app.roll20.net/forum/post/11428947/</a>) but after running the init it pops this error in console: "Error: No attribute or sheet field found for character_id -NLVJJ3KCup_BhQGZ4I3 named to_avg" "Error: No attribute or sheet field found for character_id -NLVJJ3KCup_BhQGZ4I3 named to_secs" "Error: No attribute or sheet field found for character_id -NLVJJ3KCup_BhQGZ4I3 named to_count" And later when trying to go to next turn, ping the player, or most other functions the script crashes with this console error: TypeError: d.getUTCMonth is not a function TypeError: d.getUTCMonth is not a function &nbsp;&nbsp;&nbsp; at GetSystemUTCDate (apiscript.js:931:24) &nbsp;&nbsp;&nbsp; at trackPlayerStats (apiscript.js:2206:41) &nbsp;&nbsp;&nbsp; at DMDash_HandleMsg (apiscript.js:5551:9) &nbsp;&nbsp;&nbsp; at Timeout.later [as _onTimeout] (/home/node/d20-api-server/node_modules/underscore/underscore-node-f.cjs:1146:37) &nbsp;&nbsp;&nbsp; at listOnTimeout (node:internal/timers:569:17) &nbsp;&nbsp;&nbsp; at process.processTimers (node:internal/timers:512:7) Anyone knows what's wrong and how to fix this? Am I missing a dependency script? I'm trying this in a fresh game with no other scripts. Alternatively, I'm mostly interested in this feature from the dashboard, is there a different script that does the same things? Player turn time tracker.&nbsp; Keeps track of how long individual characters are at the top of the turn-order and presents them with a running average.&nbsp; Also tracks the DM time.&nbsp; Includes an option to dump the latest stats out to the chat window for all to see. (By the way I would have replied to the script thread, but it's over 2 months old and is autoclosed, so Roll20 forced me to start a new thread.)
1696949213
The Aaron
Roll20 Production Team
API Scripter
I messaged Will about this thread, hopefully he'll see the message and jump in here.
I’ll take a quick look this morning to see what may be going on. &nbsp;
Erudo, I believe I've identified the bug and corrected it.&nbsp; You can find a new version of the code at: <a href="https://github.com/MadCar-Dev/Default/blob/20b44c46f656c7a074c60aec99bd72d361f4fc8e/Javascript/HandoutReporter%20v0.6.js" rel="nofollow">https://github.com/MadCar-Dev/Default/blob/20b44c46f656c7a074c60aec99bd72d361f4fc8e/Javascript/HandoutReporter%20v0.6.js</a> Wasn't sure if anyone was actually using it, let me know if you have any questions.&nbsp; I myself find it helpful for running combats, but really requires a computer setup with multiple screens or for you to be logged into a second computer with the DM Dashboard handout open on the second computer.&nbsp;&nbsp; Will M.&nbsp;
Thanks a bunch Will - will give that a go. I do want to use it, specifically for the turn time tracker but will make use of the other features as well. I do have a second monitor so it should be good.
Let me know if you have any ideas on how to improve.