Exception thrown so library scan stops and never completes
See original GitHub issuemodule.js:472
throw err;
^
Error: Cannot find module '../dialog'
at Module._resolveFilename (module.js:470:15)
at Function.Module._resolveFilename (/Applications/Museeks.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.get [as dialog] (/Applications/Museeks.app/Contents/Resources/electron.asar/browser/api/exports/electron.js:35:14)
at process.<anonymous> (/Applications/Museeks.app/Contents/Resources/electron.asar/browser/init.js:54:31)
at emitOne (events.js:96:13)
at process.emit (events.js:188:7)
at process._fatalException (bootstrap_node.js:300:26)

Issue Analytics
- State:
- Created 6 years ago
- Comments:24 (13 by maintainers)
Top Results From Across the Web
Server - library scan stuck at 97.6% - General/Windows - Emby
Mine actually bounced around a bit. So it was 97%, went up to 98%, then dropped back down to 97%. No idea why,...
Read more >Library scan stops quickly, very little media processed. #2092
Describe the bug When I try to scan or rescan media in my library, very little media is processed and it cancels quite...
Read more >Exception Handling & Assertion in Java
An exception is an abnormal event that arises during the execution of the program and disrupts the normal flow of the program. Abnormality...
Read more >Scanner (Java Platform SE 7 ) - Oracle Help Center
A simple text scanner which can parse primitive types and strings using regular expressions. A Scanner breaks its input into tokens using a...
Read more >Untitled
Exceptions are a language mechanism that helps transfer control from one point in the program to another without cluttering the code in between....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

No, not really. That said, I’d probably consider dropping bluebird at some point, cause native promises + async/await are going to be the future and there are native node API for promisification, as well as community modules that use native promises under the hood
Doing some cleaning, if it still happens in the latest release, please poke me and I’ll re-open it 😃