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

500 error with a null message when trying to run adsense reports.generate #14

Open
GoogleCodeExporter opened this issue Feb 1, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Connect to the Adsense Management API in the API Explorer
2. Switch into private mode
3. Click on the reports.generate method
4. Fill in the two required fields (startDate of 2011-10-01 and endDate of 
2011-10-30)
5. Click to submit the request

What is the expected output? What do you see instead?
Should get a report object back.

Instead get a 500 error with a 'null' message in the response:

SEE BELOW:
Request

GET 
https://www.googleapis.com/adsense/v1/reports?startDate=2011-10-01&endDate=2011-
10-30&pp=1&key={YOUR_API_KEY}

Authorization:  OAuth ya29.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
X-JavaScript-User-Agent:  Google APIs Explorer google-api-gwt-client/0.1-alpha

Response

500 Internal Server Error

- Hide headers -

Content-Type:  application/json; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Tue, 01 Nov 2011 04:05:41 GMT
Expires: Tue, 01 Nov 2011 04:05:41 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE


{
"error": {
"code": 500,
"message": null
}
}

What version of the product are you using? On what operating system?
v1 of the Google Adsense Management API

Please provide any additional information below.


Original issue reported on code.google.com by travis.p...@gmail.com on 1 Nov 2011 at 4:11

@GoogleCodeExporter
Copy link
Author

Sir i am unable to open my adsense account, please help me to out this, is 
showing 500 error, please resolve the issue

Original comment by harmanfa...@gmail.com on 25 Jun 2013 at 10:44

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

No branches or pull requests

1 participant