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

PDUParseError: Optional Parameter not allowed: Invalid option qos_time_to_live #1210

Open
charmnQuark opened this issue Jun 8, 2024 · 0 comments

Comments

@charmnQuark
Copy link

Good day,
I have configured as documented for receiving MO

And bellow is the error that I get .

024-06-08 18:11:17 ERROR 96408 Optional Parameter not allowed: Invalid option qos_time_to_live
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/smpp/twisted/protocol.py", line 211, in rawMessageReceived
pdu = self.encoder.decode(BytesIO(message))
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1038, in decode
self.decodeBody(file, pdu, headerParams['command_length'] - self.HEADER_LEN)
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1084, in decodeBody
optionalParams = self.decodeOptionalParams(pdu.optionalParams, file, bodyLength - mParamsLen)
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1180, in decodeOptionalParams
raise PDUParseError("Invalid option %s" % optionName, pdu_types.CommandStatus.ESME_ROPTPARNOTALLWD)
smpp.pdu.error.PDUParseError: Optional Parameter not allowed: Invalid option qos_time_to_live
2024-06-08 18:11:17 CRITICAL 96408 Received unparsable PDU b'00000037000000050000000000000006000509746573740003013136373737000000000000000000000568656c6c6f001700046665d425'
2024-06-08 18:17:36 ERROR 96408 Optional Parameter not allowed: Invalid option qos_time_to_live
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/smpp/twisted/protocol.py", line 211, in rawMessageReceived
pdu = self.encoder.decode(BytesIO(message))
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1038, in decode
self.decodeBody(file, pdu, headerParams['command_length'] - self.HEADER_LEN)
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1084, in decodeBody
optionalParams = self.decodeOptionalParams(pdu.optionalParams, file, bodyLength - mParamsLen)
File "/usr/local/lib/python3.8/dist-packages/smpp/pdu/pdu_encoding.py", line 1180, in decodeOptionalParams
raise PDUParseError("Invalid option %s" % optionName, pdu_types.CommandStatus.ESME_ROPTPARNOTALLWD)
smpp.pdu.error.PDUParseError: Optional Parameter not allowed: Invalid option qos_time_to_live
2024-06-08 18:17:36 CRITICAL 96408 Received unparsable PDU b'000001010000000500000000000000134e4f52455000010132363737363131333637330003015061797a616e61000400000000000003009069643a3141433433313645453932344546363139464130303030303030303042333632207375623a30303120646c7672643a303030207375626d697420646174653a3234303630373138313720646f6e6520646174653a3234303630383138313720737461743a45585049524544206572723a30313320746578743a57656c636f6d6520746f205061797a616e612120001700046665d5960423000303000d001e00213141433433313645453932344546363139464130303030303030303042333632000427000103'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant