-
Notifications
You must be signed in to change notification settings - Fork 224
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
Reminders - Permissions Issue #245
Comments
Hello. First of all, many thanks to Greg and all other contributors : this project is very usefull ! Any suggestions is welcome ! PS : I could progress removing everything and registering the device directly from command line thru registerDevice.js. After that the device appear in Google Home, in the Action console under my project and also as credentials in the API ... but always same result. It seems the request arrive with no link to the device created thru registerDevice.js |
What's weird is that this was working up until a couple of months ago. |
Thanks for the comment. |
Hi,
This is exactly the same problem for me ! Assitant Relay worked fine for a few months, and then impossible to get it to work (personal results)... I'm pretty sure it's permissions issues, but how to properly "enable personal results" ? |
I think a possible solution might be here: https://developers.google.com/assistant/sdk/reference/device-registration/register-device-manual The problem seems to be that Assistant is asking to set permissions on the "device" but the device is Null. |
Hello, |
I have the same issue with the following Sandbox parameters:
Response: "First I'll need your permission to give personal results. You can make that change in Google Assistant on your phone." On my phone, the Google app gives a notification entitled "Allow personal answers". When I click the 'Personal results' toggle to turn it on, the app crashes (presumably because the device name is blank). When I set the device name to "Assistant Relay" or "Null", the app doesn't crash but the problem is also not resolved. |
Was anyone able to resolve this - I'm in the same boat that personalized results used to work and now they don't work any longer. I get the same message on my phone to allow personalized results for a device without name. |
Nope, afraid I have no solution on my end. My personal workaround was to
use a bit of python script in appdaemon to replace the Google Assistant
reminders with Home Assistant app notifications.
…On Sun, 7 Nov 2021 at 03:03, wallnerhaas ***@***.***> wrote:
Was anyone able to resolve this - I'm in the same boat that personalized
results used to work and now they don't work any longer. I get the same
message on my phone to allow personalized results for a device without name.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK6KOPHRTKLS34WE35772TUKXM5VANCNFSM44DA254Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Nope on my side also. |
I have just found Assistant-Relay and using it. Hopefully it is not too late to answer. I had the same problem. To solve this, POST an command which requires personal-result, such as "set a reminder". There will be a new notification asking for personal-result on your Android phone. Click on the notification to open it. Give the device a name, and then turn on personal result. Clicking on "approve", or turning-on without giving a device name will crash the app. |
This didn't work for me. Although I added a device name and allowed permissions, POSTing another command which requires a personal result still results in the same no-name notification. |
Same problem adding a device name doesn't resolve it |
I was facing the same problem on my Android phone - could never confirm the notification. However on my iPhone I've installed the Assistant app and when I got the notification there I confirmed it and since then I can access "personal data" via Assistant Relay ¯_(ツ)_/¯ I guess the iOS has |
You're saying that you are able to do something that normally requires voice recognition, like setting a reminder, from Google Assistant Relay? When you say you were never able to "confirm the notification", what exactly do you mean? |
I was able to add things to my personal shopping list for example.
It wasn't possible to confirm the notification on my android phone but
after clicking it on my iPhone it started working. Not sure why or how 🤷♂
…On Mon, 1 May 2023 at 22:06, ryancasler ***@***.***> wrote:
You're saying that you are able to do something that normally requires
voice recognition, like setting a reminder, from Google Assistant Relay?
When you say you were never able to "confirm the notification", what
exactly do you mean?
Because there is no device to enable personal results for when using
Google Assistant Relay. So, that function should not be available. I tried
adding my account to an iPhone's Google Assistant and was still not able to
do anything that required personal results.
—
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI7OEAUF3NPBMI3L5Q3IOTXEAJTRANCNFSM44DA254Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Attempting to set a reminder using Assistant Relay results in the response, "Sure, but you have to enable personal results on this device" or something to that effect. On my assistant settings, I do not have any option to enable personal results on the API.
The text was updated successfully, but these errors were encountered: