-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
Google Chat integration has stopped working #82235
Comments
Similar problem for me. Stopped working 11/15. I'm running Home Assistant Core 2022.10.5. The error in the logs is:
|
I have problems with Hangouts too. Stopped working on 16.11. Im'm running 2022.11.3. There is no problems with login and password. After reload integration I have these logs:
|
My Google Chat integration stopped working about the same time too, I've tried remove / add, log back in, still no go, not sure if it is related but I'm getting these errors:- 2022-11-19 10:04:16.493 ERROR (MainThread) [homeassistant.util.logging] Exception in async_handle_update_users_and_conversations when dispatching 'hangouts_connected': () |
can't say for how long the link on the integration page (https://accounts.google.com/o/oauth2/programmatic_auth?scope=https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthLogin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&client_id=936475272427.apps.googleusercontent.com&device_name=hangups) is not working anymore. but maybe this may help somebody to investigate. the app behind the integration could have been disabled. |
same error here, since yesterday :/ |
Because this integration depends on Hangups from tdryer, I believe this is the reason: tdryer/hangups#533 I am not sure why this integration was renamed "Google Chat". The underlying Hangups client reverse-engineered the Google Hangouts protocol, which was deprecated long ago and now appears to be turned down. To get this working again, the integration will likely have to be completely rewritten to use Google Chat APIs. |
I use Eion Robb's Google Chat plugin for Pidgin chat client and that is still working fine ? I'm no coder but If HA could abandon Hangups and jump on Eion's purple-googlechat that might get us back on the air. I'm sure it wouldn't be that easy. People are now reporting that Elon's other Pidgin for Hangouts has recently stopped working, and He is asking people to change to his purple-googlechat plugin because the Hangouts API has been shut down by Google. |
Is there any update? I got the same issue 2022.6.6 2022-11-20 18:51:21 ERROR (MainThread) [homeassistant.util.logging] Exception in async_handle_update_users_and_conversations when dispatching 'hangouts_connected': () |
Same issue. I hope its not actually built on hangouts as someone mentioned because Google did just shut it off. |
Well its built on the hangups util library, which leverages the Hangouts protocol. Thats what probably cause it to stop working for everyone. To fix, it looks like someone will need to update the component to use a newer library that uses the Google Chat protocol. |
To be clear, if I understand the the PR that closes this issue. It doesn't actually fix the issue, it is just saying that integration is no longer supported and is being removed? |
Correct. The API it uses has been shut down, the integration can no longer work. It has, therefore, been removed from our codebase and is pending removal for Home Assistant 2022.12. The integration was labeled Google Chat, however, it was previous labels (and using) Google Hangouts. This issue was closed by the removal PR for that reason. ../Frenck |
So long Google Hangouts / Chat, thanks for all the fish. Since it died a week or so back I've migrated over to a discord bot for notifications, so far it seems to work really well, no offence but the Android companion app Notifications aren't quite adequate yet, missing native imaging viewing & image log from within the companion app 🥺, but that could be just me.. |
@compacthack - is Discord bot free and secure? What are other alternatives? |
The Discord integration
<https://www.home-assistant.io/integrations/discord/> works for notify
service calls. If you want chatbot capability, Telegram
<https://www.home-assistant.io/integrations/telegram_bot/> is a good
alternative.
…On Thu, Nov 24, 2022, 11:46 PM misakm ***@***.***> wrote:
@compacthack <https://github.com/compacthack> - is Discord bot free and
secure? What are other alternatives?
—
Reply to this email directly, view it on GitHub
<#82235 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIOTVHKLDMLU4IU5NOBSPLWKBVELANCNFSM6AAAAAASC5JBWE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The problem
The Google Chat integration has stopped working. The hangouts.conversations entity is no longer displayed in Developer Tools -> States, and calling the Google Chat: Update service throws an error: "Failed to call service hangouts.update. Unknown error."
I tried restarting HassOS, disabling/enabling the integration, and removing/adding the integration. Authentication still works, but I'm not able to send messages. The integration stopped working some time during the day on 11/16, without any changes to my configuration.
What version of Home Assistant Core has the issue?
2022.11.3
What was the last working version of Home Assistant Core?
2022.11.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Google Chat
Link to integration documentation on our website
https://www.home-assistant.io/integrations/hangouts/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: