atom / settings-view

🔧 Edit Atom settings
MIT License
272 stars 275 forks source link

Uncaught TypeError: body.filter is not a function #1067

Closed rk-10 closed 6 years ago

rk-10 commented 6 years ago

[Enter steps to reproduce:]

  1. Installed linter-solium
  2. Installed linter-ui-default

Atom: 1.28.0 x64 Electron: 2.0.3 OS: Mac OS X 10.12.6 Thrown From: settings-view package 0.254.2

Stack Trace

Uncaught TypeError: body.filter is not a function

At /Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/atom-io-client.js:305

TypeError: body.filter is not a function
    at Request._callback (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/atom-io-client.js:305:39)
    at Request.self.callback (/app.asar/node_modules/settings-view/node_modules/request/request.js:185:22)
    at emitTwo (events.js:126:13)
    at Request.emit (events.js:214:7)
    at /app.asar/node_modules/settings-view/node_modules/request/request.js:1157:10)
    at emitOne (events.js:116:13)
    at Request.emit (events.js:211:7)
    at /app.asar/node_modules/settings-view/node_modules/request/request.js:1079:12)
    at Object.onceWrapper (events.js:313:30)
    at emitNone (events.js:111:20)
    at Gunzip.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1056:12)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)

Commands

     -8:08.8.0 application:open (input.hidden-input)
     -7:34.8.0 grammar-selector:show (atom-text-editor.editor.is-focused)
 15x -6:12.5.0 core:backspace (input.hidden-input)

Non-Core Packages

autocomplete-solidity 0.3.4 
linter 2.0.0 
linter-solium 0.0.5 
linter-ui-default 1.7.1 
rsese commented 6 years ago

Thanks for contributing!

We noticed that this looks like a duplicate of https://github.com/atom/settings-view/issues/1052 so you can subscribe there for updates if you'd like.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.