mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #355] Error syncing #297
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#297
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 @InfamousUser on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/355
Software versions
Steps to reproduce
Expected outcome
Extension does what it's supposed to.
Actual outcome
Extension syncs some of the bookmarks (I don't know ho to verify how much it actually copied.
Debug log
Debug log contains a lot of "#undefined" entries.
I don't see a field to actually enter the actual message you want to actually submit so here it is:
On one PC the sync worked properly. On second PC (I wiped bookmarks on the server between tries) it ends with an error:
"E019: HTTP status 403. Failed GET request. Check your server configuration and log. E019: HTTP status 403. Failed GET request. Check your server configuration and log."
It did transfer the majority or all of the bookmarks but I have no way to verify as it doesn't finish.
@marcelklehr commented on GitHub (Aug 23, 2019):
This also appears to be a server-side issue. Status 403 means that the server refuses to respond for some reason. Perhaps some part of your server infrastructure identifies the floccus requests as flooding and bans your client. In any case, as the error message indicates, you should check your nextcloud and http server log. Feel free to report back here, if you're still stuck. :)
@InfamousUser commented on GitHub (Aug 23, 2019):
Okay I have to say I did check twice the logging on Nextcloud server at the time and there was nothing new. This time I have 3 errors, not sure if all three are related. One is:
Error | Undefined offset: 0 at /var/www/nextcloud/apps/bookmarks/vendor/marcelklehr/link-preview/src/Parsers/HtmlParser.php#95The other two are:
Error | Sabre\DAV\Exception\BadRequest: expected filesize 1024000 got 745472/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php - line 156:OCA\DAV\Connector\Sabre\File->put(null)/var/www/nextcloud/apps/dav/lib/Upload/UploadFolder.php - line 45:OCA\DAV\Connector\Sabre\Directory->createFile("00000000000 ... 9", null)/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 1096:OCA\DAV\Upload\UploadFolder->createFile("00000000000 ... 9", null)/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php- line 525:Sabre\DAV\Server->createFile("uploads/user/ ... 9", null, null)<<closure>>Sabre\DAV\CorePlugin->httpPut(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})/var/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105:call_user_func_array([ Sabre\DAV\ ... "], [ Sabre\HTTP ... }])/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479:Sabre\Event\EventEmitter->emit("method:PUT", [ Sabre\HTTP ... }])/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254:Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})/var/www/nextcloud/apps/dav/lib/Server.php - line 316:Sabre\DAV\Server->exec()/var/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:OCA\DAV\Server->exec()/var/www/nextcloud/remote.php - line 163:require_once("/var/www/ne ... p")and
Fatal | Sabre\DAV\Exception\BadRequest: expected filesize 1024000 got 745472/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php - line 156:OCA\DAV\Connector\Sabre\File->put(null)/var/www/nextcloud/apps/dav/lib/Upload/UploadFolder.php - line 45:OCA\DAV\Connector\Sabre\Directory->createFile("00000000000 ... 9", null)/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 1096:OCA\DAV\Upload\UploadFolder->createFile("00000000000 ... 9", null)/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php- line 525:Sabre\DAV\Server->createFile("uploads/user/ ... 9", null, null)<<closure>>Sabre\DAV\CorePlugin->httpPut(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})/var/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105:call_user_func_array([ Sabre\DAV\ ... "], [ Sabre\HTTP ... }])/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479:Sabre\Event\EventEmitter->emit("method:PUT", [ Sabre\HTTP ... }])/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254:Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})/var/www/nextcloud/apps/dav/lib/Server.php - line 316:Sabre\DAV\Server->exec()/var/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:OCA\DAV\Server->exec()/var/www/nextcloud/remote.php - line 163:require_once("/var/www/ne ... p")@iLoveVaccines commented on GitHub (Aug 28, 2019):
Hello,
Thank you for the very useful tool. I really appreciate it.
I have been getting this same error for a while now. First it was an account that I previously used successfully and one day without any changes from me these errors started happening. That server seems a bit flakey in general and it's nothing critical so I just left it for a while to see if it would resolve itself.
But it didn't so I decided to make a new account elsewhere and move there, however same story at 2nd server.
I have opened the log file and I don't really want to post it here because interspersed with the logging info it contains every bookmark I have and that's icky to post publicly. Is there a way to strip that out? How much do you need? I can't see anything that's obviously a datestamp so I don't know if this is recent or historical.
Scrolling through this looks to be a representative sample:
I used italic to indicate redactions of my actual information. (They weren't all the same folder.)
Let me know if there is something more useful I could post. I tried:
This is Brave on a Mac.
Oh also I see this occasionally on chromebook (different account, same host as first host1.com) and I was getting this error and IIRC E017.
@iLoveVaccines commented on GitHub (Aug 28, 2019):
Also tried: disabling 2FA. No dice.
@wjwoods commented on GitHub (Aug 28, 2019):
@iLoveVaccines - I was having a similar problem with http error 500/network status and NC log was showing:
"Call to undefined function gmp_init()"
PHP was unable to parse URLs with IP addresses instead of hostnames. I installed php7.2-gmp (Ubuntu 18.04) and it resolved the errors.
@marcelklehr commented on GitHub (Aug 28, 2019):
@iLoveVaccines I agree, your error is likely unrelated, please check your nextcloud log.
@marcelklehr commented on GitHub (Aug 28, 2019):
@InfamousUser It would help if you could provide the actual version numbers as requested in the issue template.
@marcelklehr commented on GitHub (Aug 28, 2019):
This could be the culprit, but in that case you should get a 500 status, I think.
@iLoveVaccines commented on GitHub (Aug 30, 2019):
OK, sorry. I am new to this stuff. I will see if I can access it.
@marcelklehr commented on GitHub (Aug 30, 2019):
@iLoveVaccines No worries, everyone is new at some point :)
@InfamousUser commented on GitHub (Aug 31, 2019):
I have updated the OP with versions but in the meantime I saw the Bookmarks app got updated to new major version so I've deleted all the bookmarks, removed the Bookmarks app from Nextcloud, re-added it, reinstalled the browser extension and reconfigured it, seems to be updating properly now. I will report back if any more issues but looks to no longer exist with new Nextcloud app version.
@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.