Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 22 forks source link

Uncaught Unexpected JSON output encountered! #111

Closed andidp closed 8 years ago

andidp commented 8 years ago

[Enter steps to reproduce below:]

Atom Version: 1.5.3 System: Ubuntu 14.04.3 Thrown From: php-integrator-base package, v0.6.8

Stack Trace

Uncaught Unexpected JSON output encountered!

At /home/wp/.atom/packages/php-integrator-base/lib/Proxy.coffee:88

undefined

Commands

Config

{
  "core": {
    "disabledPackages": [
      "wordpress-api",
      "linter-phpmd",
      "linter-phpcs"
    ],
    "themes": [
      "seti-ui",
      "seti-syntax"
    ]
  },
  "php-integrator-base": {
    "phpCommand": "/usr/bin/php"
  }
}

Installed Packages

# User
Remote-FTP, v0.7.20
aligner-php, v1.0.0
autocomplete-paths, v1.0.2
autocomplete-php, v0.3.7
autocomplete-ruby, v0.1.0
color-picker, v2.0.12
csslint, v1.1.4
docblockr, v0.7.3
docs-snippets, v0.8.0
emmet, v2.4.1
file-icons, v1.6.15
html2haml, v0.10.0
javascript-snippets, v1.2.1
jshint, v1.6.1
language-haml, v0.23.15
linter, v1.11.3
linter-csslint, v1.3.1
linter-haml, v1.1.0
linter-htmlhint, v1.0.3
linter-js-yaml, v1.2.5
linter-php, v1.1.8
linter-ruby, v1.2.2
linter-tidy, v2.1.0
minimap, v4.19.0
php-cs-fixer, v2.5.6
php-getters-setters, v0.5.5
php-integrator-base, v0.6.8
php-integrator-navigation, v0.5.0
project-manager, v2.7.5
quick-docs, v0.1.0
react, v0.14.1
react-snippets, v0.3.0
ruby-block, v0.3.5
seti-syntax, v0.4.0
seti-ui, v0.8.1
wordpress, v0.2.0
wordpress-dictionary, v4.4.0

# Dev
No dev packages
ghost commented 8 years ago

Hello. Do you have any tips on how to reproduce this? When this error showed up, another error should have been shown with the raw output of the PHP side, would it be possible to post that output here? Strange that no backtrace seems to be attached by Atom's automated reporting.

andidp commented 8 years ago

Hello Gert-dev, The Error showed up when I pressed Key (Ctrl + mouse click) to navigate function/class

ghost commented 8 years ago

Does anything else work in your setup, i.e. did this error suddenly occur once or immediately after installing the package and nothing seems to work at all?

ghost commented 8 years ago

Closing this as it's been a while, the ticket may no longer apply. Feel free to open a new ticket or reopen if it still applies.