-
Notifications
You must be signed in to change notification settings - Fork 65
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
Extension keeps crashing after using it for a few hours #68
Comments
Before starting the debugging, let me rephrase how I understood your your process.
Regarding the error message, I have to resort to @obsidianart for debugging, since I am a relative beginner and he probably understands quicker what the problem is. |
Let me rephrase. I've used it without a problem, the import worked fine for a while. The http auth dialog was annoying, but I could just cancel it and the import continued after that. Then at some point I got a chrome notification that the extension crashed. Now whenever I try to start the extension again (either by 'Reload' on extension tab, or after restarting the browser), it crashes after a few seconds. I do not even have time to look into its settings or search from the address bar. I've noticed 'Collect errors' option in the 'Extension' tab. After clicking on 'Errors', the last error message was:
with Stacktrace: js/bundle.js:46650 (anonymous function) which is this line |
Mhh, thats weird. My hunch that it somehow got stuck in the setting that it should restart the extension. Do you have the ability to set the variable And do you have more of that error history? I wonder if we could improve the way the download is paused, so that we would not get to the point that the extension crashes because of this function. |
mhh or another idea, I don't know at this point how to reload it, except you can try to enter/load the import page quickly? Excuse me if I can't help you too technically here, since I am quite new to JS. My expertise lay elsewhere. :/ |
I've imported about 20k urls, then it started crashing. First it was during the import, but now it crashes straight away after the extension starts/is reloaded. I've tried restarting the browser, but it didn't help.
I've got this version of chrome: Version 55.0.2883.87 Built on Ubuntu , running on Ubuntu 16.04 (64-bit) and here is the part of the debug log that mentions your extension - http://pastebin.com/Fs8qL0Lr. Is there other debug info I can provide?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: