2
Zend FWベースのYoutube APIを使用しています。多くの場合、ページのロード時にエラーが発生して Zend framework youtube apiタイムアウトの問題
Read timed out after 10 second
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 503 <errors xmlns='http://schemas.google.com/g/2005'><error>
それとも
はそれをGoogleで検索し、役に立つアドバイスが見つかりました:設定されたタイムアウトを180にしかし、それは助けにはなりません。繰り返しますが、このエラーは毎回ではなく ですが、しばしばとなります。$yt = new Zend_Gdata_YouTube();
$yt->getHttpClient()->setConfig(array('timeout'=>180));
どのようにこの問題に対処しますか?