theprnce / google-api-python-client

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

UnknownApiNameOrVersion: name: blogger version: v3 #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Good afternoon. Issue being that suddenly (from today on about half an hour 
ago) we got UnknownApiNameOrVersion: name: blogger  version: v3 through the api 
client.

I've checked the api console. It does not hit the quota, the blog in itself is 
still reachable and working, just not the display of it on our website through 
the apiclient. 

What we do: Fetch the blog posts and display them.

Visible errors from the api console: 
method                  error code
blogger.blogs.get       400 
blogger.posts.list  500 

What steps will reproduce the problem?
1. Try to load the website with the blog integration

What is the expected output? What do you see instead?
Expected: Display of the blog posts
See: Crashed page and an email to my account which says 
UnknownApiNameOrVersion: name: blogger  version: v3

What version of the product are you using? On what operating system?
google-api-python-client==1.2
CentOS release 6.4 (Final)

Please provide any additional information below.
The system has not changed in a while and neither was I able to verify any 
changes in the api as of the blogger documentation.
No updates have been done which could have affected this, no package upgrade, 
no system upgrade.

Original issue reported on code.google.com by sascha.p...@stickyboard.co.uk on 10 Jul 2014 at 10:37