Assigned
Status Update
Comments
va...@google.com <va...@google.com>
da...@gmail.com <da...@gmail.com> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
da...@gmail.com <da...@gmail.com> #4
In this case it is not app specific, The 400 error is due to quota of the application versions being over the limit which is 10 (but for this specific project it has been increased to 60). So any project with more than 10 versions will experience this.
vb...@gmail.com <vb...@gmail.com> #5
[Comment deleted]
da...@gmail.com <da...@gmail.com> #6
I have forwarded this request/report to the engineering team. We will update this issue with any progress updates and a resolution.
ma...@real-life-interaction.de <ma...@real-life-interaction.de> #7
I just came up with the exact same patch as https://issuetracker.google.com/issues/329705717#comment4 independently, and can confirm it it works.
Description
Problem you have encountered:
Projection queries are broken in dev_appserver.py starting with cloud sdk 468.0.0. In the application code the projection query always returns an empty list, and the log is spammed with:
Steps to reproduce:
Install cloud sdk 468.0.0 and try a ndb projection query in dev_appserver.py
Other information (workarounds you have tried, documentation consulted, etc):
This is broken starting sdk 468, presumably due to the removal of python2 support. For reference, the orginating line 266 in cloud sdk 467
was changed in cloud sdk 468 to: