Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garb is not working - v2.3 was shutdown #111

Open
brunogh opened this issue Jan 11, 2012 · 9 comments
Open

Garb is not working - v2.3 was shutdown #111

brunogh opened this issue Jan 11, 2012 · 9 comments

Comments

@brunogh
Copy link

brunogh commented Jan 11, 2012

Seems that API version 2.3 was shutdown and Garb is not working anymore.

@cgunther
Copy link

Has it really been shutdown?

All I can find is this article dated 12/8/11 stating that 2.3 is deprecated but will be supported for 6 months.

@nmatsui
Copy link

nmatsui commented Jan 12, 2012

I've tried Garb and got the error code below.

Garb::Request::Data::ClientError: "{"error":{"errors":[{"domain":"global","reason":"unsupportedOutputFormat","message":"Unsupported Output Format","locationType":"parameter","location":"alt"}],"code":400,"message":"Unsupported Output Format"}}"

sended url => /analytics/feeds/datasources/ga/accounts/~all/webproperties/~all/profiles?alt=json

Change log says that "JSON responses are not supported", so v2.3 has been shutdown in a few days.
http://code.google.com/intl/en/apis/analytics/community/export_changelog.html

@brunogh
Copy link
Author

brunogh commented Jan 12, 2012

They said about 6 months, but seems it stopped working yesterday. To upgrade to v2.4, Garb will have to parse XML instead of Json that is not supported.

Also at http://code.google.com/apis/analytics/docs/gdata/v2/gdataOverview.html

@cgunther
Copy link

It looks like its working again for me. I'm using v0.9.1 of the gem with the XML response. So maybe it was just a temporary glitch on Google's side.

My error was a bit different:

Garb::DataRequest::ClientError: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><errors xmlns=\"http://schemas.google.com/g/2005\"><error><domain>GData</domain><code>required</code><location type=\"parameter\">webPropertyId</location><internalReason>Required parameter: webPropertyId</internalReason></error></errors>"

@lukeledet
Copy link

I'm having the same issue, how do you set it to use an XML response? It seems like that functionality was removed back in July.

@cgunther
Copy link

The source here switched from XML to JSON in July but v0.9.1 of the gem predates that, which is what I have in use currently.

@chrisle
Copy link

chrisle commented Jan 24, 2012

Just to let everyone know - Gattica was also based on it, so we're seeing the same thing too :(

@cgunther
Copy link

I took @jamescook's fork and started working with it more to support V3: https://github.com/cgunther/garb/tree/v3

@glebm
Copy link

glebm commented May 21, 2012

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants