You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "smpp/pdu/pdu_encoding.py", line 865, in encode
body = self.encodeBody(pdu)
File "smpp/pdu/pdu_encoding.py", line 906, in encodeBody
body += self.encodeRequiredParams(pdu.mandatoryParams, self.getRequiredParamEncoders(pdu), pdu.params)
File "smpp/pdu/pdu_encoding.py", line 943, in encodeRequiredParams
return string.join([encoderMap[paramName].encode(params[paramName]) for paramName in paramList], '')
KeyError: 'number_of_dests'
The text was updated successfully, but these errors were encountered:
The application that I wrote this library for did not need the SubmitMulti command and I didn't have time to fully implement it. If you're willing to do it, I think it wouldn't be too much work.
When trying to encode a SubmitMulti PDU there's a KeyError, also there seems to be no way to define the dest_address param
This has the following traceback
The text was updated successfully, but these errors were encountered: