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

Why is this happening when I run this script?

IKONRayd opened this issue · comments

Exception has occurred: ValueError
malformed node or string on line 1: <ast.Name object at 0x000002073B3C44C0>
File "C:\Users\Ginge\Downloads\opensea_automatic_uploader-master\opensea_automatic_uploader-master\main.py", line 126, in type_checker
element = literal_eval(element)
File "C:\Users\Ginge\Downloads\opensea_automatic_uploader-master\opensea_automatic_uploader-master\main.py", line 112, in xlsx_file
self.create_parameters(self.type_checker(
File "C:\Users\Ginge\Downloads\opensea_automatic_uploader-master\opensea_automatic_uploader-master\main.py", line 104, in get_nft
self.xlsx_file()
File "C:\Users\Ginge\Downloads\opensea_automatic_uploader-master\opensea_automatic_uploader-master\main.py", line 774, in
settings.get_nft(element) # Get data of the NFT.

Hi! I've uploaded a new version of this bot. Almost all problems have been corrected.
If you find any issue, please open a new issue :)