-
Notifications
You must be signed in to change notification settings - Fork 21
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
TR064 #71
Comments
Please try my develp branch and Report Back. |
Hello @saak2820 I just tried it, without success: ⸮scandone 17:03:43.986 -> [String] ' @ readSer ... viceUrl: ': OOM: 31 -> 59424 bytes my own trace shows, that: bool TR064::xmlTakeParam(String& value, const String& needParam) { value = ""; would protect from exception
stream->connected() is always false. ...
} Regrads Rudolf |
Hi @rudolf32 I'll have a look at it tomorrow. |
Hello @saak2820 not yet 21:35:06.119 -> Calling **9 to Fritzbox by TR64 at 21:35:05 |
second try like caller.ino 21:42:27.226 -> [TR064][action] with extraction |
Unfortunately it is looking for the Service String in a not filled array. THX Rudolf |
Hello |
HI Rudolf in your log there is a line with the following content.
this comes from the original code. With the code from the develop branch, the following should be there.
Please try the sources from my develp branch. to use this library, put the files tr064.cpp and tr064.h in your library folder of your Arduino installation. ....\Arduino\libraries\Arduino-TR-064-SOAP-Library\src |
Hello
I have used this library last year. This year I tried again, but I get an exception28 that rises, because in the function the variable value has no content, it was not initialized. The stream no gets connected and no content is found.
Are there special versions of IDE and Wifi library I have to use?
Thanks for help.
The text was updated successfully, but these errors were encountered: