infotrex / bulk-upload-to-opensea

BULK UPLOAD NFTs to OPENSEA
277 stars 202 forks source link

Could not upload NFTs #211

Closed artnftlab closed 2 years ago

artnftlab commented 2 years ago

Hello, I was following all steps to upload nft. But, upload not started automatically. Please help.

PS C:\Users\tapanjyoti\Desktop\bulk-upload-to-opensea-main> python upload.py Start creating NFT Crazy_Ants #1 number 1 Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\tapanjyoti\AppData\Local\Programs\Python\Python310\lib\tkinter__init.py", line 1921, in call__ return self.func(args) File "C:\Users\tapanjyoti\Desktop\bulk-upload-to-opensea-main\upload.py", line 258, in main_program_loop wait_xpath('//[@id="media"]') File "C:\Users\tapanjyoti\Desktop\bulk-upload-to-opensea-main\upload.py", line 244, in wait_xpath wait.until(ExpectedConditions.presence_of_element_located((By.XPATH, code))) File "C:\Users\tapanjyoti\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\support\wait.py", line 89, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: Backtrace: Ordinal0 [0x0034D953+2414931] Ordinal0 [0x002DF5E1+1963489] Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

nfts not upload

karakule3dfx commented 2 years ago

please use upload_2captcha_V2.py

And

If you can take a screenshot of the program with the settings , I can examine it in more detail.

artnftlab commented 2 years ago

Thanks for your assistance.

I already used upload_2captcha_V2.py. But, NFTs are not able to upload, Just collection page got refreshed. I attached screenshots of the program. 1 2

karakule3dfx commented 2 years ago

as you can see in your screenshots the file you are using is "upload.py" so it is wrong....

please use upload_2captcha_V2.py

vermavenu11 commented 2 years ago

Captcha is not working

karakule3dfx commented 2 years ago

@vermavenu11 Please Read This #203

A problem can have multiple causes and I can't offer the right solution without knowing your problem.

artnftlab commented 2 years ago

@karakule3dfx Now, previous error has been solved. But, when I pressed start button, got unlimited refresh. NFTs are not uploading, just page got refresh again and again.

I changed the following line number 20 to 30. But same error was coming.

WebDriverWait(driver, 30).until(ExpectedConditions.presence_of_element_located((By.CSS_SELECTOR, "button[aria-label='Add properties']" ))) unlimited refresh

karakule3dfx commented 2 years ago

@artnftlab Can you take a screenshot of the program's interface?

artnftlab commented 2 years ago

I changed the previous code of "upload.py" and paste new codes from upload_2captcha_V2.py

only page got refresh multiple times.

1 2

karakule3dfx commented 2 years ago

if crazy-ants-1 is the name of your collection please use this link

https://opensea.io/collection/crazy-ants-1/assets/create

The link you wrote should be exactly the link that opens the nft addition screen to your collection 2022-06-17_14-42-01 .

artnftlab commented 2 years ago

Thank you so much for you support. My problem has been solved. You are life saver.

Thanks again.