nextcloud/app_api

Call to a member function getStatus() on null

RainerEmrich opened this issue · 0 comments

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