Server running but unable to access service
Describe the bug I had successfully launched the command python3 run.py and all prerequisites got installed and below screen shot depicts results
`* Serving Flask app "app" (lazy loading)
- Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Debug mode: off
- Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
- Restarting with stat 127.0.0.1 - - [06/Jan/2021 09:39:40] "GET / HTTP/1.1" 200 -
Usage:
kill [options]
Options:
-h, --help display this help and exit -V, --version output version information and exit
For more details see kill(1). /bin/sh: 1: ng: not found 127.0.0.1 - - [06/Jan/2021 09:39:51] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [06/Jan/2021 09:39:51] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [06/Jan/2021 09:40:05] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [06/Jan/2021 09:50:52] "GET / HTTP/1.1" 200 -
` To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.

Please let me know the issue to run the server where i can input any apk .
Hi @vamsirocks
Could you access http://127.0.0.1:4200 and post the results?