Skip to content
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

Error getting group status from OPCGroupStateManager.js. #5

Open
ericambiel opened this issue Jun 25, 2020 · 0 comments
Open

Error getting group status from OPCGroupStateManager.js. #5

ericambiel opened this issue Jun 25, 2020 · 0 comments

Comments

@ericambiel
Copy link

When searching for the status of a group using the "getState()" function of "OPCGroupStateManager.js", an exception was generated for the "const types". After a superficial debug I found that the import of "types" was in lower case, different from what was exposed in lib "node-dcom" upper case. I changed the occurrences in the class "OPCGroupStateManager" and another error started to appear: "buf is not defined", this exception was generated when trying to call the function in:

let result = await this._comObj.call (callObject); // <= Line 101 of OPCGroupStateManager.js

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant