infotrex / bulk-upload-to-opensea

BULK UPLOAD NFTs to OPENSEA
277 stars 202 forks source link

'#' not filling in title #129

Closed LinTh13 closed 2 years ago

LinTh13 commented 2 years ago

When i run the upload_captcha.py file i see the # in the console which is made by this:

print("Start creating NFT " + loop_title + str(start_numformat)) #275 line

But on opensea its skipped. If i try to concatenate it in the line 287 like this:

name.send_keys(loop_title + "-#-" + str(start_numformat)) it still doesnt show the # on opensea (but i see the '--' tho)

The name(title) has a # mark in the json and in the program also (thats why the print shows it in console)

Any idea why its happening? I'm not on EN keyboard layout but that shouldn't make much difference cause its the same AltGr + X for me also.

Revmagi commented 2 years ago

Hello, We are currently using the upload18 or upload_captcha.py I hope this helps you.

LinTh13 commented 2 years ago

Hello, We are currently using the upload18 or upload_captcha.py I hope this helps you.

Huh? You mean for you it both python file work? Can you tell me more about your configuration cause i don't think its code related.

infotrex commented 2 years ago

@LinTh13 Are you using mac or windows run this script? at the moment don't have any user feedback about this issue.

LinTh13 commented 2 years ago

@infotrex Windows 10 Pro

infotrex commented 2 years ago

@LinTh13 This issue i still cannot figure how to solve it. can you try manually upload 1 NFt to opensea, see any problem.

LinTh13 commented 2 years ago

@infotrex There is nothing wrong when i do it manually (if I tpye a '#' it appears in the title), the problem of course is I'm not gonna do it manually with this item count :D

LinTh13 commented 2 years ago

The problem is still present, but already started the uploading without the # so it doesn't matter now