Lawo / ember-plus

Ember+ control protocol - Slick and free for all!
https://github.com/Lawo/ember-plus/wiki
Boost Software License 1.0
111 stars 41 forks source link

The provider failed to send the children for the element with the path... #83

Closed GRieber closed 6 years ago

GRieber commented 6 years ago

Hi everyone,

I got the problem, that whenever I try to create a consumer with...

con = Await Consumer(Of MyRoot).CreateAsync(client, 5000, ChildrenRetrievalPolicy.All)

... I get the errormessage "The provider failed to send the children for the element with the path...". The path, that is written in the message, is the first node, that contains no subnode or leaf - object. This issue happens at Lawo Sapphire and OnAir4. Against a Ruby-Core anything works fine. When I test my consumer against TinyEmber with an OnAir4-EmBER-File, for example, with set all the Nodes containing no subnodes or leafs to "Is Online" = False, then erverything works fine too.

Is there anyone, who knows the problem?

Thanks for any help :-)

Gerhard