xeonsim / opensea-upload-with-recaptcha-solution

updated opensea uploading solution with recaptcha pass
25 stars 12 forks source link

Error #6

Open MarkIsaev opened 2 years ago

MarkIsaev commented 2 years ago

I tested how well your program works using the file "openseaupload" and when it comes to confirming the price setting, the program does not press the "sign" button because the link to the button is wrong. So replace "openseaupload" in your file on line 323 with this - wait_css_selector("button[class='BlockreactBlock-sc-1xf18x6-0 ButtonreactStyledButton-sc-glfma3-0 kXZare fzwDgL']") sign = driver.find_element_by_css_selector("button[class='BlockreactBlock-sc-1xf18x6-0 ButtonreactStyledButton-sc-glfma3-0 kXZare fzwDgL']"). I still do not understand how to correctly specify the metadata in the json file

MarkIsaev commented 2 years ago

Okay, I got it. But you should better check if you entered the correct code for the location of the buttons on opensea

MarkIsaev commented 2 years ago

when I upload more than one image with metadata, it returns the true value each time when solving the captcha and the program cannot proceed to the next action. you should check your verification function and also the correct location of buttons like "Add item", "Sign"