question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception thrown so library scan stops and never completes

See original GitHub issue
module.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)

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:24 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
YurySolovyovcommented, Mar 9, 2018

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

0reactions
martpiecommented, Feb 20, 2020

Doing some cleaning, if it still happens in the latest release, please poke me and I’ll re-open it 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found