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

404 Not Found #1216

Open
ishangxue opened this issue Dec 24, 2023 · 2 comments
Open

404 Not Found #1216

ishangxue opened this issue Dec 24, 2023 · 2 comments

Comments

@ishangxue
Copy link

Describe the bug

{"message":"404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."}

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Logs

Run those commands and attach result to the ticket:

docker ps

docker-compose logs
2023-12-23 17:52:11 [uWSGI] getting INI configuration from uwsgi.ini
2023-12-23 17:52:11 *** Starting uWSGI 2.0.19 (64bit) on [Sat Dec 23 09:52:11 2023] ***
2023-12-23 17:52:11 compiled with version: 10.2.1 20210110 on 15 August 2023 07:52:28
2023-12-23 17:52:11 os: Linux-5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023
2023-12-23 17:52:11 nodename: 067442c9b7cd
2023-12-23 17:52:11 machine: x86_64
2023-12-23 17:52:11 clock source: unix
2023-12-23 17:52:11 pcre jit disabled
2023-12-23 17:52:11 detected number of CPU cores: 8
2023-12-23 17:52:11 current working directory: /app/ml
2023-12-23 17:52:11 detected binary path: /usr/local/bin/uwsgi
2023-12-23 17:52:11 setgid() to 33
2023-12-23 17:52:11 setuid() to 33
2023-12-23 17:52:11 your memory page size is 4096 bytes
2023-12-23 17:52:11 detected max file descriptor number: 1048576
2023-12-23 17:52:11 lock engine: pthread robust mutexes
2023-12-23 17:52:11 thunder lock: disabled (you can enable it with --thunder-lock)
2023-12-23 17:52:11 uwsgi socket 0 bound to TCP address 0.0.0.0:3000 fd 3
2023-12-23 17:52:11 Python version: 3.8.17 (default, Jul 28 2023, 06:10:22) [GCC 10.2.1 20210110]
2023-12-23 17:52:11 *** Python threads support is disabled. You can enable it with --enable-threads ***
2023-12-23 17:52:11 Python main interpreter initialized at 0x55555dfb5700
2023-12-23 17:52:11 your server socket listen backlog is limited to 100 connections
2023-12-23 17:52:11 your mercy for graceful operations on workers is 60 seconds
2023-12-23 17:52:11 mapped 145808 bytes (142 KB) for 1 cores
2023-12-23 17:52:11 *** Operational MODE: single process ***
2023-12-23 17:52:12 {"severity": "INFO", "message": "{'BUILD_VERSION': 'dev', 'CALCULATION_PLUGIN': 'insightface.Calculator@arcface_mobilefacenet', 'EXTRA_PLUGINS': ['insightface.LandmarksDetector', 'insightface.GenderDetector', 'insightface.AgeDetector', 'insightface.facemask.MaskDetector', 'insightface.PoseEstimator'], 'FACE_DETECTION_PLUGIN': 'insightface.FaceDetector@retinaface_mnet025_v1', 'GPU_IDX': -1, 'IMG_LENGTH_LIMIT': 640, 'INTEL_OPTIMIZATION': False, 'IS_DEV_ENV': False, 'LOGGING_LEVEL_NAME': 'DEBUG', 'ML_PORT': 3000, 'RUN_MODE': True}", "request": null, "logger": "src.app", "module": "app", "traceback": null, "build_version": "dev"}
2023-12-23 17:52:12 {"severity": "DEBUG", "message": "Creating new app for WSGI", "request": null, "logger": "src.app", "module": "app", "traceback": null, "build_version": "dev"}
2023-12-23 17:52:12 WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x55555dfb5700 pid: 1 (default app)
2023-12-23 17:52:12 *** uWSGI is running in multiple interpreter mode ***
2023-12-23 17:52:12 spawned uWSGI master process (pid: 1)
2023-12-23 17:52:12 spawned uWSGI worker 1 (pid: 22, cores: 1)
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.2.0. Attempting to upgrade...
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded!
2023-12-23 17:52:30 [32, 16, 8] {'32': {'SCALES': (32, 16), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '16': {'SCALES': (8, 4), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '8': {'SCALES': (2, 1), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}}
2023-12-23 17:52:30 use_landmarks True
2023-12-23 17:52:30 {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=71, y_min=61, x_max=178, y_max=214, probability=0.9980406165122986, _np_landmarks=array([[100.99008, 124.07671],\n [153.93243, 124.08096],\n [128.77966, 155.24011],\n [103.9886 , 175.23471],\n [149.68979, 175.42346]], dtype=float32))", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"}
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.0.0. Attempting to upgrade...
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded!
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.3.0. Attempting to upgrade...
2023-12-23 17:52:30 [09:52:30] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded!
2023-12-23 17:52:31 Starting to load ML models
2023-12-23 17:52:31 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 17:52:38 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 17:52:40 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 17:54:14 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 17:56:32 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 18:10:51 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/favicon.ico", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 18:10:51 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/login", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 18:10:52 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/favicon.ico", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-23 18:11:01 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:03:50 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:04:12 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:04:20 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/login", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:04:24 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/login", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:24:15 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/favicon.ico", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:24:16 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/favicon.ico", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}
2023-12-24 17:24:16 {"severity": "WARNING", "message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "request": {"method": "GET", "path": "/login", "filename": "", "api_key": "", "remote_addr": "172.17.0.1"}, "logger": "root", "module": "error_handling", "traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request\n rv = self.dispatch_request()\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1926, in dispatch_request\n self.raise_routing_exception(req)\n File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1908, in raise_routing_exception\n raise request.routing_exception\n File "/usr/local/lib/python3.8/site-packages/flask/ctx.py", line 350, in match_request\n result = self.url_adapter.match(return_rule=True)\n File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 1945, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n", "build_version": "dev"}

Additional context

Add any other context about the problem here.

@ishangxue
Copy link
Author

url http://localhost:3004/login

@pospielov
Copy link
Collaborator

Could you attach your docker-compose.yml?
By default, the compreface is run on an 8000 port. So probably you have some problems with the configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants