Ticket #246 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by mickey

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

comment:2 Changed 3 years ago by sleipnir

  • Status changed from new to closed
  • Resolution set to fixed

u"<PIN>" works! Thank you very much!

I will close this ticket then.

Note: See TracTickets for help on using tickets.