invalid byte sequence in UTF-8
See original GitHub issueOn Android, Take Photo and Choose from Gallery works. On iOS, Choose from Gallery works. But when I Take Photo and try to upload to my backend, I get this error
invalid byte sequence in UTF-8
The image uri is fine because the preview displays properly using <Image /> Only the photo from iOS Take Photo is not working. Any ideas?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Solving "invalid byte sequence in UTF-8" errors in ruby
Why does an UTF-8 invalid byte sequence error happen? ... Ruby's default encoding since 2.0 is UTF-8. This means that Ruby will treat...
Read more >invalid byte sequence for encoding "UTF8" - Stack Overflow
This is caused by a mismatch in your database encodings, surely because the database from where you got the SQL dump was encoded...
Read more >Fight back UTF-8 Invalid Byte Sequences - Thoughtbot
Chances are, some of you have run into the issue with the invalid byte sequence in UTF-8 error when dealing with user-submitted data....
Read more >How to Fix Invalid Byte Sequences in UTF-8 - YouTube
What is Unicode ?That's what we will talk about in this video! Unicode is a system for character encoding, this allows you to...
Read more >U137: Invalid byte sequence for encoding - pganalyze
Explanation: This error occurs when you send text data, but either the source encoding doesn't match that currently set on the database, or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See this SO post: React native image picker upload to rails server: invalid byte sequence in UTF-8 [duplicate]
And this one: How to upload local image file on React Native app to Rails api?
Has anyone solved it? same issue.