python-doipclient icon indicating copy to clipboard operation
python-doipclient copied to clipboard

ConnectionRefusedError

Open jndxcaiwei opened this issue 1 year ago • 2 comments

Hi,I used like this, but occur an error like this,do you know the reason about this? image

jndxcaiwei avatar Jul 11 '23 03:07 jndxcaiwei

hi, what is this PyCharm skin or theme which you using for coloring code? its looks nice

JamesFordV3 avatar Jul 16 '23 10:07 JamesFordV3

Hi,I used like this, but occur an error like this,do you know the reason about this? image

You can try to increase this parameter activation_type=None, and I have an effect with the same problem with this configuration client = DoIPClient(ip, logical_address, activation_type=None)

QiCodeCN avatar Aug 30 '24 09:08 QiCodeCN