-
Notifications
You must be signed in to change notification settings - Fork 123
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
favicon errors and huge number of files #403
Comments
The only one way to really solve the issue is probably to convert scrapbooks to DBMS-based. Unfortunately this is a tremendous work and the difficulty and inconvenience of managing DBMS may overweight the benefit. An easier solution would be to split your data into sub-scrapbooks.
Item icon with an absolute URL should be avoided because the icon is not really saved in your scrapbook and will be missing once the external website is down. You can usually check the Missing icon file is of course an issue because the URL is wrong and the icon cannot be accessed. You should either correct the icon path or blank the icon path to use the default item icon instead.
Please check the item icon path and see if the file is missing. It may be due to network instability if it is an external absolute URL. It may be due to a server delay if it's local and there are too many icons to show, and can usually be solved by refreshing the page, or by switching to a more expert and performant local WSGI server.
This seems to be a very large code work and I don't think it's good for UX. You can usually blank item icons using a script and remove cached icon files through the checker with |
The favicon files are there. And they're kind of working in chrome not in firefox. |
Check if the image URLs are correct, and try reloading the page to see if it changes. |
the image urls are like funny thing is it works in chrome but not in firefox |
Have you tried reloading the page? |
yes |
What is the result? |
Same issue danny. Does anybody else using firefox face this issue too? |
Are all missing icons the same when the web page is refreshed? Can you see the image if you right click on a missing icon and open the image in another tab? |
gomita's scrapbook plus, scrapbook-x had the issue of large number of files on filesystem which can slow it (the filesystem) down giving system wide symptoms.
webscrapbook has resolved that problem with htz extension for storing webpage. Thank you Danny.
but the favicon design is causing similar problems of large number of files (to a smaller extent)
Other problems:
Q1. Have I configured by webscrapbook wrong because I don't see any icons usually in sidebar. Sometimes they're seen.
Q2. Can a setting be made to globally disable icons so that they are not even created.
The text was updated successfully, but these errors were encountered: