Platformio-atom-ide: PlatformIO: Terminal service is not registered

Created on 8 Jan 2017  路  6Comments  路  Source: platformio/platformio-atom-ide

Hi, put myself in this position and not able to find info on any current similar issue.

  • Fresh Lubuntu 16.04 installation
  • Installed Atom 1.12.7 and a bunch of packages that "should" not conflict with platformio (webdev)
  • Selected to install platformio-atom-ide from the packages search, this also installed platformio-ide-terminal as expected
  • added my user to dialup, installed clang and 99-platformio-udev.rules

I'm able to compile and flash a nodemcu esp8266 but I can not open the Terminal nor the Serial Monitor (can select the port but then when tries to show the terminal fails)

getting:

PlatformIO: Terminal service is not registered.
Make sure that "platformio-ide-terminal" package is installed.

uninstalled platformio-ide-terminal and installed it again, but same deal

any suggestions?

(thanks for this amazing piece of work, love it)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

help wanted

Most helpful comment

Problem:

I can confirm the problem for Ubuntu 14.04 LTS, Atom 1.13.1, PlatformIO 1.7.1, platform-ide-terminal 2.2.2. GCC is installed, reinstalled platform-ide-terminal + restart, problem remains.

Further analysis:

The status line at the bottom right showed a "1 bug icon". Clicking on it gave:
111

Solution:

  1. click "Rebuild Packages"
  2. restart Atom

Enjoy: the error was gone :-))

All 6 comments

  1. Install gcc
  2. Goto to Package Manager in Atom and uninstall platformio-ide-terminal
  3. Install platformio-ide-terminal again.
  4. Restart Atom

hi, thanks for your answer, sorry for the delay on answering, regarding gcc it is already installed, uninstalled and installed the package again that day and Today, same deal :(

sudo apt-get install gcc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc is already the newest version (4:5.3.1-1ubuntu1).
gcc set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Problem:

I can confirm the problem for Ubuntu 14.04 LTS, Atom 1.13.1, PlatformIO 1.7.1, platform-ide-terminal 2.2.2. GCC is installed, reinstalled platform-ide-terminal + restart, problem remains.

Further analysis:

The status line at the bottom right showed a "1 bug icon". Clicking on it gave:
111

Solution:

  1. click "Rebuild Packages"
  2. restart Atom

Enjoy: the error was gone :-))

@marble yes! that's it

same "1 bug icon" on the bottom right. thanks!

Had exact same issue after multiple upgraded packages/stuff, rebuilding didn't helped.
Uninstall + Install of Terminal package fixed it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stelgenhof picture stelgenhof  路  10Comments

sstaub picture sstaub  路  7Comments

mf1040 picture mf1040  路  3Comments

expert3411 picture expert3411  路  8Comments

nooitaf picture nooitaf  路  9Comments