machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
211 stars 13 forks source link

App crashes on certain websites (see comments) #26

Closed machawk1 closed 9 years ago

machawk1 commented 11 years ago

nasa.gov cnn.com

machawk1 commented 11 years ago

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-logging --v=1&

will do heavy logging

tail -f ~/Library/Application\ Support/Google/Chrome/chrome_debug.log

will tail the log being generated.

machawk1 commented 10 years ago

Also, as provided by Yasmin: https://www.facebook.com/albernamegtv/posts/558924177510883 https://www.facebook.com/albernamegtv/posts/551276441608990

"And any twitter status"

machawk1 commented 10 years ago

http://michellebachelet.cl via Carlos Rodrigo Cordova Sandoval

machawk1 commented 10 years ago

With verbose logging, saw this error:

"Error in event handler for (unknown): Error: An attempt was made to add something to storage that exceeded the quota. at chrome-extension://oahhpkadldedkbfoooakcbicohedmljh/js/code.js:160:29 at extensions::messaging:327:9 at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14) at Event.dispatchToListener (extensions::eventbindings:386:22) at Event.dispatch (extensions::event_bindings:371:27) at Event.dispatch (extensions::event_bindings:392:17) at dispatchOnMessage (extensions::messaging:294:22)", source: chrome-extension://oahhpkadldedkbfoooakcbicohedmljh/html/background.html (0)

machawk1 commented 10 years ago

No longer crashes AND creates a WARC as of 2013.02.10. Maybe chalk this up to an image inclusion issue. The current test build excludes images from the WARC produced, so this might be the case.

machawk1 commented 10 years ago

Creates WARC of http://michellebachelet.cl as of version 0.2014.8.14

machawk1 commented 9 years ago

http://michellebachelet.cl no longer crashes WARCreate as of version 0.2015.4.9.

machawk1 commented 9 years ago

Nor CNN.com. Closing ticket.