Getting HttpError 500, Internal Server Error when attempting to update inappproducts

143 views
Skip to first unread message

Ross Larner

unread,
Nov 14, 2015, 11:26:45 AM11/14/15
to Google API Python Client
I am getting an Internal Server Error when attempting to do an inappproducts().update using the Python apiclient library:

[INFO] 2015-11-14 16:09:23,446 /Users/rosslarner/udemy-py3-env/lib/python3.4/site-packages/googleapiclient/discovery.py:766 - URL being requested: PUT https://www.googleapis.com/androidpublisher/v2/applications/**scrubbed**/inappproducts/**scrubbed**?autoConvertMissingPrices=true&alt=json

error <HttpError 500 when requesting https://www.googleapis.com/androidpublisher/v2/applications/**scrubbed**/inappproducts/**scrubbed**?autoConvertMissingPrices=true&alt=json returned "">

e.error.resp.status 500

e.error.resp.reason 'Internal Server Error'


This was working until two days ago. Any ideas what might be awry, or things to check? I thought it was an intermittent error, but it has not yet gone away.


Thanks in advance for any help,

Ross

Nathaniel Manista

unread,
Nov 14, 2015, 11:31:39 AM11/14/15
to google-api-p...@googlegroups.com
On Sat, Nov 14, 2015 at 8:26 AM, Ross Larner <ross....@udemy.com> wrote:

This was working until two days ago. Any ideas what might be awry, or things to check? I thought it was an intermittent error, but it has not yet gone away.

500-level codes are used to indicate an error on the server's part, so it's not likely that you're doing anything wrong or could do anything better. I would suppose that the androidpublisher folks are already aware of the problem and working to fix it, but if they have an issue tracker or mailing list you might want to check in with them there.
-N
Reply all
Reply to author
Forward
0 new messages