KeyError: 'bpy_prop_collection[key]: key "Group Input" not found'
See original GitHub issueHi, I’m trying “Download from the PDB” and “Load MD Trajectory File” according to your document. However, I got the same error in both cases. Thanks!
Python: Traceback (most recent call last):
File "C:\Users\ryohei.yamaguchi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\molecular_nodes\__init__.py", line 2471, in invoke
return self.execute(context)
File "C:\Users\ryohei.yamaguchi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\molecular_nodes\__init__.py", line 2458, in execute
sna_func_import_structure_EE5B6(
File "C:\Users\ryohei.yamaguchi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\molecular_nodes\__init__.py", line 1583, in sna_func_import_structure_EE5B6
sna_setup_node_tree_272D6(output_name, unique_chains, base_model,
File "C:\Users\ryohei.yamaguchi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\molecular_nodes\__init__.py", line 2599, in sna_setup_node_tree_272D6
create_starting_node_tree(collection_of_properties=col_properties,
File "C:\Users\ryohei.yamaguchi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\molecular_nodes\__init__.py", line 2523, in create_starting_node_tree
node_input = node_mod.node_group.nodes['Group Input']
KeyError: 'bpy_prop_collection[key]: key "Group Input" not found'
location: <unknown location>:-1
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Create Monad problem · Issue #3818 · nortikin/sverchok · GitHub
Push short keys CTRL-G to group Get an Python error a... ... KeyError: 'bpy_prop_collection[key]: key "Monad.004" not found'
Read more >How to access and draw the node group input slider in layout ...
I have added this code to the script but it is not working throwing error - KeyError: 'bpy_prop_collection[key]: key “TestMat” not found'
Read more >bpy_prop_collection[key]: key not found Blender python
When the Cube is missing, I get this Error: KeyError: 'bpy.prop_collection[key]: key "Cube" not found' What to do to make scrypt work even ......
Read more >Pandas groupby is giving "keyError", even when the key exists
The problem is with your csv file, there are leading whistespaces in column names, because of which the key error is coming.
Read more >Scripting error : key "Principled BSDF" not found' : r/blenderhelp
I'm attempting to convert all of my materials from Principled BSDF to Emission but I am getting an error. KeyError: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reopening this issue to coincide with #41, I will be attempting to fix the broken python API in non-english language settings.
An interesting bug - I wouldn’t have thought that language would cause this kind of error, but glad to know it’s resolved!