Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I add the link variable like this, but it only prints this in the log section.
[443537913] [07:59:36] Thread #1 : Link:
Does anyone know the reason for this? I can't use it.
@ocorex, console.log() which outputs information to the BAS log, has only one argument, use console.log(`Link: ${link}`) or util.format()
console.log()
console.log(`Link: ${link}`)
1
@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you
If you set http client proxy, all http requests will use that proxy.
If you use custom http client module, I guess you need to set up proxy over that custom (extended) http client module.
You can conduct a simple test and determine how those 2 modules interact, or if they ignore each other.
Maybe you should ask your question to author of custom module, under respective custom module thread, if you are too lazyto test it yourself.
@andy231 You can also login with browser and than use "Load cookies from browser"