• ferdsnp

    (@ferdsnp)


    Hi guys,
    This error appears to me with all the sites that I try to make a test
    plugin: https://www.ads-software.com/plugins/wp-web-scrapper/

    Output

    Error parsing: Query returned empty response

    Shortcode

    [wpws url=”https://www.ads-software.com/showcase/” query=”col-7 main-content” ]

    Template tag

    <?php echo wpws_get_content(‘https://www.ads-software.com/showcase/&#8217;, ‘col-7 main-content’ ); ?>

    Debug info

    Scrap source and info
    Source URL https://www.ads-software.com/showcase/
    Query (cssselector) col-7 main-content
    WPWS Cache Control Remote-fetch via WP_Http
    Other arguments
    headers string(0) “”
    cache string(2) “60”
    useragent string(33) “WPWS bot (https://mywebsite.com)”
    timeout string(3) “360”
    on_error string(10) “error_show”
    output string(4) “html”
    glue string(1) ” ”
    eq string(0) “”
    gt string(0) “”
    lt string(0) “”
    query_type string(11) “cssselector”
    remove_query string(0) “”
    remove_query_type string(11) “cssselector”
    replace_query string(0) “”
    replace_query_type string(11) “cssselector”
    replace_with string(0) “”
    basehref int(1)
    a_target string(0) “”
    callback_raw string(0) “”
    callback string(0) “”
    debug int(1)
    charset string(5) “UTF-8”

    Any idea?

    Regards

    • This topic was modified 8 years ago by ferdsnp.
    • This topic was modified 8 years ago by ferdsnp.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error parsing: Query returned empty response’ is closed to new replies.