-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
last version bookmarks import error #281
Comments
Please post the logs, the screenshot alone does not help. |
@kamtschatka I have nothing in the logs |
There is either something in the logs of the "web" container or in the devtools. |
@kamtschatka got the same error,here is the log in chrome and web container ,maybe helpful |
I just tried it with my installation and everything works fine, so must have to do with your state/bookmark file. |
I exported my bookmark file from a platform like raindrop,it works fine after i changed my bookmark file to the file exported from my chrom,thanks!
|
from a platform like raindrop, or raindrop? |
hi I did the conversion to .txt via the CLI do you think it would be possible to directly import the all-linx.txt directly into the interface without going through the CLI, I tried the other way to do it too but it doesn't work |
At some point you'll have to provide the file or some instructions for me to reproduce what you are doing, otherwise whis discussion will go nowhere |
I have a raindrop account I'm trying this way I'll come back and tell you if it works later |
seems like the file simply has too many URLs in there, causing the requests to get too big. |
how many links max in the file?? do you think ? thx |
limiting the length of the URL for batched requests to prevent 431 errors
The maximum length the URL can get is 15000 characters, after that this error happens. I have also opened a PR to limit the length automatically |
I was only able to batch add ~150 urls on my instance I had ~350 to add so I had to split up adding them can we increase the character length on the web form? the error was also not very helpful "Failed to fetch" |
@Snuupy How did you get your list of links? There's a better importing UI now in the settings than just adding them to the editor box. |
@MohamedBassem I had ~500 open tabs in Firefox and used https://addons.mozilla.org/en-US/firefox/addon/export-tabs-urls-and-titles/ to add each window (subject) to each collection. One of my windows had 350 tabs open. It was not an import of any other tools or files (although I have another 4k+ in raindrop I have yet to import) |
@Snuupy As you figured out, importing 350 links from the editor box doesn't give you the best experience. You might be better off using the CLI for such list instead (https://docs.hoarder.app/import#import-using-the-cli), if you're comfortable with using CLIs. |
hi ,
on the latest pull version, still impossible to import a list of favorites in drag and drop mode from chrome, it says that something is going wrong?
The text was updated successfully, but these errors were encountered: