[GH-ISSUE #346] Syncing localhost bookmark with Nextcloud fails. #291

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

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.

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.
kerem closed this issue 2026-02-25 22:36:42 +03:00
Author
Owner

@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.

<!-- gh-comment-id:519898807 --> @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.
Author
Owner

@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

<!-- gh-comment-id:519920841 --> @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
Author
Owner

@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'

<!-- gh-comment-id:520113357 --> @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'
Author
Owner

@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.

<!-- gh-comment-id:1477332463 --> @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.
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#291
No description provided.