Looks like the "R32" part is just the row number, if that helps.

On Thursday, May 10, 2012 10:00:13 AM UTC-7, Matt Tenannt wrote:
>
> Hi all,
>
> Sometime in the last month a python script that I have which interacts 
> with a Google Spreadsheet through the gdata library has stopped working.  I 
> cannot say precisely when because it was not run for that month.  But the 
> script itself, and the gdata library it uses (python gdata-2.0.14) was not 
> changed during that time.
>
> Now when calling UpdateCell on a 
> gdata.spreadsheet.service.SpreadsheetService object I get the following 
> stack:
>
>   File "/usr/lib64/python2.6/site-packages/gdata/spreadsheet/service.py", 
> line 270, in UpdateCell
>     entry = self.GetCellsFeed(key, wksht_id, cell)
>   File "/usr/lib64/python2.6/site-packages/gdata/spreadsheet/service.py", 
> line 215, in GetCellsFeed
>     converter=gdata.spreadsheet.SpreadsheetsCellFromString)
>   File "/usr/lib64/python2.6/site-packages/gdata/service.py", line 1108, 
> in Get
>     'reason': server_response.reason, 'body': result_body}
> gdata.service.RequestError: {'status': 400, 'body': 'Invalid query 
> parameter value for R32CNone.', 'reason': 'Bad Request'}
>
> I don't see any reference to R32CNone online, or any mention in the gdata 
> library.  I am assuming this is a change with the service itself.  Any 
> ideas what might have changed, and what I need to do now?
>
> Thanks,
> Matt
>

Reply via email to