Ticket #156 (closed defect: fixed)
SendStoredMessage sometimes triggers org.freesmartphone.GSM.Device.Timeout
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | milestone4 |
| Component: | framework/ogsmd | Version: | |
| Keywords: | Cc: |
Description
>>> gsmsim.SendStoredMessage(14)
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 622, in call_blocking
message, timeout)
DBusException: org.freesmartphone.GSM.Device.Timeout: device did not answer within 5 seconds
The SMS did get sent, though. I guess we should increase the timeout for this command.
Change History
Note: See
TracTickets for help on using
tickets.

This is fixed in commit [54a9176c04897ffeeff784c9caf78d8d9022a578]. The current timeout of 10 seconds should be enough.