Error when installing OCC Web

Hello, I’m new to using NextCloudPi.
I have the following question:

  1. My computer is a Raspberry 4B;
  2. I installed NextCloudPi 17.0.3;
  3. In the External Storages option, I used SMB / CIFS:
  • Configuration: My IP on NextCloudPi
  • Shared: media
  • User: ncp
  1. I am getting the error belowwhen installing OCC Web:

[settings] Error: GuzzleHttp\Exception\ConnectException: cURL error 7: Failed to connect to git.adphi.net port 443: Connection refused (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) at <>

  1. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 149
    GuzzleHttp\Handler\CurlFactory::createRejection(GuzzleHttp\Handl … l}, {errno: 7,error: … 9})
  2. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 102
    GuzzleHttp\Handler\CurlFactory::finishError(GuzzleHttp\Handler\CurlHandler {}, GuzzleHttp\Handl … l}, GuzzleHttp\Handler\CurlFactory {})
  3. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php line 43
    GuzzleHttp\Handler\CurlFactory::finish(GuzzleHttp\Handler\CurlHandler {}, GuzzleHttp\Handl … l}, GuzzleHttp\Handler\CurlFactory {})
  4. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/Proxy.php line 28
    GuzzleHttp\Handler\CurlHandler->__invoke("*** sensitive parameter replaced ", " sensitive parameter replaced ***")
  5. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/Proxy.php line 51
    GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler{closure}("*** sensitive parameters replaced ***")
  6. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php line 37
    GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler{closure}("*** sensitive parameters replaced ***")
  7. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php line 30
    GuzzleHttp\PrepareBodyMiddleware->__invoke("*** sensitive parameter replaced ", " sensitive parameter replaced ***")
  8. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php line 70
    GuzzleHttp\Middleware::GuzzleHttp{closure}("*** sensitive parameters replaced ***")
  9. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php line 60
    GuzzleHttp\RedirectMiddleware->__invoke("*** sensitive parameter replaced ", " sensitive parameter replaced ***")
  10. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php line 67
    GuzzleHttp\Middleware::GuzzleHttp{closure}("*** sensitive parameters replaced ***")
  11. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 277
    GuzzleHttp\HandlerStack->__invoke("*** sensitive parameter replaced ", " sensitive parameter replaced ***")
  12. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 125
    GuzzleHttp\Client->transfer("*** sensitive parameter replaced ", " sensitive parameter replaced ***")
  13. /data/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 131
    GuzzleHttp\Client->requestAsync(“get”, GuzzleHttp\Psr7\Uri {}, {verify: "/data/ … }})
  14. /data/nextcloud/lib/private/Http/Client/Client.php line 144
    GuzzleHttp\Client->request(“get”, “https://git.adp … 0”, {proxy: null,ver … e})
  15. /data/nextcloud/lib/private/Installer.php line 269
    OC\Http\Client\Client->get(“https://git.adp … 0”, {save_to: "/data … "})
  16. /data/nextcloud/settings/Controller/AppSettingsController.php line 444
    OC\Installer->downloadApp(“occweb”)
  17. /data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 170
    OC\Settings\Controller\AppSettingsController->enableApps([“occweb”], [])
  18. /data/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 99
    OC\AppFramework\Http\Dispatcher->executeController(OC\Settings\Cont … {}, “enableApps”)
  19. /data/nextcloud/lib/private/AppFramework/App.php line 126
    OC\AppFramework\Http\Dispatcher->dispatch(OC\Settings\Cont … {}, “enableApps”)
  20. /data/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php line 47
    OC\AppFramework\App::main(“OC\Settings\C … r”, “enableApps”, OC\AppFramework\ … {}, {_route: "settin … "})
  21. <>
    OC\AppFramework\Routing\RouteActionHandler->__invoke({_route: "settin … "})
  22. /data/nextcloud/lib/private/Route/Router.php line 297
    undefinedundefinedcall_user_func(OC\AppFramework\ … {}, {_route: "settin … "})
  23. /data/nextcloud/lib/base.php line 997
    OC\Route\Router->match("/settings/apps/enable")
  24. /data/nextcloud/index.php line 42
    OC::handleRequest()

POST /index.php/settings/apps/enable
from 192.168.1.108 by ncp at 2020-02-24T22:12:03+00:00

Same here, tried to update OCC web via the web gui. Error. No connection to the sources

It is always worse to use the search function of the forum first, before asking the same question multiple times :wink:

errr… if you used ncp to install your nc-server on your private rapsi 4b you won’t need occ web app to be able accessing shell…

you could do that via ssh to your server directly.

just sayin’

The OCC Web app download problem has been solved by the developer in the meantime. Thanks @JimmyKater for your help :wink:

1 Like