question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

invalid byte sequence in UTF-8

See original GitHub issue

On 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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found