question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KeyError: 'bpy_prop_collection[key]: key "Group Input" not found'

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
BradyAJohnstoncommented, Jul 10, 2022

Reopening this issue to coincide with #41, I will be attempting to fix the broken python API in non-english language settings.

1reaction
BradyAJohnstoncommented, May 25, 2022

An interesting bug - I wouldn’t have thought that language would cause this kind of error, but glad to know it’s resolved!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found