Skip to content
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] Failed to get call list #9689

Closed
cweitkamp opened this issue Jan 4, 2021 · 5 comments · Fixed by #9693
Closed

[tr064] Failed to get call list #9689

cweitkamp opened this issue Jan 4, 2021 · 5 comments · Fixed by #9693
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@cweitkamp
Copy link
Contributor

cweitkamp commented Jan 4, 2021

Beside a couple of TimeoutExceptions I sporadically see messages like these:

2021-01-04 14:09:33.194 [INFO ] [064.internal.soap.SOAPValueConverter] - Postprocessor processMissedCalls failed: Failed to get call list from URL https://<IP>:49443/calllist.lua?sid=611406051bc07a65
2021-01-04 14:09:33.199 [WARN ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=missedCalls, getAction=GetCallList, dataType='string, parameter='7'}: failed to transform 'NewCallListURL'

2021-01-04 07:28:47.039 [INFO ] [064.internal.soap.SOAPValueConverter] - Postprocessor processOutboundCalls failed: Failed to get call list from URL https://<IP>:49443/calllist.lua?sid=611406051bc07a65
2021-01-04 07:28:47.041 [WARN ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=outboundCalls, getAction=GetCallList, dataType='string, parameter='7'}: failed to transform 'NewCallListURL'

2021-01-04 07:38:07.166 [INFO ] [064.internal.soap.SOAPValueConverter] - Postprocessor processInboundCalls failed: Failed to get call list from URL https://<IP>:49443/calllist.lua?sid=611406051bc07a65
2021-01-04 07:38:07.169 [WARN ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=inboundCalls, getAction=GetCallList, dataType='string, parameter='7'}: failed to transform 'NewCallListURL'

2021-01-04 07:38:01.926 [INFO ] [064.internal.soap.SOAPValueConverter] - Postprocessor processTamListURL failed: Failed to get TAM list from URL https://<IP>:49443/tamcalllist.lua?sid=611406051bc07a65&tamindex=0
2021-01-04 07:38:01.928 [WARN ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=tamNewMessages, getAction=GetMessageList, dataType='string, parameter='0'}: failed to transform 'NewURL'

@J-N-K Do you have an idea what is going on here?

ftr - TimeoutException - should we maybe increase the timeout or reduce log level?

2021-01-04 18:25:35.278 [WARN ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanMaxUpstreamRate, getAction=GetCommonLinkProperties, dataType='ui4, parameter='null'}: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed
@cweitkamp cweitkamp added the bug An unexpected problem or unintended behavior of an add-on label Jan 4, 2021
@J-N-K
Copy link
Member

J-N-K commented Jan 4, 2021

Timeout - yes. Maybe 5s would be fine as well.

The question is why the call list could not be retrieved. I wonder if we should probably cache the results instead of getting the calllist four times. Maybe the FB sometimes blocks further access.

@RalphSester
Copy link
Contributor

RalphSester commented Jun 18, 2021

Hello,

since i updated to OH 3 and use the new TR064 binding, i have returning errors in the log:

07:53:43.179 [INFO ] [r064.internal.soap.SOAPValueConverter] - Postprocessor processTamListURL failed: Failed to get TAM list from URL https://192.168.X.X:49443/tamcalllist.lua?sid=d15e......66&tamindex=0
07:53:43.181 [WARN ] [ing.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=tamNewMessages, getAction=GetMessageList, dataType='string, parameter='0'}: failed to transform 'NewURL'
07:53:43.183 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'FritzBox_TAM0NewMsg' changed from 0 to UNDEF

this happens not at every query to the fritzBox. My feeling is that it occurs in 1 of 5 cases.

if this is a timeout problem too, what can i do or change to prevent this error?

my OH is OH 3.1 Build 2425
my FritzBox is a 6490 with Software 7.20

Thank's everybody for ideas.
Ralph

@Ghelten
Copy link

Ghelten commented Sep 4, 2021

Hello,

still getting the same error in my log:

grafik

OH 3.1.0 Release Build FritzBox 7490 7.27

Can enyone help please. Thanks
Günter

@sheilbronn
Copy link
Contributor

I also get this error message on openHAB 3.2.0 M1 and the new openHAB 3.2.0 M2 builds.
Fritzbox 7490 software is latest release 07.28.

@sheilbronn
Copy link
Contributor

Still get these messages on OpenHAB 3.2.0~M5 and Fritzbox software release 7.29 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants