-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Can't fetch small images, API MISUSE, SwiftUI #1950
Comments
Ummm. It is weird. Kingfisher never implements the |
Not sure I am doing the right thing or not, but when running in the demo project, it seems everything goes well: @zzzkk Is it a 100% reproducible issue? Can you also try on some other simulator/device/network condition and share more information about it? (Or are you trying to extend |
Maybe a reproducible sample repo would be a great help for us to track this issue better! |
right, issue reproduces only in my repo, no matter which device/network/etc but maybe some other external library I use is messing it up? |
Maybe. But actually, that's beyond what I can imagine... Kingfisher is creating its own |
all right, I found it! thanks for quick response and help @onevcat |
Thanks for the feedback. Great to hear you found that! That is a very common mistake that one forgets calling the handler. I guess once DBDebugToolKit fixes it, everything should go back working. |
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
What
Some images fetch always fails, my observation is that it applies only to smaller images like
https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
for this https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/logo.png it works fine 🤔
Reproduce
Other Comment
console output:
sessionTask.onTaskDone.delegate(on: self) { (self, done) in
is never calledThe text was updated successfully, but these errors were encountered: