question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning! You are not connected to the Internet.

See original GitHub issue

What kind of issue is this?

  • Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to understand why something isn’t working the way you expect it to, use Community Forums or Premium Support

  • PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository: PlatformIO IDE for Atom or PlatformIO IDE for VSCode

  • Development Platform or Board. All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms should be reported to appropriate repository related to your hardware https://github.com/topics/platformio-platform

  • Feature Request.

  • PlatformIO Core. 4.3.4


Configuration

Docker:

** Latest ** (platformio --version): 4.3.4

Description of problem

YOU ARE NOT CONNECTED TO THE INTERNET

Steps to Reproduce

  1. Tried to compile in docker container on host machine
  2. Tried to compile in docker container on remote machine
  3. Tried to compile natively (without docker) on host machine
  4. Tried to ping platformio.org with no response
PING platformio.org (88.198.170.159): 56 data bytes```
5. Built container on Play with Docker with same error
6. Tried to ping from play with docker with same timeout

### Actual Results
```HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
Looking for ESPAsyncTCP-esphome library in registry
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
Looking for ESPAsyncWebServer-esphome library in registry
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.```

### Expected Results
Successful compilation

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

7reactions
tigattackcommented, Jun 4, 2020

In Home Assistant ESPHome, PlatformIO is pinned to version 4.0.3, which is using hardcoded IP addresses in util.py.
This is in fact still the case in the latest develop branch of PlatformIO - see here.
I discovered this in this issue https://github.com/esphome/issues/issues/1265.

Can anyone answer why on earth hardcoded IPs are being used instead of DNS names?

1reaction
jumbliescommented, Jun 4, 2020

I suspect it is almost certainly a server or DNS issue on their side. Naturally, it only happens when I need to compile urgently for a node failure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Warning! You are not connected to the Internet - ESPHome
I am connected to the Internet, I can access HA and EspHome from outside my network, but when I compile a node I...
Read more >
"You are not connected to the Internet" false Fusion 360 ...
Solution: To avoid this behavior, do the following: Change the network preferences. Open Preferences > Network, and modify the setting ...
Read more >
You Are Not Connected to Any Network Windows 10 - YouTube
How to fix not connected you are not connected to any networks windows 10 Fix WiFi Not Showing in Settings On Windows 10...
Read more >
How to Fix “Your Connection is Not Private” Error
There are a few ways that you can check this. One is by looking for the lock symbol. Another is heading the warning...
Read more >
Connection is not secure: What it means and 5 ways to fix it
It's easy to freak out when you get a website message saying the connection is not secure. Fix the issue with these five...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found