emretulek
emretulek
Hello, I'm having the same problem. project_folder -> index.js ```javascript export const index = async (plugin) => { const fingerprint = await plugin.fetch('key', { tags: ['Microsoft Windows', 'Chrome'], }); log.yellow("STEP:...
@CheshireCaat When I open multiple browsers, the most noticeable problem is that processes freeze in relation to one another. For example, if 5 processes are started at the same time,...
I'm using a residental proxy, I have two requests linked together. Both requests exit from the same ip among themselves. random one of the following versions ``` let tlsClientIdentifier =...
I spawn child processes with promiseAll by a main task, each of which makes 10 * 2 = 20 requests in groups of 2. The number of children can sometimes...
> @emretulek could you please share more information about the actual content of the used variables? otherwise your provided code to reproduce the issue does not even run ... >...