-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No JSON object could be decoded when calling index.list_documents() #1643
Comments
Thanks for the report! The bug in the wrapper is that it should handle non-JSON error responses better. |
Unfortunately, the early-access program is closed. :( |
@dhermes I am using version 0.9.0 |
Ahhh I see. This fix was in the |
Note that @nlokare is out of luck even if he upgrades, unless he was already on the whitelist for the Cloud Search alpha: that signup has closed. |
We don't have visibility into that. I sent an email to one of the engineers on the API and hope to hear back. Sorry we don't know more. |
@dhermes Thanks. Appreciate it. Just fyi, the online docs don't indicate that the search API is currently in alpha. |
The only docs are https://cloud.google.com/search/, which 404 if you aren't on the whitelist. This is distinct from the GAE feature: https://cloud.google.com/appengine/training/fts_intro/ (at least as far as I know it is, I definitely know the docs are distinct). |
@dhermes I am referring to these docs https://googlecloudplatform.github.io/gcloud-python/0.9.0/search-usage.html |
Ahh I see. That is something we can fix! Thanks. |
See googleapis#1643 for context.
Hi,
Just to clarify, is the gcloud/Cloud Search API the equivalent to App Engine's https://cloud.google.com/appengine/training/fts_intro/? I can't find any documentation specifying this, but I assumed so.
If so, I keep getting
Value Error: No JSON object could be decoded
whenever I call thelist_indexes()
orlist_documents()
methods.If not, is there an equivalent library I should be using to build app engine search indexes from a Google compute cloud application?
Thanks
The text was updated successfully, but these errors were encountered: