@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
nodejs not reading file
-
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
-
@Bunnz said in nodejs not reading file:
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
https://community.bablosoft.com/topic/4450/websocket-на-node-js/6