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

Character sheet attributes not saving when character sheet closed

Description: When using the L5R 4th Edition character sheet, and previous incarnations which previously had no notable issues in/around august 2014, the following issue is observed. When I go to the character sheet tab and attempt to enter skills, and various other items on the skills page, the entries are initially accepted, and associated attributes are saved (which can then be viewed in the attributes & abilities tab). However, when I close the charater sheet and re-open it, all values on the skills page appear to be re-set to 0. The actual coded attributes are still saved, and the associated roll macros function properly, but the displayed values on the character sheet tab seem like they don't function. System Details: Operating System: Windows 7 If Javascript is enabled: yes Your anti-virus software: none enabled List of any browser add-ons or extensions enabled: google docs (no others) Browser Version: 40.0.2214.91 m Web Browser: Chrome A Console Log: app.js?1418670706:29 Updating character sheet values app.js?1418670706:29 Took 19ms app.js?1418670706:29 Updating character sheet values app.js?1418670706:29 Took 17ms app.js?1418670706:29 Show Character View Dialog! app.js?1418670706:29 Render character view app.js?1418670706:29 Redoing charsheet html jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=i.imgur.com/tv2Gvag.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=i.imgur.com/tv2Gvag.png</a>'. This content should also be served over HTTPS. jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=fc03.deviantart.net/fs71/f/2011/163/b/0/air_ring_by_exahyl-d3is15c.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=fc03.deviantart.net/fs71/f/2011/163/b/0/air_ring_by_exahyl-d3is15c.png</a>'. This content should also be served over HTTPS. jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=fc04.deviantart.net/fs70/f/2011/163/8/3/earth_by_exahyl-d3is114.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=fc04.deviantart.net/fs70/f/2011/163/8/3/earth_by_exahyl-d3is114.png</a>'. This content should also be served over HTTPS. jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=fc00.deviantart.net/fs70/f/2011/163/2/d/fire_ring_by_exahyl-d3is13z.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=fc00.deviantart.net/fs70/f/2011/163/2/d/fire_ring_by_exahyl-d3is13z.png</a>'. This content should also be served over HTTPS. jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=fc06.deviantart.net/fs71/f/2011/163/d/e/water_ring_by_exahyl-d3is12g.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=fc06.deviantart.net/fs71/f/2011/163/d/e/water_ring_by_exahyl-d3is12g.png</a>'. This content should also be served over HTTPS. jquery.min.js:2 Mixed Content: The page at '<a href="https://app.roll20.net/editor/#" rel="nofollow">https://app.roll20.net/editor/#</a>' was loaded over HTTPS, but requested an insecure image '<a href="http://imgsrv.roll20.net:5100/?src=fc01.deviantart.net/fs71/f/2011/163/4/1/void_by_exahyl-d3is16h.png" rel="nofollow">http://imgsrv.roll20.net:5100/?src=fc01.deviantart.net/fs71/f/2011/163/4/1/void_by_exahyl-d3is16h.png</a>'. This content should also be served over HTTPS. app.js?1418670706:29 72ms to end of html app.js?1418670706:29 Show Character View Dialog! app.js?1418670706:29 Updating character sheet values app.js?1418670706:29 Took 42ms
1422031776
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Steven, this seems to be strictly a character sheet issue and not a Roll20 issue. I see nothing in the log that would suggest it's throwing any errors related to the sheet. My guess is that the author mistakenly put a value on skills that's causing them to display as 0 even when their associated attribute, which is being saved, isn't null any longer. I'm moving this report to the Character Sheet forum so hopefully the sheet authors or community currators can help fix the problem.
Steve, that's a reasonable response, except for the fact that this functionality worked a few months ago.
well, in any case, an addendum for anyone who has any ideas: Everything on the traits tab of the character sheet seems to work fine, but everything on the other tabs are behaving as described above. All numerical and text fields initially take whatever is entered, and save it as the associated attribute, but when the sheet is closed and re-opened, all those fields return to their original values of 0 or blank (though the associated attribute remains set). As far as I can tell, looking at the code, the code for both the traits page and the rest are basically the same, but something is clearly different.