Krappa322 / arcdps_healing_stats

An addon for ArcDPS that shows personal healing stats
MIT License
64 stars 10 forks source link

Failed connection #28

Closed NeXX451 closed 1 year ago

NeXX451 commented 1 year ago

When I enable the live stat sharing I get an error telling me the connection failed. Looking at the logs I get this

Oct 20 22:39:20.464097 15892 I Log|SetLevel|Changed level to 1 Oct 20 22:39:21.535748 15892 I Client|SetEnabledStatus|Changed enabled status to false Oct 20 22:39:21.537999 15488 D Client|Serve|Client was disabled, cancelling calls Oct 20 22:39:21.538005 15488 D Client|Serve|Notified on tag 000002643D2352B0 Oct 20 22:39:21.538008 15488 D Client|Serve|(tag 000002643D2352B0) Got not-ok Oct 20 22:39:21.538013 15488 D Client|Serve|(tag 000002643D2352B0) Connection to remote failed. Queued 0000026476361430 to get error code Oct 20 22:39:21.538016 15488 D Client|Serve|(tag 000002643D2352B0) Was write, setting mWritePending to false Oct 20 22:39:21.538017 15488 D Client|Serve|Notified on tag 00000264758E2500 Oct 20 22:39:21.538018 15488 D Client|Serve|(tag 00000264758E2500) Got not-ok Oct 20 22:39:21.538018 15488 D Client|Serve|(tag 00000264758E2500) Remote broke connection Oct 20 22:39:21.538020 15488 D Client|Serve|Notified on tag 0000026476361430 Oct 20 22:39:21.538021 15488 D Client|Serve|(tag 0000026476361430) got result 1 'CANCELLED' '' 0 Oct 20 22:39:26.415937 15892 I Client|SetEnabledStatus|Changed enabled status to true Oct 20 22:39:26.419828 15488 D Client|Serve|Opening new connection to evtc-rpc.kappa322.com:443 connect_tag=000002643E8DA910, read_tag=000002643D4863E0, root_certs_size=264440

Somehow, it's not connecting to the RPC server at all, or I don't get the ssl certs.

Krappa322 commented 1 year ago

Are there any logs after that? The ones here indicate success actually, you had it disabled at 22:39:21 then enabled it at 22:39:26 at which point it opened a connection. The error logs between those timestamps are the errors from the calls being cancelled when you disabled live stats sharing

NeXX451 commented 1 year ago

Yes. I have tried to reset it, but it kept saying it failed. This comes immediately after the logs I posted

Oct 20 22:41:26.417465 15488 D Client|Serve|Notified on tag 000002643E8DA910 Oct 20 22:41:26.417470 15488 D Client|Serve|(tag 000002643E8DA910) Got not-ok Oct 20 22:41:26.417485 15488 D Client|Serve|(tag 000002643E8DA910) Connection to remote failed. Queued 0000026476361A50 to get error code Oct 20 22:41:26.417487 15488 D Client|Serve|(tag 000002643E8DA910) Was write, setting mWritePending to false Oct 20 22:41:26.420823 15488 D Client|Serve|Opening new connection to evtc-rpc.kappa322.com:443 connect_tag=000002643E8DA9B0, read_tag=000002643D485C20, root_certs_size=264440 Oct 20 22:41:26.420835 15488 D Client|Serve|Notified on tag 000002643D4863E0 Oct 20 22:41:26.420837 15488 D Client|Serve|(tag 000002643D4863E0) Got not-ok Oct 20 22:41:26.420838 15488 D Client|Serve|(tag 000002643D4863E0) Remote broke connection Oct 20 22:41:26.420841 15488 D Client|Serve|Notified on tag 0000026476361A50 Oct 20 22:41:26.420842 15488 D Client|Serve|(tag 0000026476361A50) got result 14 'DNS resolution failed for evtc-rpc.kappa322.com:443: C-ares status is not ARES_SUCCESS qtype=A name=evtc-rpc.kappa322.com is_balancer=0: DNS query cancelled' '' 0 Oct 20 22:43:26.418038 15488 D Client|Serve|Notified on tag 000002643E8DA9B0 Oct 20 22:43:26.418043 15488 D Client|Serve|(tag 000002643E8DA9B0) Got not-ok Oct 20 22:43:26.418058 15488 D Client|Serve|(tag 000002643E8DA9B0) Connection to remote failed. Queued 0000026476361190 to get error code Oct 20 22:43:26.418059 15488 D Client|Serve|(tag 000002643E8DA9B0) Was write, setting mWritePending to false Oct 20 22:43:26.421369 15488 D Client|Serve|Opening new connection to evtc-rpc.kappa322.com:443 connect_tag=000002643E8DAE90, read_tag=000002643D486160, root_certs_size=264440 Oct 20 22:43:26.421380 15488 D Client|Serve|Notified on tag 000002643D485C20 Oct 20 22:43:26.421382 15488 D Client|Serve|(tag 000002643D485C20) Got not-ok Oct 20 22:43:26.421383 15488 D Client|Serve|(tag 000002643D485C20) Remote broke connection Oct 20 22:43:26.421386 15488 D Client|Serve|Notified on tag 0000026476361190 Oct 20 22:43:26.421389 15488 D Client|Serve|(tag 0000026476361190) got result 14 'DNS resolution failed for evtc-rpc.kappa322.com:443: C-ares status is not ARES_SUCCESS qtype=A name=evtc-rpc.kappa322.com is_balancer=0: DNS query cancelled' '' 0

What intrigues me is the last line. If it can create a connection, DNS resolution should go through just fine.

NeXX451 commented 1 year ago

Ok somethings going with my DNS server.. I just switched it to the google DNS and it works just fine. Thus it's a problem on my side.

Krappa322 commented 1 year ago

👍