google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Youtube ClientLogin: 'HOSTED_OR_GOOGLE' account_type detection broken #454

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a 
gdata.youtube.service.YouTubeService(account_type='HOSTED_OR_GOOGLE')
2. Try to log in via service.ProgrammaticLogin() with a google apps domain 
account (eg. myacc@example.org)
3. Receive "BadAuthentication: Incorrect username or password"
4. Change account_type to 'GOOGLE'
5. Login again with service.ProgrammaticLogin()
6. Succeed.

What version of the product are you using?
gdata-2.0.12

Please provide any additional information below.
This used to work without a problem until at least september.

This seems to be a problem with the API itself rather than the python client. 
If you can tell me a better place to report this, I'd be happy to pass this on.

Cheers,
Pascal

Original issue reported on code.google.com by boyerc...@gmail.com on 8 Oct 2010 at 9:32

GoogleCodeExporter commented 9 years ago
The YouTube API Developer Forum is here:

   http://groups.google.com/group/youtube-api-gdata?pli=1

Original comment by joe.gregorio@gmail.com on 8 Oct 2010 at 10:51

GoogleCodeExporter commented 9 years ago
Thanks for the fix on this..

Original comment by meteorlo...@gmail.com on 12 Oct 2010 at 11:28