-
Notifications
You must be signed in to change notification settings - Fork 178
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
Problem with connection #64
Comments
Same problem here |
how did you install modeller? I see the name is wrong.. it should be read_attributes |
I pushed a fix to opcua-modeller master jus tnow |
ops sorry. this was an issue with ua client gui. how did you instrall? The ua client gui should work if you use master for asyncua (clone from github) I need to do a realease very soon |
Hello @oroulet, same problem here.
With kind regards |
I was able to resolve this issue with the following steps: Replace the contents of setup.py with the following :
Then run the following from the project root:
|
thank you for the report. There has been an issue in releae script. Everything should work now. Version should be 0,.8.2 on pip now |
AttributeError: 'SyncNode' object has no attribute 'get_attributes'
How can I fix this?
The text was updated successfully, but these errors were encountered: