dcts / opensea-scraper

Scrapes nft floor prices and additional information from opensea. Used for https://nftfloorprice.info
MIT License
184 stars 73 forks source link

offers method not working in docker #32

Closed mlarcher closed 2 years ago

mlarcher commented 2 years ago

it crashes on https://github.com/dcts/opensea-scraper/blob/main/src/functions/offers.js#L101 because html does not contain window.__wired__= Proabably this is because the page contains This website is using a security service to protect itself from online attacks.. I'm providing a custom puppeteer instance...

dcts commented 2 years ago

If anyone encounters this error, it is because you most likely need to use stealth plugin for puppeteer.

See #33

Thanks @mlarcher for pointing this out!