kovinevmv / getcontact

Find info about user by phone number using GetContact API
MIT License
437 stars 74 forks source link

Codec issue #10

Closed xIneffable closed 4 years ago

xIneffable commented 4 years ago

Time to time it outputs me error smth like that 'charmap' codec can't encode characters in position 6-8: character maps to

I think it is connected with russian or ukrainian language and codec cannot recognize this words. Can you help to solve this problem?

kovinevmv commented 4 years ago

If you provide an example of an incoming number, then I will try to debug it

xIneffable commented 4 years ago

At the begining it works but then programme interrupts and get error

kovinevmv commented 4 years ago

Check update. The error occurs because there is no emoji on your system. It can't decode it

xIneffable commented 4 years ago

I updated your repo but the problem the same

kovinevmv commented 4 years ago

What is your operation system or you are using docker?

xIneffable commented 4 years ago

My operation system is Windows 8.1 and i'm using python

xIneffable commented 4 years ago

is it possible to make smth?

kovinevmv commented 4 years ago

Try to run docker. Do you use IDE? Maybe this can help you.

Script can't print in terminal emoji. Most likely, the terminal does not support such characters. Change the encoding in the terminal

xIneffable commented 4 years ago

Thank you but I solved it by running windows terminal. In general it was problem with my downloaded, from internet, terminal.