File was loaded in the wrong encoding: 'UTF-8' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

File was loaded in the wrong encoding: 'UTF-8'

I tried transfering contents in binary format from 1 jpg to another , named 'ichigo'. PyCharm was able to open jpg's but couldn't open those which were created by me. I tried creating jpg both ways : manually and automatically by using 'wb' file mode but they opened like a text sorta file. It worked yesterday but I guess I messed something up in my last session PS: The image 'ichigo' does shows up when opened manually in PyCharm , it ain't corrupted. The problem is that it doesn't show the image when manually created by me or by the code . Thanks! https://photos.app.goo.gl/Xp2bWSKYiyHCwsas6

4th Aug 2019, 6:15 PM
Ayush Gupta
Ayush Gupta - avatar
1 Answer
0
The link says "Album is empty". Can you share your code? The problem is more likely related to your code than your jpg files. It sounds like you're incorrectly trying to convert binary data to strings somewhere.
9th Nov 2020, 2:54 AM
Josh Greig
Josh Greig - avatar