atom / image-view

View images in an Atom editor
MIT License
44 stars 40 forks source link

Uncaught Error: ENOENT: no such file or directory, stat '$ATOM_HOME/.learn-ide/home/liamkillion-1... #159

Closed liamkillion closed 7 years ago

liamkillion commented 7 years ago

[Before submitting, please enter steps to reproduce:]

  1. ...
  2. ...

Learn IDE Package: 2.5.3 Learn IDE Core: 2.5.3 x64 Electron: 1.3.13 OS: Mac OS X 10.13 Thrown From: image-view package 0.60.0

Stack Trace

Uncaught Error: ENOENT: no such file or directory, stat '/Users/liamkillion/.atom/.learn-ide/home/liamkillion-112861/code/labs/fe-zetsy-web-100817/MOCKUP.jpg'

At fs.js:992

Error: ENOENT: no such file or directory, stat '/Users/liamkillion/.atom/.learn-ide/home/liamkillion-112861/code/labs/fe-zetsy-web-100817/MOCKUP.jpg'
    at Error (native)
    at fs.statSync (fs.js:992:18)
    at Object.fs.statSync (ELECTRON_ASAR.js:275:16)
    at ImageEditorView.module.exports.ImageEditorView.initialize (/app.asar/node_modules/image-view/lib/image-editor-view.js:96:34)
    at /app.asar/node_modules/space-pen/lib/space-pen.js:184:25)
    at /app.asar/node_modules/atom-space-pen-views/lib/scroll-view.js:12:47)
    at /app.asar/node_modules/image-view/lib/image-editor-view.js:16:52)
    at ViewRegistry.module.exports.ViewRegistry.createView (/app.asar/src/view-registry.js:134:16)
    at ViewRegistry.module.exports.ViewRegistry.getView (/app.asar/src/view-registry.js:84:21)
    at /app.asar/src/pane-element.js:194:25)
    at /app.asar/src/pane-element.js:51:55)
    at /app.asar/src/pane-element.js:113:19)
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:141:28)
    at Pane.module.exports.Pane.activate (/app.asar/src/pane.js:852:27)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:298:40)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:256:19)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:59:26
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:141:28)
    at Notification.module.exports.Notification.dismiss (/app.asar/src/notification.js:79:27)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:260:25)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:149:26)

Commands

     -0:56.3.0 learn-ide:focus (atom-workspace.workspace.scrollbars-visible-when-scrolling.compact-tab-bar.no-tab-min-width.panel-shadows.panel-contrast.use-animations.compact-tree-view.paint-cursor.theme-atom-material-syntax.theme-learn-ide-material-ui)
     -0:35.5.0 core:move-right (input.hidden-input)
     -0:34.7.0 core:move-left (input.hidden-input)
  2x -0:33.7.0 core:move-down (input.hidden-input)
     -0:08.3.0 tree-view:show-in-file-manager (span.name.icon.icon-file-media)

Non-Core Packages

winstliu commented 7 years ago

Thanks for contributing!

It appears that this is being caused by the learn-ide package, not Atom itself. It may be that there is still a bug in Atom. If so, we'll need the maintainer of the package that is causing the problem to help track that down. You should file this issue on their repository so they can either fix the problem or tell us where the problem is coming from. The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme.