Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'An error occurred: [WinError 1168] Element not found' after multiple get requests #317

Open
choppr opened this issue Aug 10, 2023 · 0 comments

Comments

@choppr
Copy link

choppr commented Aug 10, 2023

Python version: 3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]
aiocoap version: 0.4.7
Modules missing for subsystems:
    dtls: missing DTLSSocket
    oscore: missing cbor2, cryptography, ge25519
    linkheader: everything there
    prettyprint: missing cbor2, termcolor
Python platform: win32
Default server transports:  tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Selected server transports: tcpserver:tcpclient:tlsserver:tlsclient:simple6:simplesocketserver
Default client transports:  tcpclient:tlsclient:simple6
Selected client transports: tcpclient:tlsclient:simple6
SO_REUSEPORT available (default, selected): False, False

I have a loop to send a coap_get_request like so

    loop.run_until_complete(coap_get_request(ip_addr, port, resource))

I can successfully receive the payload, but always after 149 requests I get this error message:

An error occurred: [WinError 1168] Element not found

Any Ideas on how to further debug this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant