• Resolved clarrencemarketingism

    (@clarrencemarketingism)


    Hi,

    I’m currently using WPDatatables along side WP Get API, everything was working fine a month ago but now WP Data Tables is giving out an error “HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)”. I checked WP Get API and everything is still working, the data are still getting loaded correctly but WP Data Table is having issues.

    Can you please help check?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m getting the same error message when displaying the table, opening the table for edit or creating a new table and adding in the URL to my api. My API returns a “Serialized PHP Array” and works properly when entered into a browser. All plugins and WordPress are up to date.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hi, guys
    We had a couple more users that had this issue.
    For them, there was this workaround as a temporary solution.

    Can you please find and edit this PHP file with any text/code editor?
    The file path is in your FTP plugin files :

    ..\wp-content\plugins\wpdatatables\source\class.wdttools.php

    Around line 63, find this :

    $agent = 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0';


    Change it to this :

    $agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36';


    Let us know if that solves the issue for you?
    Thank you

    I can confirm that this resolved the error for us. However it was found on line 229 in my install.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    thank you for reporting that it was successful, we are happy to hear that.
    I can confirm that our developers have added a fix / improvement for this in version 2.1.50;
    And it is also in the latest version 2.1.51 , it will stay modified in the future versions as well,
    so when you update the plugin, you will not have to edit that line anymore.
    Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTTP/2 stream 0 was not closed cleanly’ is closed to new replies.