Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to access deleted accounts #103

Open
Subnet-Masked opened this issue Sep 19, 2022 · 0 comments
Open

Trying to access deleted accounts #103

Subnet-Masked opened this issue Sep 19, 2022 · 0 comments

Comments

@Subnet-Masked
Copy link

Nextcloud Docker 24.0.5 Apache
App Version: 0.0.15

[duplicatefinder] Error: OC\User\NoUserException: Backends provided no user object at <<closure>>

 0. <<closure>>
    OC\Files\Node\Root->getUserFolder("testaccount")
 1. /var/www/html/lib/private/Files/Node/LazyFolder.php line 72
    call_user_func_array([OC\Files\Node\Root {},"getUserFolder"], ["testaccount"])
 2. /var/www/html/lib/private/Files/Node/LazyRoot.php line 40
    OC\Files\Node\LazyFolder->__call("getUserFolder", ["testaccount"])
 3. /var/www/html/custom_apps/duplicatefinder/lib/Service/FolderService.php line 40
    OC\Files\Node\LazyRoot->getUserFolder("testaccount")
 4. /var/www/html/custom_apps/duplicatefinder/lib/Service/FileInfoService.php line 209
    OCA\DuplicateFinder\Service\FolderService->getNodeByFileInfo(OCA\DuplicateFin ... 0}, "Cody")
 5. /var/www/html/custom_apps/duplicatefinder/lib/Listener/FileInfoListener.php line 39
    OCA\DuplicateFinder\Service\FileInfoService->calculateHashes(OCA\DuplicateFin ... 0}, "Cody")
 6. /var/www/html/lib/private/EventDispatcher/ServiceEventListener.php line 87
    OCA\DuplicateFinder\Listener\FileInfoListener->handle(OCA\DuplicateFin ... {})
 7. /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 251
    OC\EventDispatcher\ServiceEventListener->__invoke(OCA\DuplicateFin ... {}, "OCA\\DuplicateF ... t", Symfony\Componen ... {})
 8. /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 73
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners([Closure {}], "OCA\\DuplicateF ... t", OCA\DuplicateFin ... {})
 9. /var/www/html/lib/private/EventDispatcher/EventDispatcher.php line 88
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(OCA\DuplicateFin ... {}, "OCA\\DuplicateF ... t")
10. /var/www/html/lib/private/EventDispatcher/EventDispatcher.php line 100
    OC\EventDispatcher\EventDispatcher->dispatch("OCA\\DuplicateF ... t", OCA\DuplicateFin ... {})
11. /var/www/html/custom_apps/duplicatefinder/lib/Service/FileInfoService.php line 144
    OC\EventDispatcher\EventDispatcher->dispatchTyped(OCA\DuplicateFin ... {})
12. /var/www/html/custom_apps/duplicatefinder/lib/Listener/FilesytemListener.php line 67
    OCA\DuplicateFinder\Service\FileInfoService->save("/Cody/files/New document.docx", "Cody")
13. /var/www/html/lib/private/EventDispatcher/ServiceEventListener.php line 87
    OCA\DuplicateFinder\Listener\FilesytemListener->handle(OCP\Files\Events\Node\NodeWrittenEvent {})
14. /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 251
    OC\EventDispatcher\ServiceEventListener->__invoke(OCP\Files\Events\Node\NodeWrittenEvent {}, "OCP\\Files\\Eve ... t", Symfony\Componen ... {})
15. /var/www/html/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 73
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners([Closure {},Closure {}], "OCP\\Files\\Eve ... t", OCP\Files\Events\Node\NodeWrittenEvent {})
16. /var/www/html/lib/private/EventDispatcher/EventDispatcher.php line 88
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(OCP\Files\Events\Node\NodeWrittenEvent {}, "OCP\\Files\\Eve ... t")
17. /var/www/html/lib/private/EventDispatcher/EventDispatcher.php line 100
    OC\EventDispatcher\EventDispatcher->dispatch("OCP\\Files\\Eve ... t", OCP\Files\Events\Node\NodeWrittenEvent {})
18. /var/www/html/lib/private/Files/Node/HookConnector.php line 118
    OC\EventDispatcher\EventDispatcher->dispatchTyped(OCP\Files\Events\Node\NodeWrittenEvent {})
19. /var/www/html/lib/private/legacy/OC_Hook.php line 106
    OC\Files\Node\HookConnector->postWrite([true,"/New document.docx"])
20. /var/www/html/lib/private/Files/View.php line 1290
    OC_Hook::emit("OC_Filesystem", "post_write", [true,"/New document.docx"])
21. /var/www/html/lib/private/Files/View.php line 1218
    OC\Files\View->runHooks(["touch","create","write"], "/New document.docx", true)
22. /var/www/html/lib/private/Files/View.php line 580
    OC\Files\View->basicOperation("touch", "/Cody/files/New document.docx", ["touch","create","write"], null)
23. /var/www/html/lib/private/Files/Node/Folder.php line 191
    OC\Files\View->touch("/Cody/files/New document.docx")
24. /var/www/html/lib/private/Files/Template/TemplateManager.php line 162
    OC\Files\Node\Folder->newFile("New document.docx")
25. /var/www/html/apps/files/lib/Controller/TemplateController.php line 57
    OC\Files\Template\TemplateManager->createFromTemplate("/New document.docx", "", "user")
26. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 225
    OCA\Files\Controller\TemplateController->create("/New document.docx", "", "user")
27. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 133
    OC\AppFramework\Http\Dispatcher->executeController(OCA\Files\Contro ... {}, "create")
28. /var/www/html/lib/private/AppFramework/App.php line 172
    OC\AppFramework\Http\Dispatcher->dispatch(OCA\Files\Contro ... {}, "create")
29. /var/www/html/lib/private/Route/Router.php line 298
    OC\AppFramework\App::main("OCA\\Files\\Con ... r", "create", OC\AppFramework\ ... {}, ["ocs.files.Template.create"])
30. /var/www/html/ocs/v1.php line 62
    OC\Route\Router->match("/ocsapp/apps/fi ... e")
31. /var/www/html/ocs/v2.php line 23
    require_once("/var/www/html/ocs/v1.php")

POST /ocs/v2.php/apps/files/api/v1/templates/create
from 10.42.3.68 by Cody at 2022-09-19T19:33:15+00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant