Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 Generic Module #4

Open
mrfrase3 opened this issue Jan 21, 2021 · 1 comment
Open

ESP8266 Generic Module #4

mrfrase3 opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mrfrase3
Copy link
Collaborator

Uploading to "Generic ESP8266 Module" returns

"No new serial port detected."esptool.py v2.8
Serial port net:localhost:4792
Traceback (most recent call last):
  File "/home/duino/.arduino15/packages/esp8266/hardware/esp8266/2.6.3/tools/pyserial/serial/serialposix.py", line 265, in open
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'net:localhost:4792'

Seems like it doesn't like a network connection, maybe a socket file?

@mrfrase3 mrfrase3 added the bug Something isn't working label Jan 21, 2021
@mrfrase3 mrfrase3 self-assigned this Jan 21, 2021
@mrfrase3
Copy link
Collaborator Author

mrfrase3 commented Feb 1, 2021

looked further into this issue, looks to be a much bigger problem than originally anticipated. esptools uses pyserial, which does not support network connections at all.

This is gonna be a big fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant