maximedrn/opensea-automatic-bulk-upload-and-sale

Upload failed error

sharjeet opened this issue · 21 comments

image

I am getting this error after updating to the latest version. I used to run 4 or more bots very comfortably but now only 1 bot runs or none.

I tried the Google chrome option instead of Geckodriver, bot can't able to sign the metamsk contract window after login.

May you send me your metadata file?

which one, the bot created after the error or the file which has metamask account details?

Do not share the file with MetaMask details.
I need the metadata file you created for the upload (with the NFT name, description, etc)

everything is working fine yesterday, but today i'm getting this error, like check the following image
image

2 bots are working fine but others are having an issue

With too many processes, delays can be longer.
I suggest you take a look at this discussion: #293

I tried the Google chrome option instead of Geckodriver, bot can't able to sign the metamsk contract window after login.

after opensea login, bot tries to fillup the details but the popup windows which requires sign in, bot doesn't sign in the window

With too many processes, delays can be longer. I suggest you take a look at this discussion: #293

And this?

not working

I'm using one account in multiple processes, it was working fine but now, from today, having errors

For me, I think it takes too long to complete the upload.
You can try disabling headless mode for Chrome to see what happens.

I tried older versions (attaching screenshot) and maybe opensea updated its platform

image

After checking what's really happening, when open page "create nft" browser opens the metamask window to sign the cotract and python process doesn't seem to click "sign", it works in only one process and others, as you can see i attached image.

Do not click on this link, it is a scam

Hi! Same problem here, the only way I made it work was with GeckoDriver and manual reCAPTCHA solving.

1 - When using the ChromeDriver and the reCAPTCHA Bypasser

When using the ChromeDriver and the reCAPTCHA Bypasser

2 - When using the Geckodriver and the reCAPTCHA Bypasser

image

The metadata file is not showing any error

Any clue @maximedrn ?

With too many processes, delays can be longer. I suggest you take a look at this discussion: #293

Follow this. If it still doesn't work, can you send me a video of the process (log manually to MetaMask* so the window is displayed)?

Same situation (I've doubled the numbers). By logging manually and doing the reCAPTCHA manually, everything is working fine (with ChromeDriver)

Program can't able to sign the metamask contract after opensea login, when we goto Create NFT page, a metamask window appears to sign the contract but program doesn't click on "sign" it continuously refreshes the page and displays "upload failed"

Program can't able to sign the metamask contract after opensea login, when we goto Create NFT page, a metamask window appears to sign the contract but program doesn't click on "sign" it continuously refreshes the page and displays "upload failed"

It signs the contract when your network or OpenSea's network is not overloaded. Otherwise, the connection to OpenSea may fail.

ok, fixed when putting very high numbers in the upload.py, the OpenSea network must be congested.

The last version should fix this issue! :)