You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build an electron app that uses the onvif-nvt library, the application fails on opening, throwing the following error. uncaught reference error: maxdeep is not defined chunk-vendors.js
@liilalena My apologies I didn't see this earlier. I will have to investigate using something else. I didn't see an npmjs release for the plugin. And, I haven't investigated if it will work browser-side as well. onvif-nvt works browser-side, except for the discovery (which uses udp).
There is a reported issue in pretty-data 0.40.0 https://github.com/vkiryukhin/pretty-data/issues/6
When I build an electron app that uses the onvif-nvt library, the application fails on opening, throwing the following error.
uncaught reference error: maxdeep is not defined chunk-vendors.js
The solution is to use the updated library pretty-data -NodeJs plugin version 0.50.0. https://github.com/vkiryukhin/pretty-data or to use another library.
The text was updated successfully, but these errors were encountered: