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

[WinError 10061] when creating a DoipClient with client_ip_address != None #40

Open
yosraboussaid opened this issue Oct 20, 2023 · 1 comment

Comments

@yosraboussaid
Copy link

yosraboussaid commented Oct 20, 2023

I was trying to create a DoipClient using a client_ip_address != None, trying to bind the client's IP in the network.
The only response was ConnectionRefusedError, using a configured ethernet loop or a hardware server.

server = DoIPClient('192.48.48.58', 0xD, udp_port=13400, client_ip_address='192.48.48.13')

I have also tried using the same IP address for the ecu_ip and the client_ip. The same behavior was triggered.

image

Note: I'm using doipclient 1.0.6 and the firewall is deactivated.

@jacobschaer
Copy link
Owner

ConnectionRefused generally means you got a RST from your ECU - there's nothing wrong with the client. Presumably, your configuration is wrong or your ECU requires additional preconditions.

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

2 participants