-
Notifications
You must be signed in to change notification settings - Fork 16
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
Timeout expired while waiting for the gateway router to respond to M-SEARCH message #66
Comments
What exact commit are you using from this repo? Are you using ESP32 or ESP8266? You did not mention. Can you please execute the workaround I describe in #51 (comment) |
Hi and thank you so much for answering! I'm using dcb7ef3 which seems to be last one. So I started again from loading and running the code on the board. This is the output:
This time nothing appeared on upnp list on the router.
Is this helping in any way? |
@marcodutto Sorry for the delay, I'm a busy bee. |
Don't worry for delay... Luckily we are all busy! :) |
@marcodutto OK, if you're still with me, this is what I want you to do.
Any problem, reach me here, I will (eventually 🤦) answer. Register/unregister to multicast Listen to incoming multicast packets Egress from RPi |
I know that eventually you'll come up with "Oh gosh! He's doing that stupid error that I've been answering 100s of times not to do!" 🤦 I start by apologising! Here (hopefully) you may find what you asked me to produce... I repeat... hopefully!
|
Perfect execution 👏 👏 👏 I did not find a major issue, but can you test this branch and tell me what the result was: Thanks! |
Little update: I honestly didn't checked your branch 67 yet but I'm writing here because today I received my first ESP32 boards and I immediately decided to make a quick test. I modified my code accordingly (includes, etc.) and with this board the upnp call works and in my router the port is listed. In next days as soon as I'll have some time I'll try to make some comparative tests to understand if the changes I made to the code are the reason to the success or maybe the 8266 has some issue that the 32 doesn't. I'll keep you posted... |
Glad you got it working! |
Hi, I'm trying for the first time the code and of course I'm not lucky! :-(
I checked other open issues but find no help. :-(
I'm not expert with the UPnP protocol so it's even hard for me to understand which part may be wrong in the output.
Facts I know:
Protocol | WAN Port | LAN Port | Destination | Description
TCP | 43210 | 43210 | 192.168.1.108 | DAIKIN-BRIDGE
As if the router accepted first request and then stop!
Any clue?
Thank you so much!!
The text was updated successfully, but these errors were encountered: