-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request-URI Too Large #57
Comments
i have never seen thsi error. what user name, target and effect where you using? thanks On 1/7/2013 8:04 AM, zoobmarine wrote:
|
username: zoobmarine In second page, where you can choose colors |
You single strand model had 70 pixels but you had segments sa zero. You must divide your pixel pile into segments. To give you an example, i here is what that now looks like http://nutcracker123.com/nutcracker/effects/workspaces/654/SINGLE~SINGLES1.gif remember, you must have a non zero segment count. The idea of single strands was take whatever you have, put it all On 1/7/2013 11:45 AM, zoobmarine wrote:
|
Sean, we should error check for an entry of segments = 0 (along with a heck of a lot of extra error checks like a blank name for the effect name or target name, etc.) |
Yes, i agree. I am going to close this bug. We need a separate bug to track getting input validation. |
On second page of Single Strand with a 70 pixels I get the following error
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
Is using get instead of post and Request URI is more than 255 limit
The text was updated successfully, but these errors were encountered: