Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT creation hangs on description #108

Closed
SolidsnakeIT opened this issue Feb 17, 2022 · 6 comments
Closed

NFT creation hangs on description #108

SolidsnakeIT opened this issue Feb 17, 2022 · 6 comments
Labels
Waiting for file Waiting for an excerpt of the data file.

Comments

@SolidsnakeIT
Copy link

Hi, I've set the excel file to "upload only".
By running the script, it connects correctly to metamask and uploads the files (the main one is a 3d GLB and the secondary one is a PNG).
After compiling the extended description the script freezes: it seems unable to continue compiling the name of the collection.
Attached is the screen shot of the error.

What am I doing wrong?

thank you
Schermata 2022-02-17 alle 10 18 24

@maximedrn
Copy link
Owner

Send me an excerpt of your file. I'll tell you what is wrong :)

@maximedrn maximedrn added the Waiting for file Waiting for an excerpt of the data file. label Feb 17, 2022
@SolidsnakeIT
Copy link
Author

Send me an excerpt of your file. I'll tell you what is wrong :)
Hi, in attachment the file.
Thank you :)

xlsx_structure_upload_and_sale.xlsx

@maximedrn
Copy link
Owner

Strings do not required " in XLSX files :)
Remove the " for the NFT name, description and collection.
It should work.

@SolidsnakeIT
Copy link
Author

Strings do not required " in XLSX files :)
Remove the " for the NFT name, description and collection.
It should work.

Sorry but it still not working.
In attachment I re-send the excel without quotes and a little video toe explain the problem.
I tried to clear the description but the cursor remain to "external link field"
xlsx_structure_upload_and_sale.xlsx

Registrazione.schermo.2022-02-18.alle.12.19.54.mp4

@maximedrn
Copy link
Owner

maximedrn commented Feb 18, 2022

Line 452, replace with this:

            if not structure.is_empty(  # Input collection and select it.
                    '//*[@id="collection"]', structure.collection):

OpenSea update this part by adding an id to the input. So my bot didn't find the input.
I'll update the code later.

@SolidsnakeIT
Copy link
Author

SolidsnakeIT commented Feb 18, 2022

Line 452, replace with this:

            if not structure.is_empty(  # Input collection and select it.
                    '//*[@id="collection"]', structure.collection):

OpenSea update this part by adding an id to the input. So my bot didn't find the input. I'll update the code later.

YES!
you're more faster than me...

Now works fine. Thank you very much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for file Waiting for an excerpt of the data file.
Projects
None yet
Development

No branches or pull requests

2 participants