meichthys / nextcloud_monitor

Python wrapper around Nextcloud monitor api
MIT License
2 stars 2 forks source link

UnboundLocalError: local variable 'ncm' referenced before assignmen #2

Closed chaoqunxie closed 2 years ago

chaoqunxie commented 2 years ago

Logger: homeassistant.components.nextcloud Source: components/nextcloud/init.py:103 Integration: nextcloud (documentation, issues) First occurred: 17:16:33 (1 occurrences) Last logged: 17:16:33

Nextcloud setup failed - Check configuration

chaoqunxie commented 2 years ago

Logger: homeassistant.components.nextcloud Source: components/nextcloud/init.py:103 Integration: nextcloud (documentation, issues) First occurred: 17:16:33 (1 occurrences) Last logged: 17:16:33

Nextcloud setup failed - Check configuration

change /usr/local/lib/python3.9/site-packages/nextcloudmonitor.py

response = requests.get(self.api_url, auth=(self.user, self.password), verify=False)

ok