• After updating to the latest version of Scribe plugin (4.0.14) I get the following error every time I Analyze my posts:
    An unknown error occurred when contacting the Scribe SEO API service.

    I looked at the $request_result object that comes back from Scribe and it looks like this:

    stdClass Object
    (
        [message] => Html Title value is missing|Meta Description value is missing
        [technicalData] =>
    )
    {"error":true,"error_message":true}

    The reason why I get “Unknown error” is because the $request_result object contains a key “message” with lower case “m”. In analyze_content() method there is a check for
    if ( isset( $request_result->Message ) )
    with capital “M”.

    So that’s one problem.

    The second problem is that the real error message is:
    Html Title value is missing|Meta Description value is missing
    However I’ve triple checked my articles and they do have a title and Meta description.

    Has anyone else reported this issue?

    Marko

    http://wordpress.org/plugins/scribe/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘An unknown error occurred when contacting the Scribe SEO API service.’ is closed to new replies.