infotrex / bulk-upload-to-opensea

BULK UPLOAD NFTs to OPENSEA
277 stars 202 forks source link

got this error "TabError: inconsistent use of tabs and spaces in indentation" #217

Closed Mahalance closed 2 years ago

Mahalance commented 2 years ago

I got this error

PS D:\bulk-upload-to-opensea-main> python upload_2captcha_V2.py File "D:\bulk-upload-to-opensea-main\upload_2captcha_V2.py", line 836 nft_Name = my_nft.find_element(By.XPATH, './/a//img').get_attribute('alt') TabError: inconsistent use of tabs and spaces in indentation

how do I fix it bulk error1 bulk error2 ?

karakule3dfx commented 2 years ago

@Mahalance delete the spaces at the beginning of this line and move it to its previous alignment using the tab key. I'll fix the file and upload it again. It usually happens when a space is left at the beginning of the line with the space key, not the tap key. You can also try downloading the file again. I think it's fixed now

Mahalance commented 2 years ago

thank you sir, but now i got this error

selenium.common.exceptions.WebDriverException: Message: unknown error: unexpected command response
(Session info: chrome=103.0.5060.53)

karakule3dfx commented 2 years ago

I looked a bit and I think the problem is in the chrome version. you can try to downgrade or wait for the update.

Mahalance commented 2 years ago

ok thank you sir