mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 14:45:59 +03:00
[GH-ISSUE #359] no sync possible with errorcode #300
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JimmyKater on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/359
Describe the bug
somehow my sync between floccus and nextcloud won't work anymore - as it's not yet superimportant to me i was watching the failing snycs for weeks now... and was hoping that v3.4.x was somehow solving the problems. but it didn't.
as i don't have changed anything (except for maybe doing an upgrade of nc from v15.0.9 to 16.0.2 some weeks ago - could be that this was causing the problem, i really don't know) i'm lost. i even don't know if it would be a bookmarks-error or a floccus-related thing. i don't want to x-post it until further notice.
this is the error (sorry in german) that floccus gives me
E019: HTTP Status 500. Anfrage vom Typ POST fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log
this is one of several entries of nextcloud.log (the given internal ip is the one of my network-printer)
[index] Error: Error: Call to undefined function gmp_init() at <>
Rowbot\URL\IPv4Address::parseIPv4Number("192", false)
Rowbot\URL\IPv4Address::parse("192.abc.xyz.208")
Rowbot\URL\Host::parse("192.abc.xyz.208", false)
Rowbot\URL\BasicURLParser->hostState("/")
Rowbot\URL\BasicURLParser::parseBasicUrl("https://192.abc.xyz.208/#", null)
Rowbot\URL\URL->__construct("https://192.abc.xyz.208/#")
OCA\Bookmarks\UrlNormalizer->normalize("https://192.abc.xyz.208/#")
OCA\Bookmarks\Bookmarks->addBookmark("Andreas", "https://192.abc.xyz.208/#", "HP PageWide Pro 477dw MFP", ["floccus:"], "", false, [-1])
OCA\Bookmarks\Controller\Rest\BookmarkController->newBookmark("https://192.abc.xyz.208/#", {tags: ["floccus:"]}, "HP PageWide Pro 477dw MFP", false, "", ["floccus:"], null)
OC\AppFramework\Http\Dispatcher->executeController(OCA\Bookmarks\Co ... }}, "newBookmark")
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Bookmarks\Co ... }}, "newBookmark")
OC\AppFramework\App::main("BookmarkController", "newBookmark", OC\AppFramework\ ... {}, {_route: "bookma ... "})
OC\AppFramework\Routing\RouteActionHandler->__invoke({_route: "bookma ... "})
undefinedundefinedcall_user_func(OC\AppFramework\ ... {}, {_route: "bookma ... "})
OC\Route\Router->match("/apps/bookmarks/public/rest/v2/bookmark")
OC::handleRequest()
POST /index.php/apps/bookmarks/public/rest/v2/bookmark
from deletend value by deleted value at 2019-08-30T11:08:36+00:00
Desktop (please complete the following information):
Server (please complete the following information):
Debug log
@marcelklehr commented on GitHub (Aug 30, 2019):
The fix is rather easy: Install the php-gmp extension :)
@JimmyKater commented on GitHub (Aug 30, 2019):
ummm... question is: when did you start using it?
why isnt it already installed as a default?
IS it default at all?
could bookmarks check if it's installed and if not install it (b/c it seems to be needed)?
@marcelklehr commented on GitHub (Aug 30, 2019):
A recent switch to a different URL normalization library necessitated additional php extension requirements: https://github.com/nextcloud/bookmarks#install . The bookmarks app cannot install php extensions for you, sadly.
@JimmyKater commented on GitHub (Aug 30, 2019):
i hope you're in coordination with main devs of nc-server about this problem. since i think THEY would be able to install missing libraries.
though thanks for the extremly good work with floccus and bookmarks. and its not meant ironic in any way.
@github-actions[bot] commented on GitHub (Mar 21, 2023):
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.