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

ERR_CONNECTION_RESET when saving character sheet

1407520983

Edited 1407531757
I'm trying to save a character sheet, but everytime I try I get a "Webpage is not available" error, with the error code "ERR_CONNECTION_RESET". I've searched the forum for a solution, but there's only one post about this that I found, and it didn't have a resolution. Originally I wanted to make a few adjustments to the 4e character sheet specific to my game, but when that failed I tried just copying the 4e html/css directly to see if that would work, and it doesn't; I get the same error. I'm not sure if there's a solution to this, as the reason for this error that was brought up in the previous post was "you're pushing too much data". Reproducing this should be easy: copy the html and css into a "custom" sheet for a campaign, and hit save. I'm on Windows 8.1, using Chrome v36.0.1985.125, if that helps. UPDATE: For people with the same problem looking for a solution, I found this website: <a href="http://www.textfixer.com/html/compress-html-compre" rel="nofollow">http://www.textfixer.com/html/compress-html-compre</a>... , and it seems to compress the HTML in such a way that keeps the spacing correct. So far its working for me, but will update if that turns out to have problems as well.
1407525419
Sam M.
Pro
Sheet Author
<a href="https://app.roll20.net/forum/post/998483/net-err-c" rel="nofollow">https://app.roll20.net/forum/post/998483/net-err-c</a>... You're trying to upload too much data. The cap either hasn't been raised since I raised the issue or there isn't anything Riley can do about it.
Yeah, that's what I was worried about; do you know if there's a workaround by putting the code on github and pulling from there?
1407526432
The Aaron
Roll20 Production Team
API Scripter
It won't be pretty, but you could try minifying the HTML and CSS . That might squeeze enough space out that you can get it to go.
Hey, that works! Well, mostly. For some reason (my guess is the removal of line breaks) almost all of the visual elements are now squished straight together with no space between them, filling up the minimal space they can occupy, rather than spacing themselves to fill up the entire column. Functionality it all works; just doesn't look as good. Ah well, I guess if its between looking wonky and not working, I'll take it looking wonky.
1407528973
The Aaron
Roll20 Production Team
API Scripter
Cool. dig about on the internet for minified HTML spacing issues, you might find a simple solution that gets you the look you want with a small file.
1407529025
The Aaron
Roll20 Production Team
API Scripter
You could also look for a different minifier for HTML. That was just the first one to popup in google. Might be one that preserves the correct layout.
Found a minifier that seems to work; updated the main post with the details.
1407546539
The Aaron
Roll20 Production Team
API Scripter
Awesome!