EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

IQ.social doesnt fetch images from Cointelegraph #2122

Closed Softdev1 closed 10 months ago

Softdev1 commented 10 months ago

Description.

IQ Social does not fetch images from Cointelegraph. We need to understand why this is happening to ensure that the image of the news from Coingraph can be properly displayed on IQ Social.

Image

Image

Softdev1 commented 10 months ago

The main problem on this issue is from Cointelegraph, they are using Cloudflare. Image

A solution for this is for us to add an option for users to upload images when we’re publishing a link on IQ social, this way we’ll have our own copy of the image.

Cc: @kesar

kesar commented 10 months ago

cant we proxy that image through img resizer we use for iq.wiki ?

Softdev1 commented 10 months ago

I will try this your option sir, it didn't come across my mind to solve it via this route

Tolu-Mals commented 10 months ago

I tried using the cloudflare loader we use for iq.wiki, the images were still broken

Softdev1 commented 10 months ago

https://github.com/EveripediaNetwork/issues/issues/2122#issuecomment-1877368903 @kesar

kesar commented 10 months ago

you can temporal fix it using https://wsrv.nl/?url=https://images.cointelegraph.com/cdn-cgi/image/format=auto,onerror=redirect,quality=90,width=717/https://s3.cointelegraph.com/uploads/2024-01/7ac64290-ea45-48d9-9075-636562dbb683.jpg

add https://wsrv.nl/?url= + ctg url

Tolu-Mals commented 10 months ago

Alright sir, will do that