Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description field value type #32

Open
tamr opened this issue Feb 24, 2022 · 4 comments
Open

Description field value type #32

tamr opened this issue Feb 24, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@tamr
Copy link

tamr commented Feb 24, 2022

Trying to import a freshly exported pinboard bookmarks (~25k) and getting the following error: "Error in $[803].description: parsing Text failed, expected String, but encountered Boolean"
It seems the description field could be a string or a boolean (found 23 entries with false and 1 with an empty string "").

@jonschoning
Copy link
Owner

interesting; I'll update the code to allow for when there is a boolean instead of a string for the Description, in the short term you could probably just search-replace those entries in your export with empty strings to unblock your import.

@jonschoning jonschoning added the bug Something isn't working label Feb 24, 2022
@jonschoning jonschoning self-assigned this Feb 24, 2022
@tamr
Copy link
Author

tamr commented Feb 24, 2022

ps: a quick follow up. 4 hrs later it seems stuck on "Migrating: CREATE INDEX IF NOT EXISTS idx_note_user_created...".
mysql support would be super awesome!

@jonschoning
Copy link
Owner

After Migrating: CREATE INDEX IF NOT EXISTS idx_note_user_created ON note (user_id, cr
eated DESC)
then the application is running. You should be able to access http://localhost:3000

@tamr
Copy link
Author

tamr commented Feb 24, 2022

Oh, it is! I have another app sitting on port 3000, changed it, but was grepping the wrong one. Super awesome, the best replacement for the pinboard and works super fast. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants