-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Cannot add a certain bookmark (ReadTimeoutError) #696
Comments
The site itself has connection issues:
My best guess is that they have rather quirky security setup on their server. I'd suggest implementing fallback behaviour for cases when the URL cannot be accessed (like prompting the user for bookmark title instead, or defaulting to the URL/empty string as the title). Also maybe don't try to load the page in the first place when both |
I agree, an offline method is the best possible option. |
Implemented offline bookmark addition support at commit 0a526f0. |
Adding bookmarks from embedded.com fails all the time (tested with master):
@LeXofLeviafan check this out if you have some time.
The text was updated successfully, but these errors were encountered: