-
Notifications
You must be signed in to change notification settings - Fork 1.3k
mDNS doesn't work on an Access Point on raspberrypi #9813
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
Comments
I cannot test right now, but if this is the exact code you are using, then the http server port does not match the mDNS port, which I believe might be the problem here. You sould set both http and mdns to the same port. |
It doesn't work even if the mDNS port is set to 5000 as well. Also just to be sure I tries to set up both to port 80, with no success. |
If I'm reading this right, mDNS seems to be hard-coded to station: Transferring this issue to the circuitpython repo. |
|
Not fixed, and I misunderstood the problem. Leaving it open. |
Device: Raspberry Pi Pico W
mDNS seems to not work when combining the two basic examples from the project: Manual AP & mDNS.
I can reach the page when going directly to my ip address on port 5000, however when trying to reach it on abcd.local:8080 it doesn't do anything.
settings.toml file is deleted.
Did I do something wrong, or is it some bug?
Thanks
The text was updated successfully, but these errors were encountered: