[GH-ISSUE #364] Secret getting duplicated in some circumstances #260

Closed
opened 2026-02-28 01:23:55 +03:00 by kerem · 0 comments
Owner

Originally created by @eyedol on GitHub (Dec 14, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/364

Originally assigned to: @eyedol on GitHub.

This was reported on the forums

2015-11-25 23:49:30,452 - misc.decorators.139779333142272 - DEBUG - New request /smssync - ip: 154.120.216.83 - ts: 2015-11-26 07:49:30.452609 - session:8cec7a79462049882dd76afb85013f3b8f206c46 - params: {'task': u'send', 'from': u'+16177179014', 'sent_to': u'+16177179014', 'secret': [u'2600002', u'2600002'], 'sent_timestamp': u'1448512986000', 'message': u'Menu', 'message_id': u'1c9bba69-b705-4aa8-b310-aeec4a3dbcca', 'device_id': u'2600002'}

This is a trace from our server after it crashed from an unexpected input. You can see that in the params that SMSSync sent, it included almost everything as unicode (GOOD) except for the secret, which it unexpectedly doubled and sent as a list! We now manage this bug internally, but we expect that it may cause problems for others that are not monitoring their Gateways so closely.

Since its occurrence, we have not been able to find a set of circumstances to recreate it, and unfortunately we do not know whether this was version 3.0.3 or 3.0.4

Originally created by @eyedol on GitHub (Dec 14, 2015). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/364 Originally assigned to: @eyedol on GitHub. This was reported on the [forums](https://forums.ushahidi.com/t/secret-getting-duplicated-in-some-circumstances/3555) > 2015-11-25 23:49:30,452 - misc.decorators.139779333142272 - DEBUG - New request /smssync - ip: 154.120.216.83 - ts: 2015-11-26 07:49:30.452609 - session:8cec7a79462049882dd76afb85013f3b8f206c46 - params: {'task': u'send', 'from': u'+16177179014', 'sent_to': u'+16177179014', 'secret': [u'2600002', u'2600002'], 'sent_timestamp': u'1448512986000', 'message': u'Menu', 'message_id': u'1c9bba69-b705-4aa8-b310-aeec4a3dbcca', 'device_id': u'2600002'} > > This is a trace from our server after it crashed from an unexpected input. You can see that in the params that SMSSync sent, it included almost everything as unicode (GOOD) except for the secret, which it unexpectedly doubled and sent as a list! We now manage this bug internally, but we expect that it may cause problems for others that are not monitoring their Gateways so closely. > > Since its occurrence, we have not been able to find a set of circumstances to recreate it, and unfortunately we do not know whether this was version 3.0.3 or 3.0.4
kerem 2026-02-28 01:23:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#260
No description provided.