Can't access to files with android app -> error occured

Hello,
if I access from my nextcloud android app to my self hosting nextcloud 16.04, I get an error in the log file:
[index] Error: OCP\Files\NotFoundException: /appdata_ocvobv4fb23o/external/icons at <>

 0. <<closure>>
    OC\Files\Node\Root->get("/appdata_ocvobv4fb23o/external/icons")
 1. /var/www/html/cloud/lib/private/Files/Node/LazyRoot.php line 64
    undefinedundefinedcall_user_func_array([OC\Files\Node\Root {},"get"], ["appdata_ocvobv4fb23o/external/icons"])
 2. /var/www/html/cloud/lib/private/Files/Node/LazyRoot.php line 141
    OC\Files\Node\LazyRoot->__call("get", ["appdata_ocvobv4fb23o/external/icons"])
 3. /var/www/html/cloud/lib/private/Files/AppData/AppData.php line 140
    OC\Files\Node\LazyRoot->get("appdata_ocvobv4fb23o/external/icons")
 4. /var/www/html/cloud/apps/external/lib/Controller/IconController.php line 144
    OC\Files\AppData\AppData->getFolder("icons")
 5. /var/www/html/cloud/lib/private/AppFramework/Http/Dispatcher.php line 166
    OCA\External\Controller\IconController->showIcon("external.svg")
 6. /var/www/html/cloud/lib/private/AppFramework/Http/Dispatcher.php line 99
    OC\AppFramework\Http\Dispatcher->executeController(OCA\External\Controller\IconController {}, "showIcon")
 7. /var/www/html/cloud/lib/private/AppFramework/App.php line 126
    OC\AppFramework\Http\Dispatcher->dispatch(OCA\External\Controller\IconController {}, "showIcon")
 8. /var/www/html/cloud/lib/private/AppFramework/Routing/RouteActionHandler.php line 47
    OC\AppFramework\App::main("OCA\\External\\ ... r", "showIcon", OC\AppFramework\ ... {}, {icon: "external ... "})
 9. <<closure>>
    OC\AppFramework\Routing\RouteActionHandler->__invoke({icon: "external ... "})
10. /var/www/html/cloud/lib/private/Route/Router.php line 297
    undefinedundefinedcall_user_func(OC\AppFramework\ ... {}, {icon: "external ... "})
11. /var/www/html/cloud/lib/base.php line 975
    OC\Route\Router->match("/apps/external/icons/external.svg")
12. /var/www/html/cloud/index.php line 42
    OC::handleRequest()

GET /cloud/index.php/apps/external/icons/external.svg

Does anyone have a hint for me?
Thank’s
Michael

As far as I remember this directory usually contains the images used by the “External sites app”, which are configured under Settings>Management>External sites>Symbols. Have you eventually played around with that app in the past?

Hello,

I have deactivate the App “External sites”. This error does not come now.
But the files in the folderare not showing.
I have read in this forum I must installed the nextcloud Dev App and look in the log file.
So I do this, and in the logfile is written:

2019-09-28 12:16:35 E Read FolderRemoteOperation
Synchronized: /"foldername" : Socket timeout exception

What can I do now?

Regards
Michael