Closed mrtornado closed 2 years ago
On mainnet it seems to be working but I get it blocked by cloudflare, btw I'm not using an opensea api key, could that be the problem ? I have tried with proxy and without proxy, same result
node offers.js --config=config.json --file=list.txt --proxy=proxy.txt --verbose
Init config...
Init config...
Init OpenSea SDK...
Using network: mainnet...
Using Infura...
Init proxies...
Switch proxy 1 - http://168.91.98.153:44555
Init event handlers...
Starting...
Instance ID: 6928-463
Auto price enabled.
Default floor: 0.001, roof: 100, epsilon: 0.001.
Delay per line: 1000--2000 ms.
1 Acquiring asset...
Address: 0x1eff5ed809c994ee2f500f076cef22ef3fd9c25d
Id: 8
1 Processing...
Address: 0x1eff5ed809c994ee2f500f076cef22ef3fd9c25d
Id: 8
Price: 0.008
% Order created
* 1 Offer succeed with errors.
Address: 0x1eff5ed809c994ee2f500f076cef22ef3fd9c25d
Id: 8
Price: 0.008
1 Request was blocked by Cloudflare.
Done.
Can you set in config "log_full": true
And then show your log?
To pass Cloudflare, add in config user_agent
and cookie
. You can pass captcha manually in browser and then use cookie cf_clearance=...
If your proxy blacklisted by Cloudflare, you will probably need different proxy, ideally setup your own private proxy.
getting this error and have no clue how to fix it , I used the nvm use 8 and nvm use 16 trick to get past the first error but now getting this, I get it on the test network.