Gelöschte Dateien: "Dieses Verzeichnis ist nicht verfügbar,..."

Ich habe die App “Deleted Files” v 1.10.1 in meiner NextCloud installiert/aktiviert.
Tatsächlich kann ich den “Gelöschte Dateien” Ordner in der Dateien-Navigation unten links in der Seitenleise auch anwählen. Das Verzeichnis wechselt, bleibt jedoch leer und folgende Fehlermeldung wird angezeigt:

Dieses Verzeichnis ist nicht verfügbar, bitte die Logdateien überprüfen oder den Administrator kontaktieren.

Ich weiss nicht, wo und wie ich das Problem anpacken soll.


Vielen Dank für dein Hilfe.


Details zu meiner NextCloud:

NextCloudPi 20.0.10

raspberrypi

Betriebssystem: Linux 5.10.17-v7+ armv7l
Prozessor: ARMv7 Processor rev 4 (v7l) (4 cores)
Speicher: 924.00 MB

PHP

Version: 7.3.19
Arbeitspeicher-Grenzwert: 512 MB
Maximale Ausführungszeit: 3600
Maximale Größe zum Hochladen: 2 MB

Datenbank

Art: mysql
Version: 10.3.17
Größe: 327.6 MB

The output of your Nextcloud log in Verwaltung → Protokollierung:

[webdav] Fatal: TypeError: Return value of OCA\Files_Trashbin\Sabre\AbstractTrash::getSize() must be of the type int, float returned at <<closure>>

 0. /var/www/nextcloud/apps/files_trashbin/lib/Sabre/PropfindPlugin.php line 85
    OCA\Files_Trashbin\Sabre\AbstractTrash->getSize()
 1. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/PropFind.php line 96
    OCA\Files_Trashbin\Sabre\PropfindPlugin->OCA\Files_Trashbin\Sabre\{closure}("*** sensitive parameters replaced ***")
 2. /var/www/nextcloud/apps/files_trashbin/lib/Sabre/PropfindPlugin.php line 86
    Sabre\DAV\PropFind->handle("{http://owncloud.org/ns}size", Closure {})
 3. /var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php line 89
    OCA\Files_Trashbin\Sabre\PropfindPlugin->propFind(Sabre\DAV\PropFind {}, OCA\Files_Trashbin\Sabre\TrashFolder {})
 4. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1063
    Sabre\DAV\Server->emit("propFind", [Sabre\DAV\PropF ... }])
 5. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 989
    Sabre\DAV\Server->getPropertiesByNode(Sabre\DAV\PropFind {}, OCA\Files_Trashbin\Sabre\TrashFolder {})
 6. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1678
    Sabre\DAV\Server->getPropertiesIteratorForPath("trashbin/abienz/trash", ["{http://nextcl ... "], 1)
 7. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1661
    Sabre\DAV\Server->writeMultiStatus(Sabre\Xml\Writer ... ]}, Generator {}, false)
 8. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php line 363
    Sabre\DAV\Server->generateMultiStatus(Generator {}, false)
 9. /var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php line 89
    Sabre\DAV\CorePlugin->httpPropFind(Sabre\HTTP\Request {}, Sabre\HTTP\Response {})
10. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 474
    Sabre\DAV\Server->emit("method:PROPFIND", [Sabre\HTTP\Requ ... }])
11. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 251
    Sabre\DAV\Server->invokeMethod(Sabre\HTTP\Request {}, Sabre\HTTP\Response {})
12. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 319
    Sabre\DAV\Server->start()
13. /var/www/nextcloud/apps/dav/lib/Server.php line 332
    Sabre\DAV\Server->exec()
14. /var/www/nextcloud/apps/dav/appinfo/v2/remote.php line 35
    OCA\DAV\Server->exec()
15. /var/www/nextcloud/remote.php line 167
    require_once("/var/www/nextcl ... p")

PROPFIND /remote.php/dav/trashbin/abienz/trash
from xxx.xxx.xxx.xxx by abienz at 2021-07-13T18:20:38+00:00

Long story:

There is a suggested workaround in the end that perhaps can help you. However, when creating zip files for download, there can be some problems:

Dear tflidd
thank you for your help.
I followed https://github.com/nextcloud/server/pull/16636 on tab “files changed”, ie I deleted “int” before “$size” on line 55 in “lib/private/Streamer.php”
Then I rebooted my Pi.
Unfortunately the error-message remains.

log:

TypeError: Return value of OCA\Files_Trashbin\Sabre\AbstractTrash::getSize() must be of the type int, float returned …

Any more ideas?

Thx, stargate

PS
what do “deleted files” have in common with zipping?