Compile firmware

Guys having trouble compiling firmware I’m getting this error

[API] ConnectionError: HTTPConnectionPool(host='api.platformio.org', port=80): Max retries exceeded with url: /v2/lib/search?query=name%3A%22ESP8266WiFi%22 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3c77f53b90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) (incremented retry: max=5, total=1)

I managed to compile a firmware yesterday but today it’s just not happening any help would be appreciated

Were you connected serially yesterday?

This is a network / DNS issue:

Temporary failure in name resolution

Have you given your ESP a static IP address?

I usually find that helps.

I’m using the hassio add on so it has a static IP address. I remember updating docker yesterday and I think it has messed something up. I can now no longer access configurator either.

I don’t really understand enough about docker to find where it’s gone wrong though

EDIT:turns out all i needed was a reboot :unamused:

1 Like

index

1 Like