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

A Selenium Python bot to automatically and bulk upload/ mint and list your NFTs on OpenSea. All metadata compatible, Ethereum and Polygon blockchains supported, reCAPTCHA solvers included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with upload and log in

sashilla opened this issue · comments

The login works.
i have to click create manually, after that the click on the wallet happens automaticly.
The first image upload skips before the sell window appears, the second image stops at the point where i define the price.
its always "sensitive content", doesnt matter if false or true.
Can you help me to fix the script?

File number: 1

Warning (from warnings module):
File "C:\Users\Desktop\opensea_automatic_uploader-master\main.py", line 190
driver = webdriver.Chrome(self.webdriver_path, options=options)
DeprecationWarning: executable_path has been deprecated, please pass in a Service object
Login to MetaMask extension. Logged to Metamask extension.
Login to Opensea.
Warning (from warnings module):
File "C:\Users\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 358
warnings.warn("find_elements_by_* commands are deprecated. Please use find_elements() instead")
UserWarning: find_elements_by_* commands are deprecated. Please use find_elements() instead
Logged to Opensea.

Uploading NFT n°1/18.
Warning (from warnings module):
File "C:\Users\Desktop\opensea_automatic_uploader-master\main.py", line 203
self.driver.find_element_by_xpath(element))
DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead
Failed: Message:
Stacktrace:
Backtrace:
Ordinal0 [0x006B6023+2514979]
Ordinal0 [0x0064F6B1+2094769]
Ordinal0 [0x005526C8+1058504]
Ordinal0 [0x0057D2D8+1233624]
Ordinal0 [0x0057D4CB+1234123]
Ordinal0 [0x005A7652+1406546]
Ordinal0 [0x0059635A+1336154]
Ordinal0 [0x005A59FF+1399295]
Ordinal0 [0x005961EB+1335787]
Ordinal0 [0x00572617+1189399]
Ordinal0 [0x00573479+1193081]
GetHandleVerifier [0x00845624+1579748]
GetHandleVerifier [0x008F0417+2279639]
GetHandleVerifier [0x0074473B+527355]
GetHandleVerifier [0x007437E9+523433]
Ordinal0 [0x00654BF9+2116601]
Ordinal0 [0x00659238+2134584]
Ordinal0 [0x00659372+2134898]
Ordinal0 [0x00662EB1+2174641]
BaseThreadInitThunk [0x764CFA29+25]
RtlGetAppContainerNamedObjectPath [0x77847A9E+286]
RtlGetAppContainerNamedObjectPath [0x77847A6E+238]

Uploading NFT n°2/18. Failed: Message:
Stacktrace:
Backtrace:
Ordinal0 [0x006B6023+2514979]
Ordinal0 [0x0064F6B1+2094769]
Ordinal0 [0x005526C8+1058504]
Ordinal0 [0x0057D2D8+1233624]
Ordinal0 [0x0057D4CB+1234123]
Ordinal0 [0x005A7652+1406546]
Ordinal0 [0x0059635A+1336154]
Ordinal0 [0x005A59FF+1399295]
Ordinal0 [0x005961EB+1335787]
Ordinal0 [0x00572617+1189399]
Ordinal0 [0x00573479+1193081]
GetHandleVerifier [0x00845624+1579748]
GetHandleVerifier [0x008F0417+2279639]
GetHandleVerifier [0x0074473B+527355]
GetHandleVerifier [0x007437E9+523433]
Ordinal0 [0x00654BF9+2116601]
Ordinal0 [0x00659238+2134584]
Ordinal0 [0x00659372+2134898]
Ordinal0 [0x00662EB1+2174641]
BaseThreadInitThunk [0x764CFA29+25]
RtlGetAppContainerNamedObjectPath [0x77847A9E+286]
RtlGetAppContainerNamedObjectPath [0x77847A6E+238]

Hi!
I've uploaded a new version of this bot. Almost all problems have been corrected.
If you find any issue, please open a new issue :)