• Resolved MRmedia

    (@dermarci)


    Hi there,

    I’ve just installed a clean WP and the Eventbrite-Plugin together with Keyring.
    After setting up an app on Eventbride and the connection with the Keyring-Plugin, all seems to be fine. A test-connection says “This connection is working correctly.”.

    The new page with Eventbrite-Template loads 5 secs. and says “nothing found”.

    A var_dump on eventbrites request says:

    object(Keyring_Error)#2107 (2) {
      ["errors"]=>
      array(1) {
        ["keyring-request-error"]=>
        array(1) {
          [0]=>
          object(WP_Error)#2108 (2) {
            ["errors"]=>
            array(1) {
              ["http_request_failed"]=>
              array(1) {
                [0]=>
                string(65) "Operation timed out after 5000 milliseconds with 0 bytes received"
              }
            }
            ["error_data"]=>
            array(0) {
            }
          }
        }
      }
      ["error_data"]=>
      array(0) {
      }
    }

    On the other side there are 127 active events…

    Have you any suggestions for me?

    Many thanks!
    Marc.

    https://www.ads-software.com/plugins/eventbrite-api/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Automattic

    (@automattic)

    Hi Marc,

    Yes, good sleuthing; we have a known problem right now with API response times being higher than the default timeout for WordPress, resulting in empty events pages. We should have a plugin update out in the next couple of days.

    In the meantime, if you filter http_request_timeout to 10 secs (default is 5, which is now consistently not high enough), you should be good.

    Plugin Author Automattic

    (@automattic)

    Hi Marc,

    We’ve pushed out a v1.0.9 of the plugin, which includes the timeout, and an option to filter out the ticket_classes expansion that Eventbrite has said can be very expensive on API calls. Let us know how that works for you.

    Thread Starter MRmedia

    (@dermarci)

    … no more to say. You’re crazy speedy – thank you!
    It works very charming after an update.

    Marc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Events – Keyring_Error’ is closed to new replies.