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

Can't find roll template from chat archive

1559323408
Quinn
Pro
Sheet Author
I'm playing with a custom character sheet (a personal version of the Valor sheet that has a bunch of API-integrated extra bells and whistles), and I've noticed a peculiar issue. When playing the template for attack rolls displays just fine, but when looking back at the chat archive, the attack rolls are just missing. I opened the JS console to investigate, and when loading the logs, I see a few hundred instances of "Didn't find a roll template called 'valor'." The game's character sheet is set to Custom, and this is at the bottom of the HTML document: <rolltemplate class="sheet-rolltemplate-valor"> <div class="outer"> <div class="header"> {{name}} </div> {{#roll}} <br /> <div class="roll"> {{roll}} </div> {{/roll}} {{#summary}} <div> {{summary}} </div> {{/summary}} </div> </rolltemplate> Any idea why this would be failing to load specifically on the chat archive screen?
1559327026

Edited 1559327052
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
The chat archive is not connected to the character sheet, and so the roll template does not display there. It's a known issue. I can't find the previous bug report at the moment though.