Andrew Booth
Andrew Booth
I'm also having this error. Windows 10. Nodejs version 16.13.1. No idea what to do with `export OPENCV4NODEJS_DISABLE_AUTOBUILD=1`
Might've worked it out: ``` const ProxyLists = require('proxy-lists'); const getProxyList = options => { return new Promise((resolve, reject) => { ProxyLists.getProxies(proxyListOptions).on('data', function(_proxies) { resolve(_proxies); }).on('error', function(_error) { reject(_error); });...
Status on this?
I am having this exact issue on transmission 4.0.0, windows 10
Did this ever eventuate?
Same here. It does seem to double-up on everything for my MSSQL queries.
I am also having this issue on windows, Transmission 4.0.0 (280ace12f8)