Error on calling network.status(['stations']) with AP #10159
Unanswered
gcanzalo
asked this question in
Libraries & Drivers
Replies: 1 comment 3 replies
-
This should work (pass string, not list): ap = network.WLAN(network.AP_IF)
ap.status('stations') |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
I have an AP on a D1 Mini running MicroPython v1.19.1 on 2022-06-18. Calling ap.status(['stations']) raises
TypeError: can't convert 'list' object to str implicitly.
I'm sure I'm doing something wrong, but don't know what.Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions