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

Fix these unhandled exceptions #16

Closed
taoeffect opened this issue May 27, 2014 · 0 comments
Closed

Fix these unhandled exceptions #16

taoeffect opened this issue May 27, 2014 · 0 comments

Comments

@taoeffect
Copy link
Member

/usr/local/lib/node_modules/dnschain/node_modules/native-dns/node_modules/native-dns-packet/packet.js:493
throw e;
^
Error: Packet.write Unknown State: 43
at Function.Packet.write (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/node_modules/native-dns-packet/packet.js:487:17)
at [object Object].Packet.send (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/packet.js:43:16)
at [object Object].<anonymous> (/usr/local/lib/node_modules/dnschain/src/lib/dns.coffee:206:29)
at [object Object].EventEmitter.emit (events.js:92:17)
at [object Object].Request.done (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/client.js:103:8)
at [object Object].Request.handle (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/client.js:94:10)
at [object Object].SocketQueue._onmessage (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/pending.js:154:9)
at [object Object].EventEmitter.emit (events.js:98:17)
at Socket.EventEmitter.emit (events.js:98:17)
at UDP.onMessage (dgram.js:440:8)

And:

/usr/local/lib/node_modules/dnschain/node_modules/native-dns/node_modules/native-dns-packet/packet.js:493
throw e;
^
Error: Packet.write Unknown State: 46
at Function.Packet.write (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/node_modules/native-dns-packet/packet.js:487:17)
at [object Object].Packet.send (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/packet.js:43:16)
at [object Object].<anonymous> (/usr/local/lib/node_modules/dnschain/src/lib/dns.coffee:206:29)
at [object Object].EventEmitter.emit (events.js:92:17)
at [object Object].Request.done (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/client.js:103:8)
at [object Object].Request.handle (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/client.js:94:10)
at [object Object].SocketQueue._onmessage (/usr/local/lib/node_modules/dnschain/node_modules/native-dns/lib/pending.js:154:9)
at [object Object].EventEmitter.emit (events.js:98:17)

And 48 as well. Ideally catch all exceptions for this event.

@taoeffect taoeffect changed the title Fix this unhandled exception Fix these unhandled exceptions May 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant