Giter Site home page Giter Site logo

Comments (7)

sourabCV avatar sourabCV commented on May 26, 2024 1

Thanks for your response

Today i removed that flags and all, now waiting for 48 hours to check this worked or not

pattern=2 also used one time but that also generate a different error after this error confermation i will show you pattern 2 error

from vidgear.

sourabCV avatar sourabCV commented on May 26, 2024 1

After removing the flag it's working. Thank you for your support.

from vidgear.

welcome avatar welcome commented on May 26, 2024

Thanks for opening this issue, a maintainer will get back to you shortly!

In the meantime:

  • Read our Issue Guidelines, and update your issue accordingly. Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo.
  • Go comprehensively through our dedicated FAQ & Troubleshooting section.
  • For any quick questions and typos, please refrain from opening an issue, as you can reach us on Gitter community channel.

from vidgear.

sourabCV avatar sourabCV commented on May 26, 2024

any solution?

from vidgear.

abhiTronix avatar abhiTronix commented on May 26, 2024

I received a NetGear thread error in the long run.

Meaning your connection is unstable.

any solution?

Yes, try removing these flags: "flag":1,"copy": False, "track": False. Specifically flag=1 which enables ZMQ_DONTWAIT.
Also you could use pattern=2 in your script, which is zmq.PUB/zmq.SUB (ZMQ Publish/Subscribe Pattern) with NetGear API. In this pattern, both Server and Client end works independently and messages are published without the knowledge of what or if any subscriber of that knowledge exists. No single publisher overwhelms the subscriber. The messages from both publishers are interleaved.

from vidgear.

abhiTronix avatar abhiTronix commented on May 26, 2024

More knowledge about this error:
ZMQ Python wrappers raise zmq.error.Again if the underlying C API returns EAGAIN. You could follow zmq_recv documentation, which states:

  • ZMQ_DONTWAIT: Specifies that the operation should be performed in non-blocking mode. If there are no messages available on the specified socket, the zmq_recv() function shall fail with errno set to EAGAIN.
  • EAGAIN: Non-blocking mode was requested and no messages are available at the moment.

Solution: @sourabCV Try removing these flags: "flag":1,"copy": False, "track": False

from vidgear.

abhiTronix avatar abhiTronix commented on May 26, 2024

I'll remove these parameters from docs.

from vidgear.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.