'utf-8' codec can't decode byte 0x9d in position 0: invalid start byte · Issue #7 · izcoser/stegpy · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the library as part of a backend project so i got the code files not the command line tool, the encoding goes just fine. but whenever I try to decode I get this error..
this is the line that causes the problem, in the read_message function
text = bytes(msg[start:end]).decode('utf-8')
The text was updated successfully, but these errors were encountered:
I'm trying to use the library as part of a backend project so i got the code files not the command line tool, the encoding goes just fine. but whenever I try to decode I get this error..
this is the line that causes the problem, in the read_message function
text = bytes(msg[start:end]).decode('utf-8')
The text was updated successfully, but these errors were encountered: