omidfathi

Results 13 comments of omidfathi

> Also i noticed your screenshot doesn't match you posted code. Is `objects == client.nodes.objects` ? yes, `objects = client.nodes.objects`

> I tested get_node_children against our server it is working correct. As I don't have access to a Prosys OPC UA Simulation Server, can you provide a extended stack trace...

> I tested get_node_children against our server it is working correct. As I don't have access to a Prosys OPC UA Simulation Server, can you provide a extended stack trace...

> I tested get_node_children against our server it is working correct. As I don't have access to a Prosys OPC UA Simulation Server, can you provide a extended stack trace...

Hello again There is a new problem, to collecting the values an error happened "asyncua.common.utils.NotEnoughData" ![Screenshot from 2022-06-29 11-30-49](https://user-images.githubusercontent.com/89828328/176374671-f339ad2b-cdef-45bf-b425-9841234caa81.png)

> The decoding of a value fails, maybe it is needed to load custom datatypes: `await client.load_data_type_definitions()` Still same error ...

> "BadTooManySessions" means the opc ua server does not have any free session available for you, so your server reached his sessionlimit! Yes, you are absolutely right, but I write...

> ok but a service fault is a response from a ua server !? so i am a little confused if you say the ua server is shutdown completely... >...

> but i am wondering about the "BadTooManySessions" if you kill the server it does not matter with the old session anyways I do it and now this errors happened:...

> you're right, it doesn't matter and I have no idea why this happens