mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #341] E019 #287
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#287
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 @Klaus15 on GitHub (Aug 3, 2019).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/341
Software versions
Steps to reproduce
Expected outcome
Looks like it does not like certain string combinations of my booksmarks
Actual outcome
...
Debug log
I've already reinstalled bookmarks app in nextcloud, truncated its tables. I also renamed the relevant tables in mysql to force their recreation which unfortunately did not happen after reinstalling the bookmarks app. So I restored them to their original name.
gmp, intl, mbstring are already installed on my system
@marcelklehr commented on GitHub (Aug 3, 2019):
Thanks for your feedback! Since this is a server-side error, could you check the nextcloud log for errors and post the associated one here?
@Klaus15 commented on GitHub (Aug 3, 2019):
Hi Marcel,
thanks for having a look into this!
This seems to be the offending line in nextcloud.log:
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'INSERT INTO
oc_bookmarks(url,title,user_id,public,added,lastmodified,description) VALUES(?, ?, ?, ?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), ?)' with params ["https://www.amazon.de/Victure-Unterwasserkamera-170%C2%B0Fischaugen-Linse-Ersatzbatterien-Halterungs-Kit/product-reviews/B07L311D7M/ref%3Dcm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews", "Amazon.de:Kundenrezensionen: Victure Action Cam 4K 20MP WiFi Touch Screen Ultra Full HD 30 Meters Unterwasserkamera Einstellbare 170\u00b0Fischaugen-Linse EIS Sports Kamera 2\u00d71350mAh Ersatzbatterien and Halterungs-Kit", "kluus", 0, ""]: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'title' at row 10. /var/www/html/ocl/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php - line 184: Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException("An exceptio ... 1", Doctrine\DBA ... ]})
Maybe I'm still using old table settings in nextcloud? Is there a way to "reinitialize" the tables for the bookmarks app?
Thanks, Klaus
@marcelklehr commented on GitHub (Aug 3, 2019):
You can drop all bookmarks_* tables and remove the relevant migration entry from oc_migrations in order to recreate the tables from scratch.
@Klaus15 commented on GitHub (Aug 3, 2019):
Hi Marcel,
that did the trick! After removing the tables, cleaning relevant part of oc_migrations and reinstalling the bookmarks app via nextcloud web-interface everything is working as before. Very much appreciated and thanks for the quick help!
Cheers, Klaus
@marcelklehr commented on GitHub (Aug 3, 2019):
Awesome, I'm glad it works :)
@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.