My solution was just omitting the “www.” in the reference.
So if you have your thumbnail file in “http://www.whatever.com/uploads/thumbs/image.png” as the reference, then you just need to change it to “http://whatever.com/uploads/thumbs/image.png“. And it solved my problem.
Hope this helps.