-
-
Notifications
You must be signed in to change notification settings - Fork 873
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
Browse Tags in BACnet device causes a crash #114
Comments
Hi, |
node v12.21.0 |
Version: v12.21.0 POST /api/projectData 200 27.081 ms - -
2021-03-09T21:10:45.673Z [ERR] 'virtualbox' _askName error! Error: ERR_TIMEOUT
at Timeout._onTimeout (/usr/local/lib/node_modules/@frangoteam/fuxa/_pkg/bacstack/lib/client.js:76:16)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
(node:65659) UnhandledPromiseRejectionWarning: undefined
(node:65659) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:65659) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. Version: v14.16.0 GET /api/plugins 304 9.167 ms - -
2021-03-09T21:19:34.359Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:36.361Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:38.365Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:40.368Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:42.369Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:44.374Z [ERR] 'virtualbox' working (connection || polling) overload!
2021-03-09T21:19:46.379Z [ERR] 'virtualbox' working (connection || polling) overload! It is not crashing, but the overload message keeps repeating itself. Will a pcap help with the investigation? Is using the more recent fork from node-bacstack @ https://github.com/BiancoRoyal/node-bacstack perhaps a better option as a plugin? |
Hi, |
@unocelli : The good news: It seems no longer to terminally crash, good work. The bad news, from what I see:
tested with node versions 10, 12 & 14 |
Hi, |
I am using YABE - Yet Another Bacnet Explorer It needs windows, but after installing there is a room-thermostat simulator and two other simulators in c:\Program Files\YABE\Addons. Thank you for the ProtoSense hint. |
@madmax76 Thanks, with the YABE simulator I was able to reproduce the error. |
@unocelli Yes, it works now, thank you. Great work, it works really well now and the project is coming alive to me. Continuing with creating some HMI's and then continue with S7 & OPC UA testing. |
Hi, first of all awesome Project! :) After adding my bacnet device, I'm also facing crashes while browsing it:
|
with which version of FUXA are you trying? the last one of master branch? 6b54e46 |
Hi, sorry for the late reply. I've used the latest release version. |
Okay It was my fault! 😐 After cloning it new, it works! Thank you. |
@Sirezul Thank you for the feedback. |
Platform: OSX 11.2.2
Node: v15.10.0
FUXA: v1.0.9
I have made some pcaps, but I am unable to share them on a public forum. Someone willing and able to help on this?
The text was updated successfully, but these errors were encountered: