-
Notifications
You must be signed in to change notification settings - Fork 88
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
SyncNode' object has no attribute 'get_attributes' #109
Comments
Most probably get_attribute method was not mapped to SyncNode. Have a look at sync.py in source code and add it if missing. Maybe it is already here in master but not released yet |
I cloned the master branch so I'm definitely on the latest files there. However, there is not sync.py file anywhere. Which one do you mean exactly? |
Opcua-asyncio. That error is not in modeler but in a dependency |
Opcua-modeller master requires. Opcua-asyncio master |
Hi, actually I am having the same issue, so what was the resolution ? Or is it already solved and I am missing out something ? Marc |
Hi there,
I have difficulty getting a proper XML model out of opcua-modeler as the ua-modelcompiler by sailavid (docker pull sailavid/ua-modelcompiler) keeps telling me, that
There is an error in XML document (2, 2).
So I decided to look into the code and imported opcua-modeler into PyCharm Pro. I resolved all dependencies, and it is starting, but I get the following error when trying to open a new model:
I could not find anything meaningful on the web regarding this exact error message, but I noticed that on startup, I get the following error once:
Maybe my issue somehow propagates from this issue?
I searched the web and found one hint of what's possibly wrong:
https://stackoverflow.com/questions/2104779/qobject-qplaintextedit-multithreading-issues
However, this seems like an issue for some Python-Pros and nothing I can resolve on my own with the little time I have at hand.
However, I would like to know the other issue with the ua-model compiler and why it is complaining about the XML file.
Shall I open another issue for this, or is this something known that can be answered in a few sentences?
Best wishes,
Martin
The text was updated successfully, but these errors were encountered: