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

Causes floccus to fail .... #6

Open
bernd-wechner opened this issue Dec 14, 2018 · 2 comments
Open

Causes floccus to fail .... #6

bernd-wechner opened this issue Dec 14, 2018 · 2 comments

Comments

@bernd-wechner
Copy link

Originally reported in:

floccusaddon/floccus#198

and diagnosed there to this app. I disabled this app and floccus works again.

It is not clear to me of course if the fault is with floccus or with bookmarks_fulltextsearch
but I log the issue here for completeness sake and to alert you to it. I don't understand what the cause is, but the two apps should harmonise.

@moaxey
Copy link

moaxey commented Dec 22, 2018

I was seeing similar behaviour to this. Floccus reporting a 500 error.

Floccus log would not show an error, but would skip the reassuring "Successfully ended sync process for account" message at the end of the sync. Its icon would show a red alert and settings page indicate a 500 error.

And NextCloud bookmarks would get one new bookmark from the sync.

This is the error reported in the nextcloud logs, which goes away after disabling this app.

Error: Class 'OCA\FullTextSearch\Api\v1\FullTextSearch' not found

    /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 212:

    OCA\Bookmarks_FullTextSearch\AppInfo\Application->OCA\Bookmarks_FullTextSearch\AppInfo\{closure}("*** sensiti ... *")

    /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php - line 44:

    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch([ Closure {}], "*** sensiti ... *", "*** sensiti ... *")

    /var/www/nextcloud/apps/bookmarks/controller/lib/bookmarks.php - line 928:

    Symfony\Component\EventDispatcher\EventDispatcher->dispatch("*** sensiti ... *", "*** sensiti ... *")

    /var/www/nextcloud/apps/bookmarks/controller/rest/bookmarkcontroller.php - line 236:

    OCA\Bookmarks\Controller\Lib\Bookmarks->addBookmark("mjoakes", "https://med ... p", "Machine Lea ... )", [], "For the pas ... .", false, [ "4"])

    /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 166:

    OCA\Bookmarks\Controller\Rest\BookmarkController->newBookmark("https://med ... p", [], "Machine Lea ... )", false, "", [], [ "4"])

    /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 99:

    OC\AppFramework\Http\Dispatcher->executeController(OCA\Bookmark ... {}, "newBookmark")

    /var/www/nextcloud/lib/private/AppFramework/App.php - line 118:

    OC\AppFramework\Http\Dispatcher->dispatch(OCA\Bookmark ... {}, "newBookmark")

    /var/www/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:

    OC\AppFramework\App::main("BookmarkController", "newBookmark", OC\AppFramew ... {}, { _route: "b ... "})

    OC\AppFramework\Routing\RouteActionHandler->__invoke({ _route: "b ... "})

    /var/www/nextcloud/lib/private/Route/Router.php - line 297:

    call_user_func(OC\AppFramew ... {}, { _route: "b ... "})

    /var/www/nextcloud/lib/base.php - line 987:

    OC\Route\Router->match("/apps/bookm ... k")

    /var/www/nextcloud/index.php - line 42:

    OC::handleRequest()

Hopefully that is helpful.

@bernd-wechner
Copy link
Author

That looks much like what Is aw in the logs and reported here:

floccusaddon/floccus#198

The relevant snippet being:

"Exception":"Error","Message":"Class 'OCA\\FullTextSearch\\Api\\v1\\FullTextSearch' not found"

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

2 participants