Результаты поиска

  1. EtaLasquera

    Capmonster: Captcha Unsolvabe / Sitekey is invalid!

    There is only one site who when I access it's impossible to solve captcha. Create task. 200: Error 404: There is a tip about how to solve captcha's who are displayed in browser but invalid for capmonster?
  2. EtaLasquera

    how to del the Invisible space in the text (or in the variables)?

    Ouch, made mistake writing code on forum. string s = project.Variables["test"].Value; while (s.Contains(" ")){ s = s.Replace(" "," "); } return s.Trim();
  3. EtaLasquera

    How to Add Parameters for GET Action?

    Sometimes you need to do it in C#: string str = project.Variables["tokenKey"].Value; string dt = project.Variables["getData"].Value; string api = project.Variables["api"].Value; var httpGet = ZennoPoster.HttpGet( "api+dt+"/"+dt, "", "UTF-8"...
  4. EtaLasquera

    how to del the Invisible space in the text (or in the variables)?

    string s = project.Variables["yourvar"].Value; bool clearspace = true; while (true){ if (s.Contains(" ")){ s = s.Reaplce(" "," "); } else{ clearspace = false; } } project.Variables["yourvar"].Value = s.Trim();
  5. EtaLasquera

    How to close instances who are doing "nothing"?

    I really don't know, maybe more than a week. Here is a result of zenno poster opening for a 144 consecutive days: I think I have more than 4k sleeping process while mine threads are running fine.
  6. EtaLasquera

    how to del the Invisible space in the text (or in the variables)?

    You can also create a loop and while your string have " " you can replace it for " ". C# can be your best friend.
  7. EtaLasquera

    Fast loading of a web page

    Also you can set tab timeout.
  8. EtaLasquera

    Force trafic to show navigation

    Waiting resources to update our versions :dm: But let me ask you... with dev tools I can do right click and generate get/post like I can do in traffic tab?
  9. EtaLasquera

    Anyone know a ruCaptcha service integrated with zenno poster?

    Nah, zenno 7.7 have hCaptcha in Actions tab, just pay Capmonster and be happy.
  10. EtaLasquera

    Force trafic to show navigation

    On firefox, every "access to portal" generate a POST. Inside Zenno Poster, traffic doesnt show anything, but if I access google, it works (and the panel with location bug still apear)
  11. EtaLasquera

    Anyone know a ruCaptcha service integrated with zenno poster?

    Forget it I made mistake, I need to solve hCaptcha. Already got answer, and yes... you got my money again ^^.
  12. EtaLasquera

    Кто-нибудь знает сервис hCaptcha, интегрированный с zenno poster?

    Пришло время обновить наши лицензии!
  13. EtaLasquera

    Кто-нибудь знает сервис hCaptcha, интегрированный с zenno poster?

    Ух! Некоторые извините! Написал rucaptcha, но ошибся... Хочу решить hCaptcha. Я изменил название и старый контент. мы уже платим капмонстеру ^^ и да, это замечательно.
  14. EtaLasquera

    Click an element by InnerText on FB

    I think you will got some errors in case HtmlElement el is void.
  15. EtaLasquera

    Кто-нибудь знает сервис hCaptcha, интегрированный с zenno poster?

    Нам нужно нанять сервис для решения капчи от hCaptcha, кто-нибудь знает, кто работает с zenno poster?
  16. EtaLasquera

    Принудительно отображать навигацию на вкладке трафика

    Всем привет! У меня есть несколько проектов, в которых вкладка «Трафик» не показывает мне трафик. Эти веб-сайты показывают трафик на ff / chrome за пределами zenno, но внутри zenno трафик остается «чистым». Есть способ "заставить трафик показывать весь трафик"? В качестве примера на этом снимке...
  17. EtaLasquera

    Anyone know a ruCaptcha service integrated with zenno poster?

    We need to hire a service to solve captcha from ruCaptcha, anyone know one who work with zenno poster?
  18. EtaLasquera

    Force trafic to show navigation

    Hi all! I have some projects where "traffic" tab doesn't show me the traffic. That websites show traffic on ff / chrome outside zenno but inside zenno, traffic stay "clean". There is a way to "force traffic to show all traffic"? As example this screenshot, I've send a lot of get/post requests...
  19. EtaLasquera

    HTML Cleaner - Keep specifics links

    I wish you must create a list with "whitelist" and delete itens outside the whitelist.
  20. EtaLasquera

    There is a way to prevent "Object reference not set to an instance of an object"?

    Solved ^^ Thank you!
  21. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    Thank you!
  22. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    Increased. But I think it will not solve ghost.
  23. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    I think it's a default settings...
  24. EtaLasquera

    VBCSCompile.exe - High CPU Usage

    OK, i'll check that, the problem occrour in only 1/5 servers. Thanks.
  25. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    Oh, for sure. Here is our poor server 17/25 threads are active now. 24 days running and a ton of ghost instances (near 1k).
  26. EtaLasquera

    VBCSCompile.exe - High CPU Usage

    Common code only.
  27. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    But there is no one instances trying or waiting to run. Resource monitor is enabled. Sometimes I got messages about threads not start due to lack of resources (CPU only), but when heavy tasks end, there is some ghost tasks who stay forever in status waiting to run.
  28. EtaLasquera

    There is a way to prevent "Object reference not set to an instance of an object"?

    We will try! Thank you!
  29. EtaLasquera

    VBCSCompile.exe - High CPU Usage

    Sometimes we have one or two tasks running and CPU usage was too high (near 100% into threadripper 32c 64t) Program path: ...\7.4.0.0\Progs\roslyn\VBCSCompile.exe
  30. EtaLasquera

    Version 7.7 have solved the problem of ghost instance?

    This is not a real problem, its a bug and we like to know if it was solved in new version. Ghost instances: instances who don't exists but still showed as "preparing" instances as you can see in screnshoot. In one week near 200 ghost instances are "preparing" in our zenno but it doesn't...
  31. EtaLasquera

    There is a way to prevent "Object reference not set to an instance of an object"?

    Sometimes our projects start to crash, and a lot of crash with this error, there is a way to catch it and stop? Executing action CSharp OwnCode: Captura Traffic.id: 5db30c16-c377-4173-8a6a-e96a05c62a26 Object reference not set to an instance of an object. We already have a code to resstart...
  32. EtaLasquera

    Is my VPS too weak?

    We got it a lot, its a zenno problem. No issue with memory or cpu, just it crash when run into a high memory usage process.
  33. EtaLasquera

    mysql question: it alwasy timeout

    Thats not a bug, you can set the timeout into your connection string. Just set timeout to higher value. I don't use mysql... in sql server the timeout setting is Connect Timeout=600
  34. EtaLasquera

    Main project w/o browser while nested project using browser

    We use that a lot. Use the setting "run instance".
  35. EtaLasquera

    Solve errorcode 403 when try to send httppost thought specific site

    :ak: still 403
  36. EtaLasquera

    Regular expression to delete lines over a character limit.

    I think you need to check length of every line and after check all lines, delete what you want. I think something like this.... var lst = project.Lists["myList"]; List<int> deletelines = new List <int> (); for (int i = 0; i < lst.Count(); i++){ string s = lst; if (s.Length() > 40){...
  37. EtaLasquera

    Solve errorcode 403 when try to send httppost thought specific site

    Hi guys today I face a error 403 in one application who we use with certain regularity. I can navigate inside the site without errors, it send end receive some requests to api but when I try to send request thought httppost it return error code 403. The content of request is: Access denied -...
  38. EtaLasquera

    After four years using the same fixed IP, I got my first block

    Thanks, solved.
  39. EtaLasquera

    After four years using the same fixed IP, I got my first block

    I don't know, there is no one in our job in weekend. Still waiting my friend back from drugs (lollapalooza) to give me back mail to unlock our account.
  40. EtaLasquera

    After four years using the same fixed IP, I got my first block

    I've been blocked because I use bots.
  41. EtaLasquera

    How to close instances who are doing "nothing"?

    Sure, they have a timeout. As lokiys said, thats a bug.
  42. EtaLasquera

    How to close instances who are doing "nothing"?

    I have a lot of instances "sleeping" and some instances under execution but there is nothing to do in that instances Here is the filter "execution" And here are my tasks under execution: That instances doing nothing doesnt use memory, its only apearing in instances... there is a way to...
  43. EtaLasquera

    How to avoid " Must specify valid information for parsing in the string"

    It occours when project in project is called. The appearance of message is random, sometimes it appear, sometimes no. It appear in aproximately 1/200 executions.
  44. EtaLasquera

    How to avoid " Must specify valid information for parsing in the string"

    Since this year I got this problem randomly while my project in projects are executing thought zenno poster or project maker. For zp poster, the project goes to bad end. For pm I need to close and open the application. There is a way to avoid that error?
  45. EtaLasquera

    Submit hCaptcha with CapMonsterCloud

    Hi Guys! Usually I solve captcha with the option "in tab key" Today I face hCaptcha for the very first time. The option "in tab" not work, then I select via site key. Sitekey was found with a simple regex in paga.Source, (?<=sitekey=).*(?=&amp;-); For URL I use page.Url: After use...
  46. EtaLasquera

    Projects does not start new thread automaticaly

    Crashed again tonight, projects never end. 15 hours and never end... still "playing"... Sheduler settings "waiting for complete" a task who "completed successfully!": Timeout who never timeout in conditions to stop thread: Threads count: Resources:
  47. EtaLasquera

    Projects does not start new thread automaticaly

    Its a joke. 90% of problems are in end of project who end with success and the new task never start as I've said in the first post, the project end at 13:26 and at 13:33 the new task is still executing. Here is sheduler settings: From today: 10% maybe are problems in projects, but the...
  48. EtaLasquera

    Projects does not start new thread automaticaly

    When I force interrupt...
  49. EtaLasquera

    Projects does not start new thread automaticaly

    Just for update, the problem still exists. Please update Zenno Poster Timeout Calculator to a human datetime.
  50. EtaLasquera

    Geolocation gadget opening while navigate on certain site

    I'm trying to develop a spefic website and after almost every navigation a gadget with geolocation open. There is a way to block this gadget?