Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

ofxHTTP segfault

$
0
0

@thomasgeissl wrote:

Hello,
I am trying to run ofxHTTP's example_basic_client and get a segfault.

It crashes in:

std::ostream& BaseClient::send(BaseRequest& request, Context& context)
{
...
    std::ostream& rawRequestStream = clientSession->sendRequest(request);
...
}

Same happens when I try the example_basic_client_loader.
I use osx, the most recent version of oF, ofxHTTP and its dependencies.

Certificates and everything should be in the right place.
Do I miss something important?

@bakercp Do you have any ideas?

Thomas

Posts: 12

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles