Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Error: Unknown reply received: Please report a bug if you get this message #3

@taimooralam

Description

@taimooralam

The Core::onReplyFinished(CoapReply *reply) finished method does not recognize one of the replies of a get request and instead executes the last else of the method. What might be the problem here?

} else if (reply == m_reply) { // the get request should execute this 
    //qDebug() << "------------------------------------------" << endl << reply;

    QString path = reply->request().url().path();

    QString payload = reply->payload();

} else { //but instead executes part

    qWarning() << "Unknown reply received: Please report a bug if you get this message";

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions