-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
images caching not working offline #15
Comments
I'm trying to debug a similar issue... I am also seeing some of my image requests go into @steipete any idea about the that note? Any insight into what could cause that to fail? I am wondering if somehow @jmoccetti's issue is related to mine. |
@kcharwood did you find something new related to this issue? thanks! |
Should have circled back here... I fixed my issue here: |
Thank you. Regrettably, that didn't work for me. The file is created for cache the image, and read when the request is executed (cachedResponseForRequest is executed apparently without issues) however the operations enter to failure block with no internet error. |
I'm using SDURLCache with UIImageView+AFNetworking but it seems the caching on disk of images is failing with some urls
e.g
http://thumb.mediasuite.multicastmedia.com/thumbs/tid/t1335788831/3386908.jpg
The cache file is created but when the request (offline) is executed, it enters to failure block.
I tested that before with other urls like
http://3.bp.blogspot.com/_vk7RX2oEQS0/SkJV7Aa6NXI/AAAAAAAAAIo/D1bWwFlm3A0/s72-c/Benito+Juarez+Airport.jpg
http://cdn-www.trails.com/imagecache/accomodations/72x72/a715afe2dd7f7999d38e9a93bfe7a78c-72x72.png
and offline was working ok.
Please if you can help me with some fix or workaround to solve this issue.
The text was updated successfully, but these errors were encountered: