gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Dashboard fails to start #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely: dashboard takes forever and doesn't 
start, it keeps loading and doesn't start up.

Minimalist version   - ?latest, re-installed multiple times
Relevant core module -
Chrome version       - latest
Operating System     - Win7
Language             - English
Google Apps user?    - No
Other extensions     - multiple, possible culprit?

recently installed extensions include 'awesome screenshots', 'session manager', 
'clickable links' and 'YTshowRating'.

Please provide any additional information below and attach screenshots if
relevant.

Original issue reported on code.google.com by aldous...@gmail.com on 9 Dec 2011 at 9:32

GoogleCodeExporter commented 8 years ago
Usually this is because of corrupted data. It's stored in a client-side 
database which persists across installations. To be sure, go to:

    Tools > Extensions > Expand the arrow next to Minimalist for Everything > background.html

Hit the [ Esc ] key to open the console. Click errors in the bottom right. 
Attach a screenshot of any errors.

   Open the Dashboard. Then go to Tools > JavaScript console and repeat.

If you would like to reset the database, from the background.html console, type:

   "minDB.reset()"

without quotes. Hit [ Enter ]. Then do the same for command:

   "window.location.reload()"

Original comment by anst...@gmail.com on 9 Dec 2011 at 4:01

GoogleCodeExporter commented 8 years ago
problem unsolved :(
the two commands miniDB.reset() and window.location.reload() did not execute

Original comment by aldous...@gmail.com on 11 Dec 2011 at 6:44

Attachments:

GoogleCodeExporter commented 8 years ago
Did you type miniDB.reset() or minDB.reset() ? Can you take a screenshot of 
your console after attempting to execute that command?

Original comment by anst...@gmail.com on 11 Dec 2011 at 3:05

GoogleCodeExporter commented 8 years ago
closed due to inactivity.

Original comment by anst...@gmail.com on 12 Jan 2012 at 5:07

GoogleCodeExporter commented 8 years ago
For anyone who can't find "background.html" --- enable developer mode!

Original comment by yitzchok...@gmail.com on 2 Feb 2012 at 2:19

GoogleCodeExporter commented 8 years ago
Same problem submitted in issue 186

Original comment by yitzchok...@gmail.com on 2 Feb 2012 at 2:29

GoogleCodeExporter commented 8 years ago
I just installed this extension and am having the same issue except my error is 
"DOM IDBDatabase Exception 8"

I also tried the minDB.reset which didn't work

I have Chrome Version 24.0.1312.52 m on Windows 7 32bit

Original comment by voncadf...@gmail.com on 12 Jan 2013 at 9:17

Attachments:

GoogleCodeExporter commented 8 years ago
I'm getting the IDB exception 8 as well. One more datapoint: in the exact same 
version of chrome, but on a different profile, I'm not having any issues. 
Weird, huh? Also, Minimalist works on *this* profile on a different computer.

Original comment by aguilar.james on 15 Jan 2013 at 6:03

GoogleCodeExporter commented 8 years ago
Hey guys, I haven't worked on Minimalist in over a year so things are getting 
quite broken. I've started work on a huge maintenance release though. I'm going 
to fix all the major bugs with the extension and the modules. Expect it within 
a week.

Original comment by anst...@gmail.com on 15 Jan 2013 at 6:06

GoogleCodeExporter commented 8 years ago
Wow, that is really great of you. Please do let me know if there's anything 
else I can do to help diagnose. Also, 
http://code.google.com/p/minimalist/issues/detail?id=260 should probably be 
closed as a duplicate of this issue.

Original comment by aguilar.james on 15 Jan 2013 at 6:12

GoogleCodeExporter commented 8 years ago
There are a ton of un-processed dupes in the tracker. I'll spend a few hours 
this weekend cleaning it up. Thanks!

Original comment by anst...@gmail.com on 15 Jan 2013 at 6:45

GoogleCodeExporter commented 8 years ago
Issue 262 has been merged into this issue.

Original comment by anst...@gmail.com on 22 Jan 2013 at 12:34

GoogleCodeExporter commented 8 years ago
Any updates on the expected release? I'm running the latest 0.5.20 on Chrome 
Version 24.0.1312.52 

Here is a trace from running the attempted fix above is a JS console: 

Minimalist: initializing... background.js:440
Minimalist: loading preferences... background.js:440
Minimalist: loading modules... background.js:440
Uncaught Error: NotFoundError: DOM IDBDatabase Exception 8 background.js:141
The setVersion() method is non-standard and will be removed. Use the 
"upgradeneeded" event instead.
Uncaught Error: NotFoundError: DOM IDBDatabase Exception 8 background.js:69
resetRequest.onsuccess background.js:69
minDB.reset()
undefined
Uncaught Error: NotFoundError: DOM IDBDatabase Exception 8 background.js:69
resetRequest.onsuccess background.js:69

Original comment by hamiltont on 22 Jan 2013 at 8:36

GoogleCodeExporter commented 8 years ago
tl;dr: I'll be able to release within 36 hours

The extension itself is back in working order. I'm working on the modules now. 
I'm halfway done with the Gmail module (the Google Reader module will be MUCH 
easier).

You can see the in-progress changelog for 0.6.0 here: 
https://github.com/anstosa/Minimalist-Everything/blob/fixallthethings/README#L11
1

I should be able to finish the Gmail module tonight and do Google Reader 
tomorrow.

Original comment by anst...@gmail.com on 22 Jan 2013 at 8:44

GoogleCodeExporter commented 8 years ago
Ah man that would be amazing! I just packed 0.6.0 from the source (I've never 
done this, so maybe I'm messing stuff up by using my own private key) and 
installed. The Dashboard now loads, although I do see a "can't modify chrome:// 
pages" (see pic)

Can't wait to start hacking on the modules myself :-)! Do me a favor and put 
one more post here when you've posted the official update so I can nab it 
through proper channels 

Original comment by hamiltont on 22 Jan 2013 at 8:55

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for testing!

That message is expected if you're looking at internal Chrome pages (New Tab 
Page, History, an extension options page, settings, etc). Click the message for 
an explanation. The UI a bit broken because your computer doesn't seem to be 
picking up a Google Web font import correctly. I'll include the font in the 
extension to make sure it's available

I haven't hard-coded the modified modules into the version in that branch and 
my modernization actually will have broken a few of the more involved features 
so don't judge the modules just yet. (you can find the updated CSS/JS for the 
modules here: 
https://github.com/anstosa/Minimalist-Everything/tree/fixallthethings/data)

I'll tweet and post again here when I push the updated. (the extension will 
auto update within a few hours but you can force it by going to 
chrome://extensions/ > Developer Mode > Update extensions now)

Original comment by anst...@gmail.com on 22 Jan 2013 at 9:23

GoogleCodeExporter commented 8 years ago
Issue 253 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 5:46

GoogleCodeExporter commented 8 years ago
Issue 258 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 6:01

GoogleCodeExporter commented 8 years ago
Issue 260 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 6:02

GoogleCodeExporter commented 8 years ago
Issue 261 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 6:03

GoogleCodeExporter commented 8 years ago
Issue 263 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 6:04

GoogleCodeExporter commented 8 years ago
Issue 264 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 6:55

GoogleCodeExporter commented 8 years ago
Here's what i get

Original comment by pashakas...@gmail.com on 24 Jan 2013 at 1:45

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in 0.6.0! Please update and confirm. To force update: Tools > Extensions 
> Developer mode > Update extensions now

Original comment by anst...@gmail.com on 24 Jan 2013 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 24 Jan 2013 at 6:44

GoogleCodeExporter commented 8 years ago
Loads now. Has a few other issues going on - I'll post those later in another 
thread. Thanks for getting this fix done!

Original comment by keithowe...@gmail.com on 24 Jan 2013 at 10:20

GoogleCodeExporter commented 8 years ago
Confirmed, version 0.6.2 loads without issue. Thanks!

Original comment by ramer...@gmail.com on 24 Jan 2013 at 2:23