dcts

Results 39 comments of dcts

hey @holtzy , sorry for the late reply! My personal opinion is that its best to have everyone switch to the newest version, rather than providing multi version support for...

Waiting for `.cf-browser-verification` to be hidden means that you are on the cloudflare page (cf = cloudflare) and within 30 seconds are not being redirected to the actual opensea page....

REPORT FROM @mlarcher : I dug a bit into the code and setup a test case... It seems that on GCP I'm stuck on a page that says ``` Checking...

Bypassing cloudflare is definately not my expertise. I have tried to solve this problem for some time now, and it is definately possible but as you mentioned its an arms...

Can you provide a code snipped and the result you get so I can check what the problem is? Thanks!

This is a good catch, as of current state the `offersByScrollingByUrl` function seems to be broken. In fact, all function that include `byScrolling` are currently still broken (see open issue...

`offers()` and `offersByUrl()` by default return 32 results (but is currently broken, see #61). The only time it will return less than 32 results is when there are less than...

thanks @kaiqiangh for the fix! 🎉

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

@githuilan a fix for this was created. To adapt please use version `6.5.2`: ``` npm install [email protected] ``` or alternatively if you have it already installed upgrade to latest version...