[GH-ISSUE #567] Sync breaks with HTTP status 500 #398

Closed
opened 2026-02-25 22:37:02 +03:00 by kerem · 3 comments
Owner

Originally created by @wols on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/567

Desktop

  • OS: Gentoo Linux
  • Browser: Firefox
  • Browser Version: 77.0.1
  • Floccus version: 4.2.2
  • Floccus sync method: nextcloud folders

Server

  • OS: Gentoo Linux
  • Nextcloud version: 15.0.4
  • Bookmarks app version: 2.3.4

Debug log

# Bookmark
# URL
http://2014.kes.info/archiv/online/01-02-70-redundanz.htm

# Server
# Log
<CLIENT> - <USER> [11/Jun/2020:15:07:24 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/bookmark?url=http%3A%2F%2F2014.kes.info%2Farchiv%2Fonline%2F01-02-|
70-redundanz.htm HTTP/1.1" 500 5334

# CLIENT
# floccus v4.2.2 debug log
2020-06-11T15:07:24.871Z { [Error: 1 errors] list: [ { [Error: 1 errors] list: [Object] } ] }
2020-06-11T15:07:24.872Z { [Error: 1 errors]
  list: [ [Error: E019: HTTP Status 500. Anfrage vom Typ GET  fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log] ] }
2020-06-11T15:07:24.873Z [Error: E019: HTTP Status 500. Anfrage vom Typ GET  fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log]
2020-06-11T15:07:24.873Z Syncing failed with E019: HTTP Status 500. Anfrage vom Typ GET  fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log

Additional context
There is a basic problem with URL starting with digits or in the form IP (http://1.2.3.4/)?

Originally created by @wols on GitHub (Jun 11, 2020). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/567 **Desktop** - OS: Gentoo Linux - Browser: Firefox - Browser Version: 77.0.1 - Floccus version: 4.2.2 - Floccus sync method: nextcloud folders **Server** - OS: Gentoo Linux - Nextcloud version: 15.0.4 - Bookmarks app version: 2.3.4 **Debug log** ``` # Bookmark # URL http://2014.kes.info/archiv/online/01-02-70-redundanz.htm # Server # Log <CLIENT> - <USER> [11/Jun/2020:15:07:24 +0000] "GET /index.php/apps/bookmarks/public/rest/v2/bookmark?url=http%3A%2F%2F2014.kes.info%2Farchiv%2Fonline%2F01-02-| 70-redundanz.htm HTTP/1.1" 500 5334 # CLIENT # floccus v4.2.2 debug log 2020-06-11T15:07:24.871Z { [Error: 1 errors] list: [ { [Error: 1 errors] list: [Object] } ] } 2020-06-11T15:07:24.872Z { [Error: 1 errors] list: [ [Error: E019: HTTP Status 500. Anfrage vom Typ GET fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log] ] } 2020-06-11T15:07:24.873Z [Error: E019: HTTP Status 500. Anfrage vom Typ GET fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log] 2020-06-11T15:07:24.873Z Syncing failed with E019: HTTP Status 500. Anfrage vom Typ GET fehlgeschlagen. Überprüfen Sie die Server-Konfiguration und das Server-Log ``` **Additional context** There is a basic problem with URL starting with digits or in the form IP (http://1.2.3.4/)?
kerem 2026-02-25 22:37:02 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@marcelklehr commented on GitHub (Jun 11, 2020):

HTTP 500 Errors always indicate a server-side problem. Bookmarks app version 2.3.4 requires the gmp library, which is probably what fails in your environment. In any case, please check your nextcloud log.

<!-- gh-comment-id:642783437 --> @marcelklehr commented on GitHub (Jun 11, 2020): HTTP 500 Errors always indicate a server-side problem. Bookmarks app version 2.3.4 requires the gmp library, which is probably what fails in your environment. In any case, please check your nextcloud log.
Author
Owner

@wols commented on GitHub (Jun 21, 2020):

Sorry for late feedback:

  • rebuild PHP with gmp
  • update to nextcloud-16.0.1
    ...no more 'status 500'
    now with...
  • floccus-4.2.5

THX!

<!-- gh-comment-id:647142503 --> @wols commented on GitHub (Jun 21, 2020): Sorry for late feedback: - rebuild PHP with `gmp` - update to nextcloud-16.0.1 ...no more 'status 500' now with... - floccus-4.2.5 THX!
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:1477198005 --> @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#398
No description provided.