-
-
Notifications
You must be signed in to change notification settings - Fork 41
"Indexing has stalled" #78
Comments
I'm running into the same issue on the latest release on MacOS. It'll index and then stall, eating up CPU like crazy. This is the additional information available:
The size of WARC file I'm trying to open is 5,01 GB. Please let me know if you need any additional information :) |
- limit pages and bookmarks to 10000 - add settings to limit bookmarks and pages separately - include page and bookmark creation in progress bar before, page/bookmark creation was taking a long time but not included in progress update should fix #768, likely webrecorder/webrecorder-player#87, webrecorder/webrecorder-player#78, webrecorder/webrecorder-player#86
* upload improvements: - limit pages and bookmarks to 10000 - add settings to limit bookmarks and pages separately - include page and bookmark creation in progress bar, last 80-90% for page indexing, and 90-100% for bookmark creation. - optimize: use zscan_iter() for iterating over pages, add polyfill for fakeredis to still use zrange - fix tests - bump version to 4.8.4 previously, page/bookmark creation was taking a long time but not included in progress update should fix #768, likely webrecorder/webrecorder-player#87, webrecorder/webrecorder-player#78, webrecorder/webrecorder-player#86
Please try the 1.8.0 release. We've made some improvements to large WARC indexing and should work much better. |
I have the same issue with (small) HAR files and the 1.8.0 release (MacOS). The progress bar is at 100%. Extra Debug Info is:
The page on http://localhost:52972 shows the message "Almost Done!" and a progress bar on 100%. It seems, that everything is finished but something else fails … |
I made some more tests. With HAR files from Safari developer toolbar there seems to be no problem. A simple website (like "hello world" without any other files) is OK and this Github Page here is also OK. But a HAR file saved with the firefox developer toolbar has the problem described above. Even the real simple HAR fails. |
So I'm trying to load a WARC file, it goes to 100% and then tells me it stalled. Navigating to the interface says "Almost Done!" but never goes farther. A long time ago, I used to be able to browse it, but now it doesn't work and I'm not quite sure why. Thanks!
The text was updated successfully, but these errors were encountered: