-
Notifications
You must be signed in to change notification settings - Fork 17
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
Invalid router info #59
Comments
I added few more logs, can you please run again with branch #60 You'll have to replace the code in your library to get this to use the new code. Please attach logs as text files. Thanks. |
Thanks for the quick response - here's the log: |
Are you sure you're using the code from the branch? This makes no sense. Also, can you try to increase the timeout to 30000? It looks like this: |
Ah, my bad - here's the correct log @ofekp Most of the time the program crashes from a soft WDT reset, stack trace:
|
Tried it with a different D1 Mini, port listing seems to have been set at some point - but soft reset happens 90% of the time |
From my cursory testing and messing about with trying to fix the soft WDT reset I think I have found the cause -- Commenting out this line stops this behaviour, obviously. |
Looks like your router is not splitting the XML to multiple lines, it sends the response with a somewhat large XML file back in one line.
You can make sure your router accepted the new rule using the UI page or using upnpc in linux. |
Hey, does this work for you? |
Yeah sorry for inactivity, commenting the line fixes it. |
@taxilly Thank you. |
Been trying to get this to work using an Wemos D1 Mini (ESP8266), IGD connection goes well then drops the ball and TCP connection times out. Using latest master (cd9771c)
Any help is appreciated :)
The text was updated successfully, but these errors were encountered: