Ticket #246 (closed defect: fixed)
GSM.SIM.SendAuthCode fails on mdbus
| Reported by: | OdinsHorse@… | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | framework/ogsmd | Version: | milestone4 |
| Keywords: | mdbus SendAuthCode | Cc: |
Description
Executing
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.SendAuthCode 'xxxx'
leads to the following error message:
ERROR:dbus.connection:Unable to set arguments (xxxx,) according to signature u's': <type 'exceptions.TypeError'>: Expected a string or unicode object
Change History
Note: See
TracTickets for help on using
tickets.

Does it work if you submit u"1234" (substitute 1234 with your PIN) as parameter instead?