Skip to content
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

Closed
zoobmarine opened this issue Jan 7, 2013 · 5 comments
Closed

Request-URI Too Large #57

zoobmarine opened this issue Jan 7, 2013 · 5 comments

Comments

@zoobmarine
Copy link

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

@smeighan
Copy link
Owner

smeighan commented Jan 7, 2013

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:

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


Reply to this email directly or view it on GitHub
#57.

@zoobmarine
Copy link
Author

username: zoobmarine
target: SINGLE
effect: single strand

In second page, where you can choose colors

@smeighan
Copy link
Owner

smeighan commented Jan 7, 2013

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
set your 70 pixels into 2 segments, 35 nodes each.

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
toegter into one big mega string. Then divide that huge pile into segments.

On 1/7/2013 11:45 AM, zoobmarine wrote:

username: zoobmarine
target: SINGLE
effect: single strand

In second page, where you can choose colors


Reply to this email directly or view it on GitHub
#57 (comment).

@kgustafson
Copy link
Collaborator

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.)

@smeighan
Copy link
Owner

smeighan commented Feb 7, 2013

Yes, i agree. I am going to close this bug. We need a separate bug to track getting input validation.

@smeighan smeighan closed this as completed Feb 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants