"post wifi credentials" ,this part can't work on openwrt with shadowsocks
kevinkm opened this issue · 1 comments
-
I'm submitting a ...
- bug report
- feature request
- support request
-
Do you want to request a feature or report a bug?
-
What is the current behavior?
I tried several times, it can't connect my router which has shadowsocks, or has a very unstable connection, I have to say it works in few chance, but when I reboot RPI, obviously no automatically connect, if I input:
curl -w "\n" -d '{"ssid":"home-network", "psk":"mystrongpassword"}'
-H "Content-Type: application/json"
-X POST localhost:8080/connect
three or four times to try to connect my router, even the AP don't work.
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
-
What is the expected behavior?
-
What is the motivation / use case for changing the behavior?
-
Please tell us about your environment:
- Device: RPI 3B+
- OS: stretch
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Oh ,it seems like the docker works well on openwrt without shadowsocks.