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

[BUG] Missing price in result #60

Closed githuilan closed 1 year ago

githuilan commented 2 years ago

The result cannot get prices anymore

image

dcts commented 2 years ago

thanks for reporting. Same bug as #61 . Working on it.

dcts commented 2 years ago

@githuilan a fix for this was created. To adapt please use version 6.5.2:

npm install opensea-scraper@6.5.2

or alternatively if you have it already installed upgrade to latest version

npm upgrade

Let me know if it worked!