• we absolutely love this plugin, but about an hour ago, we started getting this error: YTC ERROR: cURL error 28: Resolving timed out after 5574 milliseconds

    Any idea why? thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Aleksandar Uro?evi?

    (@urkekg)

    Hi @qy4zhou,

    Do you still experiencing same issue?

    In general, cURL error 28 is related to issue that host server can not resolve URL to YouTube Data API server https://www.googleapis.com (DNS issue, SSL validation issue or similar).

    You can try to increase timeout to 1 minute: in file /wp-content/plugins/youtube-channel/youtube-channel.php on line 928 change
    'timeout' => 5, // five seconds only
    to
    'timeout' => 60, // sixty seconds

    This will increase time before the connection initiated by wp_remote_get() is dropped and an error is returned.

    Best regards,
    Aleksandar

Viewing 1 replies (of 1 total)
  • The topic ‘YTC ERROR: cURL error 28: Resolving timed out after 5574 milliseconds’ is closed to new replies.