Closed DSquared21 closed 2 years ago
@DSquared21 Please show me full json file. i think need to change something about the script..
Thanks for taking a look. I appreciate it. Here it is.
{ "name": "Magic Friends_1", "NFT_DNA": "2-1-2-2-2-1-2-1-1-3-1-1", "NFT_Variants": { "Background": "Green_2_75", "Dolls": "Burlap_1_75", "EYES": "Thread_2_96", "Floor": "Dark Wood_2_99", "HAIR": "No Hair_2_50", "Item": "No Item_1_99", "Mouth": "Stitches_2_75", "Neck": "Stitched_1_100", "Object": "Candle_1_50", "PATCHES": "Heart Wood_3_25", "Pins": "Pins Multicolor_1_75", "Skull": "Real_1_99" } }
Exception in Tkinter callback Traceback (most recent call last): File "C:\Program Files\Python310\lib\tkinter__init.py", line 1921, in call__ return self.func(*args) File "C:\Users.......................\bulk-upload-to-opensea\upload.py", line 318, in main_program_loop input1.send_keys(str(key['type'])) TypeError: string indices must be integers
?
@DSquared21 Please show me full json file. i think need to change something about the script..
Hello, were you able to see if there is something I can change?
I created my project in blender and I believe the issue I am running into is that the JSON file structure is not correct for the attributes and properties. The action stops once I get to the properties. I do not code with Python. I believe there should be something I could change in the upload_captcha.py to look for this file structure instead of what it is looking for. I have an example below. Could someone help me out? Thanks in advance.
Example of the beginning of the JSON file structure from Blender { "name": Project X", "NFT_DNA": "2-1-2-2-2-1-2-1-1-3-1-1", "NFT_Variants": { "Background": "Green_2_75",
Does something need to change here? if "attributes" in jsonData: jsonMetaData = jsonData['attributes']