instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Image can't be used

Open Alexandre-cibot opened this issue 4 years ago • 0 comments

Yes I can get informations and images' URL. But they can't be used in an <img> tag, caused by an "net::ERR_BLOCKED_BY_RESPONSE".

What i've done: I use this library in a lambda function, that return an array of image URLS. My front request this function, get the array of URLS, and try to insert these URLS into <img> tags. It doesn't work because of error "net::ERR_BLOCKED_BY_RESPONSE".

Does it works for someone ?

Alexandre-cibot avatar May 13 '21 22:05 Alexandre-cibot