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

Unhandled exceptions in currentRequest.js and dnsBlock.js #36

Closed
ignoramous opened this issue Dec 24, 2021 · 1 comment
Closed

Unhandled exceptions in currentRequest.js and dnsBlock.js #36

ignoramous opened this issue Dec 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@ignoramous
Copy link
Contributor

dnsBlock.js:

2021-12-24T12:34:16.878 app[4ce977ae] cdg [info] Error At : DNSBlock -> RethinkModule
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info] TypeError: Cannot read properties of undefined (reading 'length')
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at DNSBlock.RethinkModule (file:///node-dir/src/dns-operation/dnsBlock.js:37:57)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at RethinkPlugin.executePlugin (file:///node-dir/src/helpers/plugin.js:158:34)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at runMicrotasks (<anonymous>)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at processTicksAndRejections (node:internal/process/task_queues:96:5)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at async proxyRequest (file:///node-dir/src/index.js:60:5)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at async handleHTTPRequest (file:///node-dir/src/server.js:427:18)

currentRequest.js:

2021-12-24T12:34:16.878 app[4ce977ae] cdg [info] TypeError: Cannot read properties of undefined (reading 'id')
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at CurrentRequest.dnsExceptionResponse (file:///node-dir/src/helpers/currentRequest.js:29:39)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at loadException (file:///node-dir/src/helpers/plugin.js:346:18)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at RethinkPlugin.dnsBlockCallBack (file:///node-dir/src/helpers/plugin.js:282:5)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at RethinkPlugin.executePlugin (file:///node-dir/src/helpers/plugin.js:163:26)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at runMicrotasks (<anonymous>)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at processTicksAndRejections (node:internal/process/task_queues:96:5)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at async proxyRequest (file:///node-dir/src/index.js:60:5)
2021-12-24T12:34:16.878 app[4ce977ae] cdg [info]     at async handleHTTPRequest (file:///node-dir/src/server.js:427:18)
@amithm7 amithm7 added the bug Something isn't working label Dec 24, 2021
@ignoramous
Copy link
Contributor Author

bc6dc50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants