facebookarchive / hyperclick

NOTE: This is now deprecated in favor of the version bundled in https://github.com/facebook-atom/atom-ide-ui.
Other
58 stars 19 forks source link

Failed to activate the hyperclick package #32

Closed Walt9Z closed 7 years ago

Walt9Z commented 7 years ago

Just installed version 1.19.0...

Cannot read property 'getDomNode' of undefined

See attached Stack Trace

hansonw commented 7 years ago

Which version of Hyperclick is this? This hasn't been an issue for quite a while now.

murali44 commented 7 years ago

I'm seeing this issue as well. Version: 0.1.3

Error: Package not initialized at Object.e.(anonymous function) [as observeTextEditor] (/home/parallels/.atom/packages/hyperclick/index.js:1:152957) at Package.module.exports.Package.activateServices (/usr/share/atom/resources/app.asar/src/package.js:353:69) at Package.module.exports.Package.activateNow (/usr/share/atom/resources/app.asar/src/package.js:187:16) at /usr/share/atom/resources/app.asar/src/package.js:157:32 at Package.module.exports.Package.measure (/usr/share/atom/resources/app.asar/src/package.js:92:15) at /usr/share/atom/resources/app.asar/src/package.js:150:26 at Package.module.exports.Package.activate (/usr/share/atom/resources/app.asar/src/package.js:147:34) at PackageManager.module.exports.PackageManager.activatePackage (/usr/share/atom/resources/app.asar/src/package-manager.js:548:21) at /usr/share/atom/resources/app.asar/node_modules/settings-view/lib/package-manager.js:439:29 at exit (/usr/share/atom/resources/app.asar/node_modules/settings-view/lib/package-manager.js:73:16) at triggerExitCallback (/usr/share/atom/resources/app.asar/src/buffered-process.js:215:47) at /usr/share/atom/resources/app.asar/src/buffered-process.js:229:18 at Socket. (/usr/share/atom/resources/app.asar/src/buffered-process.js:100 :18) at emitOne (events.js:101:20) at Socket.emit (events.js:188:7) at Pipe._handle.close [as _onclose] (net.js:493:12)

hansonw commented 7 years ago

@murali44 That's actually a different issue. Are you on the latest Atom version? The last report was using a very outdated version: https://github.com/facebooknuclide/hyperclick/issues/17

murali44 commented 7 years ago

@hansonw Yup! upgrading to the latest version of atom fixed it. Thanks.

justinligraph commented 7 years ago

I saw same problem. My atom is 1.19.0. What I did is I deinstalled hyperlink and reinstalled it. It works now.

woozy commented 7 years ago

Same in here! After upgrading to Atom 1.19.

martynchamberlin commented 7 years ago

Same here. Atom 1.19.0 X 64.

hansonw commented 7 years ago

In the past this issue has been solved by clearing the APM cache, uninstalling hyperclick, and then reinstalling it. Can you guys try this? https://github.com/facebooknuclide/hyperclick/issues/20#issuecomment-312954082

tonybengue commented 7 years ago

Same here on the atom portable version.

martynchamberlin commented 7 years ago

@hansonw I confirmed that that seemed to have fixed it for me. Thanks!