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

D&D 5e Shaped Character Sheet Companion Script API Crashing

As of late, I seem to have the Companion script to the 5e Shaped character sheet crash and give me this TypeError: Cannot read property 'timeoutId' of undefined TypeError: Cannot read property 'timeoutId' of undefined at resolvePending (apiscript.js:10382:30) at Timeout._onTimeout (/home/node/d20-api-server/node_modules/underscore/underscore.js:829:19) at ontimeout (timers.js:386:14) at tryOnTimeout (timers.js:250:5) at Timer.listOnTimeout (timers.js:214:5) Any help would be appreciated! These are my current scripts being used: Hourglass, Tracker Jacker, Experience Tracker, Aura/Tint HealthColors, and 5e SHaped Companion Script
1547851212
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Try: A. Re-pasting the script from the source. Make sure to use the Raw button to get only text, and wait for the page to completely load. B. Deactivating your other scripts. C. Make sure you have the latest version of both script and sheet. And see if the error persists.
1547865298

Edited 1547865325
The Aaron
Roll20 Production Team
API Scripter
My gut feeling when looking at that is it isn’t the shaped companion. It’s probably Hourglass. It’s doing something with a timeout and I’m pretty sure the shaped script is all event based. Also Kryx doesn’t use underscore.js and I don’t think Lucian would have either. 
1547888383
Kryx
Pro
Sheet Author
API Scripter
keithcurtis said: Try: A. Re-pasting the script from the source. Make sure to use the Raw button to get only text, and wait for the page to completely load. I have to do this occassionally. Somehow the script gets stale in Roll20. I'm not sure if it gets mutated somehow, but a re-paste from github fixes it whenever I've encountered it.
I’ve repasted the script for  the companion API and I will keep you guys updated in the event it crashes again
Update: The script has crashed once more and so I've disabled Hourglass and will update once more on if anything changes with that