kaustubh-walokar / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Illegal character 'i' in hexadecimal string #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. probably the email username has a DOT (.). e.g. first.last@gmail.com
2. command the system launched is"gvoice -b -e \myname.gv@gmail.com -p
\mypassword call \phonenumber \callbacknumber"
3.

What is the expected output? What do you see instead?
Mar  6 18:08:50] ERROR[3317]: app.c:1901 ast_get_encoded_char: Illegal
character 'i' in hexadecimal string
Usage: gvoice [options] commands
    Where commands are

    login (li) - log into the voice service
    logout (lo) - log out of the service and make sure session is deleted
    help

    Voice Commands
        call (c) - call an outgoing number from a forwarding number
        cancel (cc) - cancel a particular call
        download (d) - download mp3 message given id hash
        send_sms (s) - send sms messages

    Folder Views
        search (se)
        inbox (i)
        voicemail (v)
        starred (st)
        all (a)
        spam (sp)
        trash (t)
        voicemail (v)
        sms (sm)
        recorded (r)
        placed (p)
        recieved (re)
        missed (m)

gvoice: error: -p option requires an argument

What version of the product are you using? On what operating system?
2.5 - the latest one on DD WRT K26

Please provide any additional information below.

I tried another email account without a DOT in the user name, it works
fine. But I really don't know whether this is the main cause or not.

Original issue reported on code.google.com by fengfeng...@gmail.com on 6 Mar 2010 at 11:15

GoogleCodeExporter commented 9 years ago
once you remove the "\" symbol from the system command "gvoice ...." then 
everything
is fine now.

Original comment by fengfeng...@gmail.com on 7 Mar 2010 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by justquick on 8 Mar 2010 at 3:58