Fuse Image tag Can not be done ImageSource error: 'HttpImageSource-failed-converson'

image Source :
http://tong.visitkorea.or.kr/cms/resource/23/1989223_image2_1.jpg

Can not be done

Can not be done
ImageSource error: ‘HttpImageSource-failed-converson’

Help!

Thanks for reporting! There is now a ticket about this and you’ll get notified when there’s some progress.

It seems that this is a case of a misconfigured server, which uses the incorrectly spelled content-type “image/jpg” rather than “image/jpeg”. Only the latter is a valid content-type according to IANA.

I’ve sent a pull-request for 1.3 to relax our implementation to allow this incorrect variation. But if possible, the server should be fixed to report the right content-type as well, as this is a general compatibility problem.