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

optimizerFORCES -- Request Entity Too Large #40

Open
sixtosevenf opened this issue May 10, 2024 · 0 comments
Open

optimizerFORCES -- Request Entity Too Large #40

sixtosevenf opened this issue May 10, 2024 · 0 comments

Comments

@sixtosevenf
Copy link

sixtosevenf commented May 10, 2024

The command optimizerFORCES makes some issue as follows:

Error using matlab.internal.webservices.HTTPConnector/copyContentToByteArray (line 396)
The server returned the status 413 with message "Request Entity Too Large" in response to the request to URL https://forces.embotech.com/generate_solver.
Error in readContentFromWebService (line 46)
        byteArray = copyContentToByteArray(connection);
Error in webwrite (line 139)
    [varargout{1:nargout}] = readContentFromWebService(connection, options);
Error in ForcesWeb.write
Error in ForcesWeb.generateSolver
Error in generateCode
Error in optimizerFORCES/buildSolver (line 19)
        success = generateCode( self.stages{i},self.params{i},self.codeoptions{i},self.outputFORCES{i} ) & success;
Error in optimizerFORCES (line 196)
        success = buildSolver( self ); 

I am not sure this issue comes from the size of the optimization problem. In my case, the issue does not happen if the problem size is small. Is there any way to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant