ZF-5774: A set of "Zend_Gdata_App_CaptchaRequiredException: CAPTCHA challenge issued by server" exceptions
Description
{panel} 1) testRetrieveActivityFeed(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_CaptchaRequiredException: CAPTCHA challenge issued by server /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:170
2) testRetrieveActivityFeedForMultipleUsers(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_CaptchaRequiredException: CAPTCHA challenge issued by server /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:170
3) testRetrieveFriendFeed(Zend_Gdata_YouTube_ActivityFeedOnlineTest) Zend_Gdata_App_CaptchaRequiredException: CAPTCHA challenge issued by server /home/cawa/ZendFramework/svn/framework/branches/release-1.7/library/Zend/Gdata/ClientLogin.php:170 {panel}
Problem exists for the release-1.7 branch
Comments
Posted by Alexander Veremyev (alexander) on 2009-02-13T04:51:12.000+0000
This issue is [ZF-5770] related.
If PHP is compiled with '--with-openssl' option, this issue appears instead of [ZF-5770] issue output.
Posted by Jochen Hartmann (jhartmann) on 2009-02-18T12:25:31.000+0000
Fixed and committed as part of 1.7.5 release
Posted by Trevor Johns (tjohns) on 2009-02-18T15:29:28.000+0000
To clarify, this was caused by ZF-5779, and resolved by r14085.
A new online test was being run when it shouldn't have been. Since authentication credentials weren't set, this was causing Google's servers to return a CAPTCHA challenge.
commit 3991063c1de138d3c27fdc0b68834c71e7fd084d Author: jhartmann <jhartmann@44c647ce-9c0f-0410-b52a-842ac1e357ba> Date: Fri Feb 13 19:30:20 2009 +0000