Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all examples that use arrays throw error [UPDATE] Not just arrays #675

Closed
ClydeByrdIII opened this issue Mar 8, 2014 · 4 comments
Closed
Assignees
Labels
Milestone

Comments

@ClydeByrdIII
Copy link
Member

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.

@ClydeByrdIII
Copy link
Member Author

@dethe any thoughts?

@dethe dethe added this to the Beta + IDE milestone Mar 12, 2014
@nikhilNathwani
Copy link
Contributor

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.

@dethe dethe self-assigned this Apr 2, 2014
@dethe dethe assigned ClydeByrdIII and unassigned dethe Apr 13, 2014
@dethe dethe added the Bug label Apr 13, 2014
@ClydeByrdIII ClydeByrdIII changed the title all examples that use arrays throw error all examples that use arrays throw error [UPDATE] Not just arrays Apr 18, 2014
@ClydeByrdIII
Copy link
Member Author

So @dethe here's an Update of this I find:

These errors do not show up on the #269.

So I'm not sure if merging it would cause this issue to go away or reveal itself.

@dethe
Copy link
Member

dethe commented Apr 18, 2014

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.

@dethe dethe closed this as completed Apr 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants