Hi, put myself in this position and not able to find info on any current similar issue.
platformio-atom-ide from the packages search, this also installed platformio-ide-terminal as expectedI'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.
gccplatformio-ide-terminalplatformio-ide-terminal again.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.
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.
The status line at the bottom right showed a "1 bug icon". Clicking on it gave:

Enjoy: the error was gone :-))
Same or similar to https://github.com/platformio/platformio-atom-ide-terminal/issues/117
@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.
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:

Solution:
Enjoy: the error was gone :-))