You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that all the examples that have an array get a similar error "
Error: could not get template block for for Object.
The object in question is always the "the current item in the iteration" block from arrays.
here is the obj that is being referenced:
blocktype: "expression"
group: "arrays"
help: "the current item in the iteration"
id: "97e574f6-1fad-4759-b21c-58a54ce9d1c0"
localSource: "44eb9724-ab8c-4bde-bb05-0b83b8267958"
scopeId: "44eb9724-ab8c-4bde-bb05-0b83b8267958"
script: "local.item"
scriptId: "0f213527-fd8e-472a-a12d-55dc819fbcfa"
seqNum: "112"
sockets: Array[1]
0: Object
name: "item" proto: Object
length: 1 proto: Array[0]
type: "any" proto: Object
Block issues are more complicated then I'd like.
The text was updated successfully, but these errors were encountered:
I still see this issue, I've spent a bunch of time trying to find a common denominator between the objects that throw this error but to this point I haven't found anything. With that said, I don't think this issue has blocked my progress in any way, it's just weird/annoying.
I wish I knew why we're not seeing the errors anymore, I don't trust bugs that fix themselves. But I'll take it. Let me know if this reappears after I merge.
While working on #582
I noticed that all the examples that have an array get a similar error "
Error: could not get template block for for Object.
The object in question is always the "the current item in the iteration" block from arrays.
here is the obj that is being referenced:
blocktype: "expression"
group: "arrays"
help: "the current item in the iteration"
id: "97e574f6-1fad-4759-b21c-58a54ce9d1c0"
localSource: "44eb9724-ab8c-4bde-bb05-0b83b8267958"
scopeId: "44eb9724-ab8c-4bde-bb05-0b83b8267958"
script: "local.item"
scriptId: "0f213527-fd8e-472a-a12d-55dc819fbcfa"
seqNum: "112"
sockets: Array[1]
0: Object
name: "item"
proto: Object
length: 1
proto: Array[0]
type: "any"
proto: Object
Block issues are more complicated then I'd like.
The text was updated successfully, but these errors were encountered: