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.
GNU General Public License v3.0
326 stars 109 forks source link

Cannot load properties (old version? / wrong format?) #394

Closed CryptoPunkFrens closed 1 year ago

CryptoPunkFrens commented 1 year ago

Hi Maxime! Please can you help with this issue. Can't load property and error is: 404 page error. What I'm doing wrong???? Many Thanks

CryptoPunkFrens commented 1 year ago

I really need your help. I tried 1000 time and the same error all the time 404 page error

maximedrn commented 1 year ago

Hello, I need more details... Can you tell me what version of the tool you are using? Also, can I have an extract of the properties?

CryptoPunkFrens commented 1 year ago

how I can see the version of the tool? Do you need version of all the tools?

CryptoPunkFrens commented 1 year ago

I download this tools: reCAPTCHA Bypasser - July 7, 2022 Generic File Maker - July 7, 2022 File Compatibilizer & Converter - July 7, 2022

maximedrn commented 1 year ago

image

CryptoPunkFrens commented 1 year ago

extract of the properties

CryptoPunkFrens commented 1 year ago

version

maximedrn commented 1 year ago

Download the last version. You have a version with bugs because OpenSea changed his webpage.

CryptoPunkFrens commented 1 year ago

ok I see 1.12.10 is available, I should go and update

CryptoPunkFrens commented 1 year ago

ok where I should download

CryptoPunkFrens commented 1 year ago

please send me the link

maximedrn commented 1 year ago

https://github.com/maximedrn/opensea-automatic-bulk-upload-and-sale/archive/refs/heads/master.zip

CryptoPunkFrens commented 1 year ago

thank you I will let you know letter

CryptoPunkFrens commented 1 year ago

hi I have now another problem, I don't have "order" file this is the error: \order.py': [Errno 2] No such file or directory

CryptoPunkFrens commented 1 year ago

ok I just add that file from previse version

CryptoPunkFrens commented 1 year ago

but now I can't log to opensea error

maximedrn commented 1 year ago

In the app/services/webdriver.py file, can you remove lines from 65 to 67:

if self.solver != 1 and self.wallet.recovery_phrase != '' and \
        self.wallet.password != '':  # Not manual solver.
    options.add_argument('--headless=chrome')  # Headless mode.

I think the issue comes from the headless on Chrome. If it still not fix the issue, can you send me a video please?

CryptoPunkFrens commented 1 year ago

hi how to open webdriver.py ?

maximedrn commented 1 year ago

With Notepad

CryptoPunkFrens commented 1 year ago

it's working but for some reasen generic.py only made file of 210 nfts instead 10.000

CryptoPunkFrens commented 1 year ago

now I have this problem. My googlr page is not going to create new item and Upload failed. image

maximedrn commented 1 year ago

I think it's an error with OpenSea or your account. Check that there is no red message at the bottom of the creation page. If there is, you may be uploading to a collection that you are not the creator or contributor.