core: nextcloud integration failed to start in 2023.2.x

The problem

nextcloud integration failed to start after upgrading from 2023.1.x -> 2023.2.x. tried to update my app password. same result. has been working for many years…

What version of Home Assistant Core has the issue?

2023.2.1

What was the last working version of Home Assistant Core?

2023.1.x

What type of installation are you running?

Home Assistant Core

Integration causing the issue

nextcloud

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

nextcloud:
  url: https://marotta-nc.ddns.net
  username: !secret nc_username
  password: !secret nc_password

Anything in the logs that might be useful for us?

2023-02-02 23:49:22.110 ERROR (SyncWorker_6) [homeassistant.components.nextcloud] Nextcloud setup failed - Check configuration
2023-02-02 23:49:22.162 ERROR (MainThread) [homeassistant.setup] Setup failed for nextcloud: Integration failed to initialize.
 - [nextcloud](https://www.home-assistant.io/integrations/nextcloud) ([Show logs](/config/logs?filter=nextcloud))
Binary file (standard input) matches

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 1
  • Comments: 18 (10 by maintainers)

Most upvoted comments

I’ll do the implementation of a config flow for the nextcloud integration, so that we can add the verify_ssl option.

Thanks!