xeleniumz
xeleniumz
hi @telebaslr Do you have a solution ? if not yet , please take a look my code. this example will get traffic in your routerboard interface ```javascript try{ let...
I don't have permission to approve your commit , My permission is maintainer may be we should have to fork this project because the maintainer didn't update project for a...
your code mixing between async await and promise. please recheck your code. this is example ``` try { let device = new MikroNode('192.168.1.1'); let conn = await device.connect() .then(([login]) =>...
routeros version 6.43 already release and this is api change log. !) api - changed authentication process (https://wiki.mikrotik.com/wiki/Manual:API#Initial_login);
after I spent my time to test this error. I found the solution you can use promise way to work around this problem , here is my example code. ```javascript...