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

  1. W

    Curl & A-Parser API

    Never mind, it works perfectly. It was an error from another part of the project. thank you.
  2. W

    Curl & A-Parser API

    Thanks for your help, unfortunitly it still seems i'm having issues. So this is what i've got now with your suggestion: I am still receiving the same errors though =( I've tried using POST via postman, and it worked so I know a-parser is setup correctly.
  3. W

    Curl & A-Parser API

    Curl & A-Parser API I'm trying to get the A-Parser api working. However, I'm unsure of how exactly to work the POST request in zenno. this is what i'd like to do: curl http://127.0.0.1:9091/API \ -H 'Content-Type: application/json' \ -d '{"password":"123","action":"ping"}'...
  4. W

    Set Proxy Freeze

    Yes this is it. If I have any of the check marks next to: Emulate Geolocation Emulate Timezone Emulate WebRTC it will crash. How can I make these work without crashing.
  5. W

    Set Proxy Freeze

    Whenever my project goes to the "set proxy" action it freezes. I know this has been an issue with previous versions but i'm using the latest one. proxy: socks5://ip:port version: 7.6.0.0
  6. W

    Clean Up Unused Variables

    I know cleaning up unused variables is a feature in zp but I can't seem to find it. How do I do this exactly? I have the latest pro version. thanks.
  7. W

    How to use less CPU Resources

    which browser is best to run your templates on for less cpu though? x64?
  8. W

    How to use less CPU Resources

    Any tips on using less cpu resources with zenno? Also which browser is better to use for less cpu useage, x64 or non-x64.
  9. W

    Error accessing Instance.ActiveTab since Upgrade

    Finished tests. Works perfectly now. Thank you.
  10. W

    Error accessing Instance.ActiveTab since Upgrade

    Thank you for looking into this matter. I did mess with the "max amount of memory" within the instance setting but turned it back and it didn't seem to have much of an effect. I will reset setting to the original and rerun my templates and see if that takes care of the errors.
  11. W

    Error accessing Instance.ActiveTab since Upgrade

    Thanks will do this now.
  12. W

    Error accessing Instance.ActiveTab since Upgrade

    It's been about a week now since I bought the Pro version and started having these issues and still can not seem to overcome them. I would really appreciate some feedback regarding the error I keep receiving. As this has become a big waste of time for me. To something up in a little more...
  13. W

    Error accessing Instance.ActiveTab since Upgrade

    After further analyzing all the errors, it seems like they only occur on taking dom or text actions. Which from my understanding shouldn't putout an error, because I have logic actions under them to help guide when nothing is found. Is there anything to minimize these errors? They seem to always...
  14. W

    Error accessing Instance.ActiveTab since Upgrade

    Also when i put the option to "Continue running encase of errors." It still closes thread from these errors.
  15. W

    Error accessing Instance.ActiveTab since Upgrade

    Since upgrading to the pro version of zp i keep getting errors on my templates. Is there anything i can do to stop these errors? My templates run for a long time 24hr+, but my server stats I have zp on are pretty good. I am running the template at 10 threads and I only run one template at a time...
  16. W

    Bitcoin Payment

    Thanks man, this is so kind of you. But I just had someone else pay for me right now. But thank you for offering.
  17. W

    Bitcoin Payment

    I was wondering if there was a way to purchase an upgrade of zennoposter using bitcoin. I don't have a webmoney account anymore or a paypal account and would love to upgrade my zp package. I also have skrill if this can be used.
  18. W

    Multithreading With Lists and Tables?

    I usually don't use multithreading, but I notice the only way I can get lists and tables to work with it is to bind them to a file. Is this the only way to use list and tables together with multithreading? Or am I missing something? Using "Remove after getting" doesn't seem to do anything when...
  19. W

    Browser not Loading

    this also seems to happen with this page: https://www8.project-free-tv.ag/watch-series/
  20. W

    Browser not Loading

    I am trying to scrape a website http://primewire.site For whatever reasons I can't get it to load, I've never seen anything like this. Is there anything I can do to load this site properly? I can load it on a normal browser or ever get the content via Post request, but once I try to load it...