I tried installing google assistant in Windows 10 and had my device registered. But when I run the assistant and ask it a question, it responds
"ERROR:grpc._channel:Exception iterating requests!"
I have included a screenshot of the long error message as well. Any suggestions?
Screenshot of error response:
Related
I have configured google assistant in my raspberry pi as mentioned in the below link
https://developers.google.com/assistant/sdk/guides/service/python/embed/run-sample
In the google action console, i have given permission to all the activities.
But when I tried assessing google calendar through google assistant in my raspberry pi, Google assistant module doesn’t show my calendar anymore.
It says " First I’ll need your permission to give Personals Results. You can make that change in Google Assistant Settings on your phone."
Then I receive a notification on my phone to allow permission
As soon as I click on “Personal results” to allow permission on phone, the app crashes. I have tried 2 different phones but same thing happens.
So I deleted token & credential file and used a new credentials (auth), allowed all permission but it still gives me the same message when I ask for my personal results such as calendar.
Has something changed? Could someone help to solve this issue?
5I'm creating a google actions for Google Home, i'm using dialogflow and firebase functions and database to create the all thing.
So far everything was working good together but yesterday an error occured that i dont understand.
When i want to test my agent on the Simulator section of Google Actions, the agent is not responding even if in the logs i can see that the response is actually received by the simulator as shown here
And it answer this in the simulator
The response is empty and i have this simple error in the Debug section
It worked perfectly before but i may have change one thing that crashed everything and i can't find it.
EDIT
As recommended by #Prisoner, i've checked the History to find this
So i checked the logs and i got this (after Dialogflow Request and Dialogflow fulfillment request who were looking good)
It seems that the Dialogflow fulfillement response is having problem with URL ???
EDIT2
My URL fulfillment (firebase functions) was wrong, now that i have changed it, the log in my History seems ok :
But i'm always getting the same error on the Simulator.
Your logs show that your fulfillment is not deployed correctly and the URL is pointing to a HTML 404 page. This will cause your app to stop responding.
You may be running into the recent "first TTS is not spoken" bug in the simulator. I suggest changing your surface to speaker instead of phone. You can read more about this here.
When I run the Google Sheets (Google Analytics Add-on) the reports run fine, however, when the automated hourly runs are done I get an hourly email that the reports "timed out" as seen below.
Error message
Service timed out: Spreadsheets
Spreadsheet service seems down, I have same issue on some apps that use Spreadsheet service. Still see nothing on https://docs.google.com/macros/dashboard
I don't understand the comment I see ('And your programming question is?'). I understood this place is to help..
Our Marketplace application ID is 691703567391.
https://www.google.com/enterprise/marketplace/viewListing?productListingId=3198+1842896415262219465
Since 4-5 days, the application cannot access any customer data from the marketplace by using provisionning API and group provisionning APIs.
(apps-apis.google.com/a/feeds/group/#readonly and apps-apis.google.com/a/feeds/user/#readonly)
Whatever request our application is making, the response is always :
Error
401(Client Error)!!1
401.
That's an error.
There was an error in your request.
That's all we know.
For instance we did the GET request on the following URL : https://www.google.com/m8/feeds/contacts/default/full?xoauth_requestor_id=stef#gappsexperts.com and reponse was error 401.
After checking in cloud.google.com console, it appears that the Oauth1 reigtsred app has completely disappeared from our Cloud console (see screenshot)
Now only the Oauth2 app is available. I AM SURE THIS IS THE CAUSE OF THE PROBLEM.
Now here are the abnormal behaviours :
1/ We are getting errors for any request we make on user or group provisionning
2/ Oauth 1 registered app is not in the cloud.google.com console anymorre for this listing.
3/ WE CANNOT UNPUBLISH the listing in Google Apps Marketplace.
help us !
Is it possible you tried to create an OAuth 2 client ID in the same Developer Console project as your original Apps Marketplace developer console project?
I believe that might be a cause of this issue.
Your screenshot didn't come through in the post.
I am using this module for some time and it worked fine. But suddenly it stops fetching analytics data. When I saw the report, it was showing message as
Code: 403 - Error: Forbidden - Message: usageLimitsuserRateLimitExceededUnregUser Rate Limit Exceeded. Please sign uphttps://code.google.com/apis/console
Please help me
This error message indicates that your application is not registered to use the google analytics api and so you were only having a low grace quota meant for testing and you have exceeded that. Check the official documentation to know about this error message and how to enable the api in the console.