-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: Handler Not Found #14
Comments
@ganeshyedla Please provide some details in regards to the error. The steps to reproduce it would be very helpful. |
I think this is the same issue https://github.com/devinivy/hapipal-realworld-example-app/issues/4#issuecomment-476002593 Regardless the server is working and listening to the incoming requests but that error keeps appearing every 2-3 seconds. |
Hello @clauxx
As you see the exception comes at the backend so it is reached from the mobile app. However, I also tried accessing with So, what do you suggest? |
The exception stopped coming without doing any modification. Even though, it was constantly coming over a time span of a couple of days. I suspect the issue was originated during the DID anchoring (possibly an issue related to the connection to IPFS). However, now the issue is not coming anymore so it is hard to tell. |
Hi @Muhammad-Altabba! One reason could be anchoring, as you mentioned, where our Infura node doesn't have enough ETH to register the agent. In that case you would get an issue during the identity creation process of the agent. Not sure what exactly caused it during the interaction request, but LMK if you get that again so we can try to reproduce it. |
Hello @clauxx , |
I was facing this error when i run the service_agent. Please provide detailed instructions as to how to run the frontend and service_agent without docker.
Debug: handler, error
Error: Not Found
at internals.notFound (/home/ec2-user/interactions-demo/service_agent/node_modules/@hapi/hapi/lib/core.js:632:16)
at module.exports.internals.Manager.execute (/home/ec2-user/interactions-demo/service_agent/node_modules/@hapi/hapi/lib/toolkit.js:41:33)
at Object.internals.handler (/home/ec2-user/interactions-demo/service_agent/node_modules/@hapi/hapi/lib/handler.js:46:48)
at exports.execute (/home/ec2-user/interactions-demo/service_agent/node_modules/@hapi/hapi/lib/handler.js:31:36)
at Request._lifecycle (/home/ec2-user/interactions-demo/service_agent/node_modules/@hapi/hapi/lib/request.js:312:68)
at process._tickCallback (internal/process/next_tick.js:68:7)
The text was updated successfully, but these errors were encountered: