evgenyneu / moa

An image download extension of the image view written in Swift for iOS, tvOS and macOS.
MIT License
333 stars 45 forks source link

cannot shown image from links #2

Closed ryansoy closed 8 years ago

ryansoy commented 8 years ago

https://storage.googleapis.com/dev-savada-static/news/cf3beaa0c8be11e598ecbf051c778cdd.jpg. do you know why?

evgenyneu commented 8 years ago

Hello @ryansoy, thank you very much for reporting. It was an issue with the image server that returned a non-standard mime type "image/jpg" instead of "image/jpeg". I have changed the moa code to allow this mime type, since it can be a common typo.

Please update the moa library to version 3.0.0 if you used CocoaPods or Carthage. If you used moa for the Auk image slideshow with CocoaPods or Carthage, just update the Auk.

I saw your other issues on Auk, are they related to this one?

ryansoy commented 8 years ago

Yes thanks.

evgenyneu commented 8 years ago

Did it solve your issue?

ryansoy commented 8 years ago

Yes it solved my problem. Thanks.

evgenyneu commented 8 years ago

Very good, I am glad that it worked for you. Thanks again for reporting the bug, it might cause similar problems for other people.