-
AttributeError: 'SyncNode' object has no attribute 'get_attributes'
How can I fix this?
-
**Describe the bug**
I am using the sync wrapper. Whenever i try to connect to an OPC UA Server with a certificate that the server is not trusting the Exception exceptions.TimeoutError is being rais…
-
-
When the client loses connection to the server, an exception will be caught within `_monitor_server_loop` and is re-raised (see [https://github.com/FreeOpcUa/opcua-asyncio/blob/master/asyncua/client/c…
-
found some unsafe sql-querys in our codebase! (also in asyncua -> f-strings are not injection safe!)
```python
# BAD EXAMPLES. DON'T DO THIS!
cursor.execute("SELECT admin FROM users WHERE usernam…
-
Hello wise people,
This is my first interaction with github and asyncua, so if a make some mistakes, be patient with me.
I'm tying to make a subscription to an opcua server (in fact it works) bu…
-
I select Basic256, SignAndEncrypt, and paths to a certificate and a private key file. When clicking connect, I get:
```
File "/home/redacted/.local/lib/python3.10/site-packages/asyncua/crypto/ua…
-
### Package Name/Version
open62541pp/0.4.1
### Webpage
https://open62541pp.github.io/open62541pp/
### Source code
https://github.com/open62541pp/open62541pp
### Description of the library/tool
…
-
### Discussed in https://github.com/FreeOpcUa/python-opcua/discussions/1354
Originally posted by **pridi** July 8, 2021
Hello everyone, I'm facing an issue when I try to read a structure like…
pridi updated
2 years ago
-
**Describe the bug**
We have a python application that communicates through OPC-UA protocol.
In this scenario the python application consumes from IGS (Industrial Gateway Server 7) which is a OPC-U…