You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom Version: 1.8.0 System: Mac OS X 10.11.5 Thrown From: config-import-export package, v0.3.1
Stack Trace
Uncaught Error: ENOENT: no such file or directory, scandir '/Users/Sachdev/AtomBackups'
At fs.js:856
Error: ENOENT: no such file or directory, scandir '/Users/Sachdev/AtomBackups'
at Error (native)
at Object.fs.readdirSync (fs.js:856:18)
at Object.fs.readdirSync (ATOM_SHELL_ASAR.js:497:28)
at ImportView.module.exports.ImportView.attach (/Users/Sachdev/.atom/packages/config-import-export/lib/config-import-view.coffee:40:16)
at atom-workspace.commandSubscription.atom.commands.add.config-import-export:import (/Users/Sachdev/.atom/packages/config-import-export/lib/config-import-view.coffee:19:42)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61)
at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:160:19)
at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/Applications/Atom.app/Contents/Resources/app.asar/src/atom-environment.js:1100:28)
at EventEmitter.outerCallback (/Applications/Atom.app/Contents/Resources/app.asar/src/application-delegate.js:327:25)
at emitTwo (events.js:87:13)
at EventEmitter.emit (events.js:172:7)
This is the third time this error has been reported here (see closed issues). For each of the previous two issues the solution was to manually create the missing directory. The question needs to be asked why is this a repeatedly reported error? Is there a problem with the directory being automatically created or a problem with the documentation requiring the user to create the directory manually?
The package should ask for an import / export directory instead of "assuming" a hardcoded directory. This would also enable users to select a folder in Google Drive, OneDrive, Dropbox, network drive or an usb drive
This would greatly improve the user friendliness.
[Enter steps to reproduce below:]
Atom Version: 1.8.0
System: Mac OS X 10.11.5
Thrown From: config-import-export package, v0.3.1
Stack Trace
Uncaught Error: ENOENT: no such file or directory, scandir '/Users/Sachdev/AtomBackups'
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: