atom-project-plus icon indicating copy to clipboard operation
atom-project-plus copied to clipboard

Ubuntu 16.04 Project Finder just shows "Discuvering Project ..." and nothing happens.

Open nextgenthemes opened this issue 7 years ago • 3 comments

Ubuntu 16.04 Project Finder just shows "Discovering Project ..." and nothing happens.

I open it via the command palette because the shortcut is not working for me.

I have saved projects.

nextgenthemes avatar Aug 27 '16 11:08 nextgenthemes

@nextgenthemes Can you see any console errors in Atom's developer tools?

willdawsonme avatar Oct 08 '16 17:10 willdawsonme

/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31
session.js [sm]:21 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)(anonymous function) @ session.js [sm]:21
/opt/atom/resources/app.asar/src/state-store.js:31 Uncaught (in promise) TypeError: Cannot read property 'transaction' of null(…)dbPromise.then.db @ /opt/atom/resources/app.asar/src/state-store.js:31

The repeating is probably not related that one message come up continuously. The other one came up as I opened the project finder from the command palette.

nextgenthemes avatar Oct 09 '16 00:10 nextgenthemes

Seems like there's an issue over on atom for this error (https://github.com/atom/atom/issues/11806). Possible causes are running beta and stable Atom side-by-side. There's a few resolutions listed too like clearing your state cache on startup and clearing Atom's DB. While there's not much we can do to fix the error, we should probably recover better by showing a message of some sort. I'll look into it!

willdawsonme avatar Oct 09 '16 01:10 willdawsonme