cloud-py-api / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
57 stars 5 forks source link

Call to a member function getStatus() on null #292

Closed RainerEmrich closed 1 week ago

RainerEmrich commented 2 weeks ago

Describe the bug

While trying to setup AppApi im Stuck on the Test-Deploy:

[index] Fehler: Call to a member function getStatus() on null in file '/var/www/nc_00/nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145 POST /apps/app_api/daemons/docker_socket_proxy/test_deploy

Steps/Code to Reproduce

Install AppApi Setup Docker Socket Proxy Configure Daemon Verify connection ok Test Deploy

Expected Results

No error is thrown.

Actual Results

Exception Call to a member function getStatus() on null in file '..../nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php' line 145

/var/www/nc_00/nextcloud/lib/private/AppFramework/App.phpZeile 184

OC\AppFramework\Http\Dispatcher->dispatch()

/var/www/nc_00/nextcloud/lib/private/Route/Router.phpZeile 315

OC\AppFramework\App::main()

/var/www/nc_00/nextcloud/lib/base.phpZeile 1069

OC\Route\Router->match()

/var/www/nc_00/nextcloud/index.phpZeile 39

OC::handleRequest()

Setup configuration

app_api=2.6.0, nextcloud=28.0.5 using nextcloud-appapi-dsp