infotrex / bulk-upload-to-opensea

BULK UPLOAD NFTs to OPENSEA
277 stars 202 forks source link

Unlimited refresh #213

Closed zerozin-kang closed 2 years ago

zerozin-kang commented 2 years ago

image

I have a question. When I press the start button using upload_2captcha_V2.py, infinite refresh is executed. Of course, NFT items are not uploaded. What's the problem?

number 6 Refresh Refresh Refresh Refresh Refresh Refresh Refresh Refresh Refresh Refresh Refresh

karakule3dfx commented 2 years ago

It detects that the add properties button does not allow interaction, so it refreshes the page.

you can find thsi line WebDriverWait(driver, 20).until(ExpectedConditions.presence_of_element_located((By.CSS_SELECTOR, "button[aria-label='Add properties']" )))

and You could try replacing 20 with a higher number. so you will give the button more time to wait

TalhaElaine commented 2 years ago

@karakule3dfx i replaced 20 with 60 but still i face same issue

karakule3dfx commented 2 years ago

@TalhaElaine Can you send a screenshot of the program? there may be a problem with your settings