L
L
Leonid Bylin2020-05-30 21:17:17
Java
Leonid Bylin, 2020-05-30 21:17:17

Picasso won't load certain images, what should I do?

Piccasso uploads the picture from this link:

Picasso.with(this).apply { isLoggingEnabled = true }.load("https://i4.ytimg.com/vi/psh_iNG3Csw/hqdefault.jpg").into(ivImg)

But on this one no

Picasso.with(this).apply { isLoggingEnabled = true }.load("https://i4.ytimg.com/vi/vvM3_Eyd8qg/hqdefault.jpg").into(ivImg)


version: implementation 'com.squareup.picasso:picasso:2.5.2'

Could you explain to a newbie what's going on here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2020-05-30
@Nel_Bylin

Maybe because there is actually no picture there, but a stub is issued?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question