Hello everyone
I have a problem with the Askey brand. I get the following error: “Connection request error: Parse Error: Invalid header value char.” I checked with the culr command and I can’t find the invalid char. I can provision it via inform, but not manually or by pressing the summon button. Any ideas?
1 Like
event: incoming HTTP request
timestamp: 2025-09-09T22:10:21.260Z
remoteAddress: "::ffff:10.100.0.1"
deviceId: 009096-RTF8115VW-4CABF89C2800
connection: 2025-09-09T22:10:21.204Z
localPort: 7547
method: POST
url: /
headers:
host: 10.100.0.2:7547
cookie: session=78adb03a7b9d5d9d
connection: keep-alive
soapaction: ""
date: Tue, 09 Sep 2025 22:10:17 GMT
user-agent: Linux/2.6.36, CWMP/1.0
content-type: text/xml
content-length: "3604"
body: >
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand="1">1993087a9780000</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:GetParameterValuesResponse>
<ParameterList xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="cwmp:ParameterValueStruct[18]">
<ParameterValueStruct>
<Name>InternetGatewayDevice.DeviceInfo.ModelName</Name>
<Value xsi:type="xsd:string">RTF8115VW</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ConnectionRequestPassword</Name>
<Value xsi:type="xsd:string"></Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ConnectionRequestUsername</Name>
<Value xsi:type="xsd:string">cpe</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.EnableCWMP</Name>
<Value xsi:type="xsd:boolean">1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.ManageableDeviceNumberOfEntries</Name>
<Value xsi:type="xsd:unsignedInt">0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.Password</Name>
<Value xsi:type="xsd:string"></Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.PeriodicInformEnable</Name>
<Value xsi:type="xsd:boolean">1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.PeriodicInformInterval</Name>
<Value xsi:type="xsd:unsignedInt">300</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.PeriodicInformTime</Name>
<Value xsi:type="xsd:dateTime"></Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.URL</Name>
<Value xsi:type="xsd:string">http://10.100.0.2:7547</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.UpgradesManaged</Name>
<Value xsi:type="xsd:boolean">0</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.Username</Name>
<Value xsi:type="xsd:string">cpe</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.ManagementServer.X_ASKEY_COM_WANConnection</Name>
<Value
xsi:type="xsd:string">InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_TELEFONICA_COM_RemoteMGMT.AllowedWanIPv4SourceSubnet</Name>
<Value xsi:type="xsd:string">10.0.0.0/8</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_TELEFONICA_COM_RemoteMGMT.Enable</Name>
<Value xsi:type="xsd:boolean">1</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_TELEFONICA_COM_RemoteMGMT.HTTP.Interface</Name>
<Value xsi:type="xsd:string">Both</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_TELEFONICA_COM_RemoteMGMT.ICMP.Interface</Name>
<Value xsi:type="xsd:string">Both</Value>
</ParameterValueStruct>
<ParameterValueStruct>
<Name>InternetGatewayDevice.X_TELEFONICA_COM_RemoteMGMT.SSH.Interface</Name>
<Value xsi:type="xsd:string">Both</Value>
</ParameterValueStruct>
</ParameterList>
</cwmp:GetParameterValuesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
event: outgoing HTTP request
timestamp: 2025-09-09T22:24:53.880Z
remoteAddress: 10.0.0.144
deviceId: 009096-RTF8115VW-4CABF89C2800
connection: null
remotePort: "7547"
method: GET
url: /
headers:
host: 10.0.0.144:7547
error: "Parse Error: Invalid header value char"
by pressing Summon or Commit
The error is on the CPE side. You will need to look at the logs on the CPE.
1 Like
Thanks!
