Skip to content

Espressif wifi trying to connect to secure wifi with no password unknown error 15 #8888

@bill88t

Description

@bill88t

CircuitPython version

master, on regular esp32

Code/REPL

import wifi
wifi.radio.connect("wpa2wifiname")

Behavior

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ConnectionError: Unknown failure 15

Description

Network is WPA2, code is trying to connect to it as if it's an open network.

Additional information

This is just a visual issue. A value must just be mapped to that error, indicating what went wrong.

I could fix this myself, but no time. This is a good first issue.
If we get to 9.0-rc0, I'll fix it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions