Недавний контент Valbers

  1. V

    C# blocks are not executed in the launcher

    If someone can explain me why it works like this, is it due to the execution speed in zenoposter, to the precompilation?
  2. V

    C# blocks are not executed in the launcher

    I understood, unlike the project maker it is necessary to pass instance.UseTrafficMonitoring to true before making the request, I used a "Go to page" block followed by my c# block
  3. V

    C# blocks are not executed in the launcher

    Everything works fine in the project maker, and t is not empty because I can get the url, only the requestHeader method, causes this problem
  4. V

    C# blocks are not executed in the launcher

    I didn't pay attention to this parameter! The problem comes from my c# code with the getTraffic() method I tried to send the header of a request that I capture and I get this message Thread.Sleep(1000); project.SendInfoToLog("Hey bro", true); instance.UseTrafficMonitoring = true; var...
  5. V

    C# blocks are not executed in the launcher

    In zenoposter, where you can set the number of threads
  6. V

    C# blocks are not executed in the launcher

    Hi, when I launch a project with c# blocks outside the project maker the c# code is not executed, I tried with very basic instructions like "sendInfoToLog", but nothing... has anyone encountered the problem?
  7. V

    Is there a limit of data sent with post queries in c#?

    I get the answer "413 Payload Too Large". So it's not coming from the request sent I also tested in python and I have the same problem maybe a limit of sent data is set on the local server i will check that
  8. V

    Is there a limit of data sent with post queries in c#?

    Hi, my post queries sent in c# are not transmitted anymore from a certain amount of data (~ 800 - 1000 words), is there a limit of data sent per query ? I have no error message from zeno but the requests don't work It's not a syntax problem, I checked several times and it was a problem of...