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

[BUG] Reconnecting error when calling on SIgnal #469

Open
letmutx opened this issue May 8, 2022 · 0 comments
Open

[BUG] Reconnecting error when calling on SIgnal #469

letmutx opened this issue May 8, 2022 · 0 comments

Comments

@letmutx
Copy link

letmutx commented May 8, 2022

Whenever I place a call or get a call on Signal, dns66 is automatically disabled with a message saying "Reconnecting error" and I have to manually restart it. I see this error message in logcat when this issue happens.

05-08 17:27:37.992  1024 27490 I DnsPacketProxy: handleDnsRequest: Discarding unknown packet type [IPv6 Header (40 bytes)]
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Version: 6 (IPv6)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Traffic Class: 0x00
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Flow Label: 0x00000
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Payload length: 8 [bytes]
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Next Header: 58 (ICMPv6)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Hop Limit: 255
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Source address: /fe80::c57a:c59b:dc61:842b
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:   Destination address: /ff02::2
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:
05-08 17:27:37.992  1024 27490 I DnsPacketProxy: java.lang.ClassCastException: org.pcap4j.packet.IcmpV6CommonPacket cannot be cast to org.pcap4j.packet.UdpPacket
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at org.jak_linux.dns66.vpn.DnsPacketProxy.handleDnsRequest(DnsPacketProxy.java:156)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at org.jak_linux.dns66.vpn.AdVpnThread.readPacketFromDevice(AdVpnThread.java:325)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at org.jak_linux.dns66.vpn.AdVpnThread.doOne(AdVpnThread.java:290)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at org.jak_linux.dns66.vpn.AdVpnThread.runVpn(AdVpnThread.java:226)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at org.jak_linux.dns66.vpn.AdVpnThread.run(AdVpnThread.java:163)
05-08 17:27:37.992  1024 27490 I DnsPacketProxy:        at java.lang.Thread.run(Thread.java:923)
@letmutx letmutx changed the title Reconnecting error when calling on SIgnal [BUG] Reconnecting error when calling on SIgnal May 8, 2022
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