mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-27 15:15:57 +03:00
[GH-ISSUE #346] Syncing localhost bookmark with Nextcloud fails. #291
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#291
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 @plutocrat on GitHub (Aug 8, 2019).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/346
Steps to reproduce
Add a bookmark containing http://127.0.0.1/ -- In my case I was using Syncthing on http://127.0.0.1:8384/
Hit Sync.
Fail. "Syncing failed with E019: HTTP status 500. Failed GET request. Check your server configuration and log."
Delete bookmark, and sync succeeds.
Server configuration
Latest 16.x version of nextcloud. Latest version of Bookmarks, Floccus. Opera browser, latest version.
@plutocrat commented on GitHub (Aug 9, 2019):
Found another. An IP on my local network -- the router admin page. eg.
http://10.46.56.78/
Sync stops. Remove bookmark. Resync. All OK.
Apache server throws a 500 but nothing in nextcloud log or apache error log.
@marcelklehr commented on GitHub (Aug 9, 2019):
To be honest, it is quite unlikely that there is no error being logged if you get a 500. just to be sure: the nextcloud log is available at
.../nextcloud/data/nextcloud.log. I think it is quite likely that you are missing a php extension. See the list of requirements here: https://github.com/nextcloud/bookmarks#install@plutocrat commented on GitHub (Aug 10, 2019):
Absolutely sure there was nothing in nextcloud.log or apache error log. I do this kind of thing for a living! :-)
Anyway, your guess was correct. After installing the gmp module, i actually did get an error message in the nextcloud.log, which reminded me to restart apache (ahem), and then I was able to sync 127.0.0.1 bookmarks. I think it may be numeric bookmarks, in fact, as one on my local subnet also triggered it.
So, problem solved by 'apt install php7.2-gmp'
@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.