SleekXMPP icon indicating copy to clipboard operation
SleekXMPP copied to clipboard

Could set this error to event.handle?

Open jhaoheng opened this issue 7 years ago • 0 comments

I got this issue , because my router internet break down. Could any possible to have an event handle about this issue?

[2017-09-24 15:26:46,885][ERROR] sleekxmpp.xmlstream.resolver resolver.pyo:get_SRV:298 | All nameservers failed to answer the query _xmpp-client._tcp.xmpp-stg.example. IN SRV: Server 192.168.0.1 UDP port 53 answered REFUSED
Traceback (most recent call last):
  File "sleekxmpp\xmlstream\resolver.pyo", line 289, in get_SRV
  File "dns\resolver.pyo", line 947, in query
NoNameservers: All nameservers failed to answer the query _xmpp-client._tcp.xmpp-stg.example. IN SRV: Server 192.168.0.1 UDP port 53 answered REFUSED
[2017-09-24 15:26:46,917][ERROR] sleekxmpp.xmlstream.resolver resolver.pyo:get_AAAA:252 | All nameservers failed to answer the query xmpp-stg.example. IN AAAA: Server 192.168.0.1 UDP port 53 answered REFUSED
Traceback (most recent call last):
  File "sleekxmpp\xmlstream\resolver.pyo", line 242, in get_AAAA
  File "dns\resolver.pyo", line 947, in query
NoNameservers: All nameservers failed to answer the query xmpp-stg.example. IN AAAA: Server 192.168.0.1 UDP port 53 answered REFUSED
[2017-09-24 15:26:46,933][ERROR] sleekxmpp.xmlstream.resolver resolver.pyo:get_A:201 | All nameservers failed to answer the query xmpp-stg.example. IN A: Server 192.168.0.1 UDP port 53 answered REFUSED
Traceback (most recent call last):
  File "sleekxmpp\xmlstream\resolver.pyo", line 191, in get_A
  File "dns\resolver.pyo", line 947, in query
NoNameservers: All nameservers failed to answer the query xmpp-stg.example. IN A: Server 192.168.0.1 UDP port 53 answered REFUSED

jhaoheng avatar Sep 27 '17 03:09 jhaoheng