home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
68.78k stars 28.1k forks source link

XMPP notifier unable to login since update #116183

Open ghr23 opened 1 week ago

ghr23 commented 1 week ago

The problem

Since the latest update of HA Core my Jabber (XMPP) notifier stopped sending notifications. In the logs it only says: "Login failed." Before the update from it worked fine.

What version of Home Assistant Core has the issue?

core-2024.4.4

What was the last working version of Home Assistant Core?

core-2024.4.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Jabber (XMPP)

Link to integration documentation on our website

https://www.home-assistant.io/integrations/xmpp

Diagnostics information

No response

Example YAML snippet

- name: jabber
    platform: xmpp
    sender: xxx@xxx.xxx
    password: !secret jabber_pw_xxx
    recipient:
      - xxx@xxx.xxx

Anything in the logs that might be useful for us?

2024-04-25 18:31:11.231 WARNING (MainThread) [homeassistant.components.xmpp.notify] Login failed

Additional information

I tried to get more verbose log messages using:

logger: default: warning logs: homeassistant.components.notify.xmpp: debug

But that did not make a difference.

home-assistant[bot] commented 1 week ago

Hey there @fabaff, @flowolf, mind taking a look at this issue as it has been labeled with an integration (xmpp) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `xmpp` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign xmpp` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


xmpp documentation xmpp source (message by IssueLinks)

CarlosMiau commented 1 week ago

I can confirm this problem.

What version of Home Assistant Core has the issue ?

core-2024.4.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Jabber (XMPP)

Example YAML snippet

- name: jabber
    platform: xmpp
    sender: xxx@xxx.xxx
    password: !secret jabber_pw_xxx
    tls: true
    verify: false
    recipient:
      - xxx@xxx.xxx

Anything in the logs that might be useful for us?

2024-04-24 22:03:37.947 WARNING (ImportExecutor_0) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one.
2024-04-25 08:59:33.691 WARNING (MainThread) [homeassistant.components.xmpp.notify] Login failed

thanks

podkilla commented 6 days ago

same here, sending notifications via node-red still works.

DrAzraelTod commented 2 days ago

see that problem too account credentials are fine (worked before and still do in gajim) something broke and I'm not having enough log-output to debug anything

at last with my personal xmpp-server I'm getting cert problems - that I can understand. But this account SHOULD work.