Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Failed to activate the autocomplete-plus package #1091

Open
K2adir opened this issue Nov 2, 2020 · 0 comments
Open

Failed to activate the autocomplete-plus package #1091

K2adir opened this issue Nov 2, 2020 · 0 comments

Comments

@K2adir
Copy link

K2adir commented Nov 2, 2020

Prerequisites
[ X] Put an X between the brackets on this line if you have done all of the following:
Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description


autocomplete-plus package cannot be activated.

Steps to Reproduce
1.Hit enable button (located at settings/packages)
2. hit the disable button
3. hit the enable button again

Expected behavior:

Enable the autocomplete-plus package

Actual behavior:

gives an error and doesn't run

Reproduces how often:

100%

Versions
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.52.0
python 3.8.2
git 2.24.3

MacOs 10.15.3 (Catalina)

Additional Information
I tried to disable every single 3rd party package that I have and enabling it again and it did not work. The problem could be with the package alone where the bug isn't dependent on any other package that I (or user) have installed before.

Here is the error log that was given by Atom:

Arguments to CompositeDisposable.add must have a .dispose() method
Hide Stack Trace
TypeError: Arguments to CompositeDisposable.add must have a .dispose() method
at assertDisposable (/Applications/Atom.app/Contents/Resources/app/static/:11:1194057)
at CompositeDisposable.add (/Applications/Atom.app/Contents/Resources/app/static/:11:1195025)
at Object.consumeProvider (/Applications/Atom.app/Contents/Resources/app/static/:11:162515)
at Object.consumeProvider_2 (/Applications/Atom.app/Contents/Resources/app/static/:11:162213)
at Provider.provide (/Applications/Atom.app/Contents/Resources/app/static/:14:1086069)
at ServiceHub.provide (/Applications/Atom.app/Contents/Resources/app/static/:11:3182100)
at Package.activateServices (/Applications/Atom.app/Contents/Resources/app/static/:11:3190438)
at Package.activateNow (/Applications/Atom.app/Contents/Resources/app/static/:11:3187414)
at /Applications/Atom.app/Contents/Resources/app/static/:11:3186738
at Package.measure (/Applications/Atom.app/Contents/Resources/app/static/:11:3184316)
at /Applications/Atom.app/Contents/Resources/app/static/:11:3186598
at new Promise ()
at Package.activate (/Applications/Atom.app/Contents/Resources/app/static/:11:3186541)
at PackageManager.activatePackage (/Applications/Atom.app/Contents/Resources/app/static/:11:383220)
at /Applications/Atom.app/Contents/Resources/app/static/:11:378386
at Array.forEach ()
at /Applications/Atom.app/Contents/Resources/app/static/:11:378370
at /Applications/Atom.app/Contents/Resources/app/static/:11:335326
at Function.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/static/:11:1190511)
at Emitter.emit (/Applications/Atom.app/Contents/Resources/app/static/:11:1191952)
at Config.emitChangeEvent (/Applications/Atom.app/Contents/Resources/app/static/:11:337814)
at Config.setRawValue (/Applications/Atom.app/Contents/Resources/app/static/:11:335054)
at Config.set (/Applications/Atom.app/Contents/Resources/app/static/:11:330848)
at Config.removeAtKeyPath (/Applications/Atom.app/Contents/Resources/app/static/:11:332871)
at Package.enable (/Applications/Atom.app/Contents/Resources/app/static/:11:3184081)
at PackageManager.enablePackage (/Applications/Atom.app/Contents/Resources/app/static/:11:375989)
at HTMLButtonElement.enablementButtonClickHandler (/Applications/Atom.app/Contents/Resources/app/static/:14:2570467)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant