-
Notifications
You must be signed in to change notification settings - Fork 124
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
on_worker_error : "SOAP-ENV:Sender" #10
Comments
I am able to locate the issue but i am unable to resolve it std::string XAddr = ctx->getXAddr(this->soap) --- This returning default http://127.0.0.1:4000 instead of actual ip and port Below is the full function.
} |
How do you start a daemon ?, give full start parameters. Also, to understand the problem, give the configuration of the network and network interfaces. |
Hi, configuration of the network and network interfaces. eth0 Link encap:Ethernet HWaddr 00:04:9f:05:fb:d4 lo Link encap:Local Loopback root# ip link show root# ip a root# ip r Let me know how can i resolve this issue |
Show me how |
Im getting the soap->ip as below |
You said that the port is not correct. but it is 4000, this is correct, because you pass it through command line parameters. So soap itself could not determine your client's ip. which is why the |
Thanks, please advice me any further test or changes i need to make |
I do not see and do not know the configuration of your network. Example: Client: Configuration 1: Configuration 2: Configuration 3: Configuration 4: If you are using a NAT, router, or something else, contact your network administrator. Or try rewriting the |
Thanks for detailed explanation, I will check as you have suggested |
Hi,
When i run ONVIF_SRVD_DEBUG on My PC it work fine without any error with the onvif-device-tool_16.05-20160518_Xenial_amd64 tool, and the same code is cross compiled and ONVIF_SRVD_DEBUG ported to NXP processor and if i run the ONVIF_SRVD_DEBUG, i am getting below error in the debug prints of onvif-device-tool_16.05-20160518_Xenial_amd64 tool,
Test HTTP digest...
initDevice: HTTP digest support: 0
device support GetServices (ONVIF v2.x)
unhandled service: http://www.onvif.org/ver10/device/wsdl
address: http://127.0.0.1:4000
media service: http://127.0.0.1:4000
on_worker_error : "SOAP-ENV:Sender"
wsdd: probe_done
on_pushButton_probe_clicked
on_listWidget_Devices_currentRowChanged: -1
WSDDThread::probe
addDevice : "http://192.168.36.75:4000" , manual: true
"[Manual]\nsanthosh\nAddress: 192.168.36.75\nFirmware: 1.1\nLocation: "
on_listWidget_Devices_currentRowChanged: 0
on_listWidget_Devices_currentRowChanged: row 0 => manual 0
initDevice: time skew 171311744 sec
now = Mon Jun 24 21:14:16 2019
Test HTTP digest...
initDevice: HTTP digest support: 0
device support GetServices (ONVIF v2.x)
unhandled service: http://www.onvif.org/ver10/device/wsdl
address: http://127.0.0.1:4000
media service: http://127.0.0.1:4000
on_worker_error : "SOAP-ENV:Sender"
wsdd: probe_done
How to resolve this
The text was updated successfully, but these errors were encountered: