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

MacOS: Webdriver problem when listing

katiepress opened this issue · comments

Hi, I've been using this bot to upload my NFTs to opensea successfully. However, when I try the upload+sale or sale only, the sale portion fails every time (the NFT is still uploaded).

I am using an M1 Mac, have the latest version of Python, updated Selenium, etc. I'm using the Firefox GeckoDriver, but this is the error it shows when the sell fails. This screenshot is from when I tried the sell only, but the same error occurs if I try to upload+sell.

Screen Shot 2022-02-25 at 12 48 00 AM

I tried looking to see if anyone else had a similar issue but didn't see anything. Does anyone know what this error means? I'm not sure why it says "Chrome" when I'm using Firefox.

Can you send me an extract of your file, you may have made a mistake.

Yes, definitely and I really appreciate the help. Attached are two samples - one is the upload+sell (only upload works) and the other one is just sell (doesn’t work at all). Thank you!

On Feb 25, 2022, at 2:58 AM, Maxime Dréan @.***> wrote: Can you send me an extract of your file, you may have made a mistake. — Reply to this email directly, view it on GitHub <#149 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKQZDB4KQ5EJUMPJLHHJPGDU45ADDANCNFSM5PJO6XLA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.

It seems that Github does not take files uploaded by email.
However, can you try the new version of the bot. It seems that the mistake came from my side.

Thank you for responding so quickly - good to know about the files. I will attach them here just in case it is a mistake on my end.

I cloned the repository again and tried running the sale, but now I'm getting some more errors (and different ones). I'll attach a .txt file of what it says when I try to run it. Not sure if I did something wrong?

terminal log.txt

meta_02_test1 copy.xlsx
testing_the_sale.xlsx

6 months and ["6 months"] are not correct. You have to use this format for duration greater than 1 month:
["DD-MM-YYYY hh:mm", "DD-MM-YYYY hh:mm"]

The exception is my fault, I forgot to transform the error into string format, which gives this when an exception occurs.

Okay I am no longer having the errors that happened before, so that's good! However it does seem to be getting stuck on the sale portion - it just says "Sale of the NFT" but never progresses past the first one. Unless it's supposed to just take a really long time?

I did fix the dates in the file, hopefully they are correct now
testing_the_sale.xlsx

Update: I did get it to work using the chrome driver instead of Gecko.

I would like to mention that your price is incorrect too. You should have 0.021 and not 0,021.
This is maybe why the bot doesn't work for Gecko but works for Chrome.

Is it possible that is happening on your end when you open my file? It doesn't look like that in my copy.
Screen Shot 2022-02-25 at 12 27 40 PM

Is it possible that is happening on your end when you open my file? It doesn't look like that in my copy. Screen Shot 2022-02-25 at 12 27 40 PM

Maybe Excel automatically converts your file when I open it.

I see that you are on macOS, this may be the origin of the error. The most complex part of the sale is the duration. It can be a bit tricky (doing something that works for every OS and webdrivers can create interference).
I'll try the robot on macOS to see if the operating system is the cause.

I can definitely appreciate the complexity. And at least one of them is working, even if it's more ideal to have the driver running in the background.

Do we have any update on the Geeko driver for Mac OS M1 ? I got the same issue ? This is very long and never finish the first sell

Do we have any update on the Geeko driver for Mac OS M1 ? I got the same issue ? This is very long and never finish the first sell

I've to work on this. I will keep you informed.

Hello, I would like to know if you still have this problem with the new version?