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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
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)
Prerequisites
Description
autocomplete-css 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-css 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)