[GH-ISSUE #1387] floccus on android: Synce: E17 network error #914

Closed
opened 2026-02-25 22:38:27 +03:00 by kerem · 4 comments
Owner

Originally created by @huckIeberry on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1387

Which version of floccus are you using?

4.19.1 (android)

Sync method

Nextcloud Bookmarks

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

Android 13 / Samsung Galaxy A52s 5G

Which version of Nextcloud Bookmarks are you using? (if relevant)

v13.0.1

Which version of Nextcloud? (if relevant)

v26.0.0

What kind of WebDAV server are you using? (if relevant)

No response

Describe the Bug

Initially the synchronization worked from Firefox/Windows and Floccus/Android. But when I shared a webpage from FF/Android with Floccus/Android and then tried to synchronize with my nextcloud cloud installation, it displayed the following:
! E017: Network error: Check your network connection and your account details

The problem occurs on merge and push mode. It does not occur if I configure Floccus/Android to pull mode. So the credentials are correct and new bookmarks can be pulled, but not pushed.

Expected Behavior

merge sync would be possible from both (multiple) sides.

To Reproduce

  1. Share a webpage from within FF/Android with Floccus/Android
  2. Add the bookmark to a folder in Floccus/Android
  3. Hit the sync button
    floccus-4.19.1-2023-05-16.log

Debug log provided

  • I have provided a debug log file
Originally created by @huckIeberry on GitHub (May 16, 2023). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1387 ### Which version of floccus are you using? 4.19.1 (android) ### Sync method Nextcloud Bookmarks ### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please. Android 13 / Samsung Galaxy A52s 5G ### Which version of Nextcloud Bookmarks are you using? (if relevant) v13.0.1 ### Which version of Nextcloud? (if relevant) v26.0.0 ### What kind of WebDAV server are you using? (if relevant) _No response_ ### Describe the Bug Initially the synchronization worked from Firefox/Windows and Floccus/Android. But when I shared a webpage from FF/Android with Floccus/Android and then tried to synchronize with my nextcloud cloud installation, it displayed the following: ! E017: Network error: Check your network connection and your account details The problem occurs on merge and push mode. It does not occur if I configure Floccus/Android to pull mode. So the credentials are correct and new bookmarks can be pulled, but not pushed. ### Expected Behavior merge sync would be possible from both (multiple) sides. ### To Reproduce 1. Share a webpage from within FF/Android with Floccus/Android 2. Add the bookmark to a folder in Floccus/Android 3. Hit the sync button [floccus-4.19.1-2023-05-16.log](https://github.com/floccusaddon/floccus/files/11487813/floccus-4.19.1-2023-05-16.log) ### Debug log provided - [X] I have provided a debug log file
Author
Owner

@marcelklehr commented on GitHub (May 16, 2023):

This may be a case of a problematic bookmark. It seems that your Nextcloud might throw up on that particular bookmark. Please check your Nextcloud server log for errors. Common problems are Invalid URL and emojis in the title that your database does not support.

<!-- gh-comment-id:1549608609 --> @marcelklehr commented on GitHub (May 16, 2023): This may be a case of a problematic bookmark. It seems that your Nextcloud might throw up on that particular bookmark. Please check your Nextcloud server log for errors. Common problems are Invalid URL and emojis in the title that your database does not support.
Author
Owner

@huckIeberry commented on GitHub (May 16, 2023):

Well, when I deleted that bookmark, I could sync again.
But even adding a supposedly unproblematic bookmark ( like Title: floccus, Link: https://github.com/floccusaddon ) from within the floccus app generated the same error during synchronization. Same behavior if I try it from the other side, the windows browser.
I guess it is a problem of the nextcloud installation.

this is the error log entry on nextcloud:

OC\DB\Exceptions\DbalException: An exception occurred while executing a query: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size

    /var/www/html/lib/private/DB/ConnectionAdapter.php - line 68:

    OC\DB\Exceptions\DbalException::wrap([ "Doctrine\ ... "])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245:

    OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238:

    OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379:

    OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "])

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230:

    OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null)

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137:

    OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/AppFramework/App.php - line 183:

    OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/Route/Router.php - line 315:

    OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "])

    /var/www/html/lib/base.php - line 1055:

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

    /var/www/html/index.php - line 36:

    OC::handleRequest()

Caused by Doctrine\DBAL\Exception\DriverException: An exception occurred while executing a query: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size

    /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1814:

    Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert([ "Doctrine\ ... "], [ "Doctrine\\DBAL\\Query"])

    /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1749:

    Doctrine\DBAL\Connection->handleDriverException([ "Doctrine\ ... "], [ "Doctrine\\DBAL\\Query"])

    /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1055:

    Doctrine\DBAL\Connection->convertExceptionDuringQuery([ "Doctrine\ ... "], "WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/lib/private/DB/Connection.php - line 264:

    Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null)

    /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65:

    OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245:

    OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238:

    OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379:

    OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "])

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230:

    OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null)

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137:

    OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/AppFramework/App.php - line 183:

    OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/Route/Router.php - line 315:

    OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "])

    /var/www/html/lib/base.php - line 1055:

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

    /var/www/html/index.php - line 36:

    OC::handleRequest()

Caused by Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size

    /var/www/html/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php - line 103:

    Doctrine\DBAL\Driver\PDO\Exception::new([ "PDOExcept ... ]])

    /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1045:

    Doctrine\DBAL\Driver\PDO\Statement->execute()

    /var/www/html/lib/private/DB/Connection.php - line 264:

    Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null)

    /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65:

    OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245:

    OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238:

    OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379:

    OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "])

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230:

    OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null)

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137:

    OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/AppFramework/App.php - line 183:

    OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/Route/Router.php - line 315:

    OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "])

    /var/www/html/lib/base.php - line 1055:

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

    /var/www/html/index.php - line 36:

    OC::handleRequest()

Caused by PDOException: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size

    /var/www/html/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php - line 101:

    PDOStatement->execute(null)

    /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1045:

    Doctrine\DBAL\Driver\PDO\Statement->execute()

    /var/www/html/lib/private/DB/Connection.php - line 264:

    Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null)

    /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65:

    OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245:

    OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238:

    OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2])

    /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379:

    OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "])

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230:

    OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null)

    /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137:

    OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/AppFramework/App.php - line 183:

    OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks")

    /var/www/html/lib/private/Route/Router.php - line 315:

    OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "])

    /var/www/html/lib/base.php - line 1055:

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

    /var/www/html/index.php - line 36:

    OC::handleRequest()```
<!-- gh-comment-id:1550244667 --> @huckIeberry commented on GitHub (May 16, 2023): Well, when I deleted that bookmark, I could sync again. But even adding a supposedly unproblematic bookmark ( like Title: floccus, Link: https://github.com/floccusaddon ) from within the floccus app generated the same error during synchronization. Same behavior if I try it from the other side, the windows browser. I guess it is a problem of the nextcloud installation. this is the error log entry on nextcloud: ``` OC\DB\Exceptions\DbalException: An exception occurred while executing a query: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size /var/www/html/lib/private/DB/ConnectionAdapter.php - line 68: OC\DB\Exceptions\DbalException::wrap([ "Doctrine\ ... "]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245: OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238: OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379: OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "]) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230: OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137: OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/AppFramework/App.php - line 183: OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/Route/Router.php - line 315: OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "]) /var/www/html/lib/base.php - line 1055: OC\Route\Router->match("/apps/bookm ... k") /var/www/html/index.php - line 36: OC::handleRequest() Caused by Doctrine\DBAL\Exception\DriverException: An exception occurred while executing a query: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1814: Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert([ "Doctrine\ ... "], [ "Doctrine\\DBAL\\Query"]) /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1749: Doctrine\DBAL\Connection->handleDriverException([ "Doctrine\ ... "], [ "Doctrine\\DBAL\\Query"]) /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1055: Doctrine\DBAL\Connection->convertExceptionDuringQuery([ "Doctrine\ ... "], "WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/lib/private/DB/Connection.php - line 264: Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null) /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65: OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245: OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238: OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379: OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "]) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230: OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137: OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/AppFramework/App.php - line 183: OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/Route/Router.php - line 315: OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "]) /var/www/html/lib/base.php - line 1055: OC\Route\Router->match("/apps/bookm ... k") /var/www/html/index.php - line 36: OC::handleRequest() Caused by Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size /var/www/html/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php - line 103: Doctrine\DBAL\Driver\PDO\Exception::new([ "PDOExcept ... ]]) /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1045: Doctrine\DBAL\Driver\PDO\Statement->execute() /var/www/html/lib/private/DB/Connection.php - line 264: Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null) /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65: OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245: OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238: OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379: OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "]) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230: OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137: OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/AppFramework/App.php - line 183: OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/Route/Router.php - line 315: OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "]) /var/www/html/lib/base.php - line 1055: OC\Route\Router->match("/apps/bookm ... k") /var/www/html/index.php - line 36: OC::handleRequest() Caused by PDOException: SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size /var/www/html/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php - line 101: PDOStatement->execute(null) /var/www/html/3rdparty/doctrine/dbal/src/Connection.php - line 1045: Doctrine\DBAL\Driver\PDO\Statement->execute() /var/www/html/lib/private/DB/Connection.php - line 264: Doctrine\DBAL\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2], null) /var/www/html/lib/private/DB/ConnectionAdapter.php - line 65: OC\DB\Connection->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 245: OC\DB\ConnectionAdapter->executeQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Db/BookmarkMapper.php - line 238: OCA\Bookmarks\Db\BookmarkMapper->findEntitiesWithRawQuery("WITH RECURS ... 0", [ 2,"folder" ... "], [ 1,2,2,2,2,2,2,2]) /var/www/html/custom_apps/bookmarks/lib/Controller/BookmarkController.php - line 379: OCA\Bookmarks\Db\BookmarkMapper->findAll("elias", [ "OCA\\Book ... "]) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 230: OCA\Bookmarks\Controller\BookmarkController->getBookmarks(0, null, "or", "", [], 10, false, null, "https://git ... n", null, null, null) /var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 137: OC\AppFramework\Http\Dispatcher->executeController([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/AppFramework/App.php - line 183: OC\AppFramework\Http\Dispatcher->dispatch([ "OCA\\Book ... "], "getBookmarks") /var/www/html/lib/private/Route/Router.php - line 315: OC\AppFramework\App::main("OCA\\Bookma ... r", "getBookmarks", [ "OC\\AppFr ... "], [ "bookmarks ... "]) /var/www/html/lib/base.php - line 1055: OC\Route\Router->match("/apps/bookm ... k") /var/www/html/index.php - line 36: OC::handleRequest()```
Author
Owner

@marcelklehr commented on GitHub (May 21, 2023):

I guess it is a problem of the nextcloud installation.

Yep, your database sort buffer size is too small. Try increasing it.

<!-- gh-comment-id:1556126206 --> @marcelklehr commented on GitHub (May 21, 2023): > I guess it is a problem of the nextcloud installation. Yep, your database sort buffer size is too small. Try increasing it.
Author
Owner

@github-actions[bot] commented on GitHub (May 21, 2024):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:2121476155 --> @github-actions[bot] commented on GitHub (May 21, 2024): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#914
No description provided.