- Got this error when uploading the objects in the gnowsys which has non unicode format.
-
Error Type
- UnicodeDecodeError
-
Error Value
- 'ascii' codec can't decode byte 0xe7 in position 0: ordinal not in range(128)
We even applied the encode method to get information in string format:
a='hello'
a.encode('utf-8')
But still it didnt work..
Guide us as soon as possible.
Himanshu Chauhan
Khushbu
Deepti